X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=apppbx.h;h=6e4e12d0054c252c0d99145089836627ea53d8e9;hp=58d7ebdd8cbf2ad324b3e0c2b4fb047c1e9fad89;hb=30224b43e26f8b942da6770ac57eb3e17fcb259e;hpb=623ef90b50097f6e68f90d0605ba105d3ff47569 diff --git a/apppbx.h b/apppbx.h index 58d7ebd..6e4e12d 100644 --- a/apppbx.h +++ b/apppbx.h @@ -211,6 +211,7 @@ 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); @@ -307,7 +308,7 @@ class EndpointAppPBX : public EndpointApp /* facility function */ void pick_join(char *extension); - void join_join(void); + int join_join(void); void encrypt_shared(void); void encrypt_keyex(void); void encrypt_off(void);