X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=vbox.h;h=69cf83c2cff7db83671bc724f8e211627e42a978;hp=ac9ccfb2401ff62f15d330361eca032eaf8c2d2b;hb=refs%2Fheads%2Fbackup2;hpb=8bb49ccb7b3eba0a3f20d3b097541304b3580f70 diff --git a/vbox.h b/vbox.h index ac9ccfb..69cf83c 100644 --- 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 */