X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=joinpbx.h;h=cda54197d4d46a2c73ca16b0a451e2fbafb3efac;hp=7c05eeea82898db226368707c67d32a24e65b817;hb=71066559a8a3467d9c74824a369225738305b1ab;hpb=b0bd74e35e935aa976b68c594def4e8d2c22ef95 diff --git a/joinpbx.h b/joinpbx.h index 7c05eee..cda5419 100644 --- a/joinpbx.h +++ b/joinpbx.h @@ -65,8 +65,9 @@ class JoinPBX : public Join int j_partyline; /* if set, join is conference room */ int j_partyline_jingle; /* also play jingle on join/leave */ + unsigned int j_3pty; /* other join if a 3pty-bridge is requested */ + void bridge(void); - void bridge_data(unsigned int epoint_from, struct join_relation *relation_from, union parameter *param); void remove_relation(struct join_relation *relation); struct join_relation *add_relation(void); int out_setup(unsigned int epoint_id, int message, union parameter *param, char *newnumber, char *newkeypad);