summaryrefslogtreecommitdiffstats
path: root/joinpbx.h
diff options
context:
space:
mode:
authorSuper User2007-09-10 07:10:50 +0200
committerSuper User2007-09-10 07:10:50 +0200
commitdb6990e487255e8b206ef67d8d99fa74849a9a11 (patch)
tree0064165f3b210a6121ec6d877d55600212595a2d /joinpbx.h
parentclean up makefile (diff)
downloadlcr-db6990e487255e8b206ef67d8d99fa74849a9a11.tar.gz
lcr-db6990e487255e8b206ef67d8d99fa74849a9a11.tar.xz
lcr-db6990e487255e8b206ef67d8d99fa74849a9a11.zip
just backup. (partyline join/release jingle not tested yet, no sound yet)
Diffstat (limited to 'joinpbx.h')
-rw-r--r--joinpbx.h2
1 files changed, 2 insertions, 0 deletions
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);