X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=apppbx.h;h=552e7ca68f1264784f5183efb457d8ddb0e8c93d;hp=cfe99c116ead44ca6ff936507fdd78533cb1f5d6;hb=877a2dfd52782f72ba2d28483212166f2326b1fa;hpb=863bc6421940efe897dfd6d610e1f86ed9992cf6 diff --git a/apppbx.h b/apppbx.h index cfe99c1..552e7ca 100644 --- a/apppbx.h +++ b/apppbx.h @@ -214,6 +214,7 @@ class EndpointAppPBX : public EndpointApp 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); + void join_bridge(struct port_list *portlist, int message_type, union parameter *param); void join_setup(struct port_list *portlist, int message_type, union parameter *param); void join_information(struct port_list *portlist, int message_type, union parameter *param); void join_overlap(struct port_list *portlist, int message_type, union parameter *param);