Data-Over-Voice
[lcr.git] / vbox.h
diff --git a/vbox.h b/vbox.h
index ac9ccfb..69cf83c 100644 (file)
--- a/vbox.h
+++ b/vbox.h
@@ -5,11 +5,11 @@
 **---------------------------------------------------------------------------**
 ** Copyright: Andreas Eversberg                                              **
 **                                                                           **
-** port header file                                                          **
+** vbox-port header file                                                     **
 **                                                                           **
 \*****************************************************************************/ 
 
-/* answerin machine port class */
+/* answering machine port class */
 class VBoxPort : public Port
 {
        public:
@@ -18,6 +18,8 @@ class VBoxPort : public Port
        int message_epoint(unsigned int epoint_id, int message, union parameter *param);
        void send_announcement(void);
 
+       int bridge_rx(unsigned char *data, int len);
+
        private:
        struct EndpointAppPBX *p_vbox_apppbx;           /* pbx application */
        unsigned int p_vbox_timeout;                    /* timeout for recording */