X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=apppbx.h;h=e42651f273f3653cc94d405211f7a2eb1a1a585e;hp=6e4e12d0054c252c0d99145089836627ea53d8e9;hb=b971fdeb6243a5ea64a75cce40cb698946b75411;hpb=30224b43e26f8b942da6770ac57eb3e17fcb259e diff --git a/apppbx.h b/apppbx.h index 6e4e12d..e42651f 100644 --- a/apppbx.h +++ b/apppbx.h @@ -215,6 +215,7 @@ class EndpointAppPBX : public EndpointApp void port_suspend(struct port_list *portlist, int message_type, union parameter *param); void port_resume(struct port_list *portlist, int message_type, union parameter *param); void port_enablekeypad(struct port_list *portlist, int message_type, union parameter *param); + void port_disable_dejitter(struct port_list *portlist, int message_type, union parameter *param); void ea_message_join(unsigned int join_id, int message, union parameter *param); void join_crypt(struct port_list *portlist, int message_type, union parameter *param); void join_mISDNsignal(struct port_list *portlist, int message_type, union parameter *param); @@ -229,6 +230,7 @@ class EndpointAppPBX : public EndpointApp void join_notify(struct port_list *portlist, int message_type, union parameter *param); void join_facility(struct port_list *portlist, int message_type, union parameter *param); void join_dtmf(struct port_list *portlist, int message_type, union parameter *param); + void join_disable_dejitter(struct port_list *portlist, int message_type, union parameter *param); /* epoint */ void new_state(int state); @@ -309,6 +311,8 @@ class EndpointAppPBX : public EndpointApp /* facility function */ void pick_join(char *extension); int join_join(void); + int join_3pty(void); + int split_3pty(void); void encrypt_shared(void); void encrypt_keyex(void); void encrypt_off(void);