X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=apppbx.h;h=e42651f273f3653cc94d405211f7a2eb1a1a585e;hp=1bbe8bab1355dca28a1bc18be05a51313d8001bb;hb=680147f78cfba39d1b94f8f2db332e4f271cd077;hpb=04fc928a2c5f0262e85c09cced1ef20a9fd15f3d diff --git a/apppbx.h b/apppbx.h index 1bbe8ba..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);