X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=apppbx.h;h=e42651f273f3653cc94d405211f7a2eb1a1a585e;hp=58d7ebdd8cbf2ad324b3e0c2b4fb047c1e9fad89;hb=3f7ef909c907a374a1760ffae0c01b49487f18d7;hpb=f6aea744f84e702b3469393f007b9e1bf25f6737 diff --git a/apppbx.h b/apppbx.h index 58d7ebd..e42651f 100644 --- a/apppbx.h +++ b/apppbx.h @@ -211,9 +211,11 @@ class EndpointAppPBX : public EndpointApp void port_notify(struct port_list *portlist, int message_type, union parameter *param); void port_progress(struct port_list *portlist, int message_type, union parameter *param); void port_facility(struct port_list *portlist, int message_type, union parameter *param); + void port_3pty(struct port_list *portlist, int message_type, union parameter *param); 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); @@ -228,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); @@ -307,7 +310,9 @@ class EndpointAppPBX : public EndpointApp /* facility function */ void pick_join(char *extension); - void join_join(void); + int join_join(void); + int join_3pty(void); + int split_3pty(void); void encrypt_shared(void); void encrypt_keyex(void); void encrypt_off(void);