X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=apppbx.h;h=8d5c52ce72aa20c0e65a5132c25a45df7df374e9;hp=43404f9fe1efe52c71c788fe6313b8b707420144;hb=0a0643e3a561de5f34927ea80c2bd0ce6405fd3c;hpb=16535fd531476bb05a24a3b69e65ce9a4fa92240 diff --git a/apppbx.h b/apppbx.h index 43404f9..8d5c52c 100644 --- a/apppbx.h +++ b/apppbx.h @@ -214,7 +214,7 @@ class EndpointAppPBX : public EndpointApp void join_proceeding(struct port_list *portlist, int message_type, union parameter *param); void join_alerting(struct port_list *portlist, int message_type, union parameter *param); void join_connect(struct port_list *portlist, int message_type, union parameter *param); - void join_disconnect_release(struct port_list *portlist, int message_type, union parameter *param); + void join_disconnect_release(int message_type, union parameter *param); 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);