X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=apppbx.h;h=aea434e3982fff90704855c61206147f22049cf0;hp=1d372b1de9f9f4875e278e53d45e1b1087ec1ada;hb=e233557e40043050c72b46d4b32b3a04cfd3d947;hpb=cdee00aeddbe22a0ac7505c5a6c882e17d5fa1bf diff --git a/apppbx.h b/apppbx.h index 1d372b1..aea434e 100644 --- a/apppbx.h +++ b/apppbx.h @@ -217,6 +217,8 @@ class EndpointAppPBX : public EndpointApp 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 port_updatebridge(struct port_list *portlist, int message_type, union parameter *param); + void port_vootp(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); @@ -365,6 +367,8 @@ class EndpointAppPBX : public EndpointApp void cryptman_msg2crengine(int msg, unsigned char *buf, int len); void cryptman_state(int state); void cryptman_timeout(int secs); + int vootp_on(int enable); + void message_disconnect_port(struct port_list *portlist, int cause, int location, const char *display); void logmessage(int message_type, union parameter *param, unsigned int port_id, int dir); void trace_header(const char *name, int direction);