X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=joinpbx.h;h=e885e9ed4512e988c7eeb6ade9152b5125405804;hp=5cdfdd54ef98f06385d22b4842ee2b2d7f03c0a8;hb=db6990e487255e8b206ef67d8d99fa74849a9a11;hpb=704047acd342fab9f326fea28b1e2a7e9a88a78b diff --git a/joinpbx.h b/joinpbx.h index 5cdfdd5..e885e9e 100644 --- a/joinpbx.h +++ b/joinpbx.h @@ -69,12 +69,14 @@ class JoinPBX : public Join struct join_relation *j_relation; /* list of endpoints that are related to the join */ int j_partyline; /* if set, join is conference room */ + int j_partyline_jingle; /* also play jingle on join/leave */ void bridge(void); void bridge_data(unsigned long 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 long epoint_id, int message, union parameter *param, char *newnumber); + void play_jingle(int in); }; void joinpbx_debug(class JoinPBX *joinpbx, char *function);