X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=apppbx.h;h=a37fc44434bd722880eea87c9b5c3f105c05eec4;hp=cfe99c116ead44ca6ff936507fdd78533cb1f5d6;hb=5463e1b62a39ce417b610584e3d34a8bc30ac15e;hpb=108a0eb48201fe46572ecf565183e2c19959b5ec diff --git a/apppbx.h b/apppbx.h index cfe99c1..a37fc44 100644 --- a/apppbx.h +++ b/apppbx.h @@ -73,8 +73,9 @@ class EndpointAppPBX : public EndpointApp struct caller_info e_callerinfo; /* information about the caller */ struct dialing_info e_dialinginfo; /* information about dialing */ struct connect_info e_connectinfo; /* information about connected line */ - struct redir_info e_redirinfo; /* info on redirection (to the calling user) */ - struct capa_info e_capainfo; /* info on l3,l2 capacity */ + struct redir_info e_redirinfo; /* info about redirection (to the calling user) */ + struct capa_info e_capainfo; /* info about l3,l2 capacity */ + struct rtp_info e_rtpinfo; /* info about rtp port forwarding and payload type */ time_t e_start, e_stop; /* time */ int e_origin; /* origin of call 0=incoming 1=outgoing */ struct route_ruleset *e_ruleset; /* current ruleset pointer (NULL=no ruleset) */ @@ -214,6 +215,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); @@ -233,6 +235,7 @@ class EndpointAppPBX : public EndpointApp void set_tone(struct port_list *portlist, const char *tone); void out_setup(int cfnr); struct mISDNport *hunt_port(char *ifname, int *channel); + struct interface *hunt_interface(char *ifname); char *apply_callerid_display(const char *id, int itype, int ntype, int present, int screen, const char *extension, const char *name); void auth(int job, int bit_num);