summaryrefslogtreecommitdiffstats
path: root/callpbx.h
diff options
context:
space:
mode:
authorSuper User2007-05-15 22:59:29 +0200
committerSuper User2007-05-15 22:59:29 +0200
commitfd2045584f7084d209607f4d717a66bea9afe88e (patch)
tree8118fb0cb231a4546d43a13cb85d8b80992c9d64 /callpbx.h
parentbackup work (diff)
downloadlcr-fd2045584f7084d209607f4d717a66bea9afe88e.tar.gz
lcr-fd2045584f7084d209607f4d717a66bea9afe88e.tar.xz
lcr-fd2045584f7084d209607f4d717a66bea9afe88e.zip
backup
Diffstat (limited to 'callpbx.h')
-rw-r--r--callpbx.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/callpbx.h b/callpbx.h
index a72d171..25e3220 100644
--- a/callpbx.h
+++ b/callpbx.h
@@ -63,13 +63,13 @@ class CallPBX : public Call
char c_dialed[1024]; /* dial string of (all) number(s) */
char c_todial[32]; /* overlap dialing (part not signalled yet) */
- int c_mixer; /* mixer must be updated */
+ int c_updatebridge; /* bridge must be updated */
struct call_relation *c_relation; /* list of endpoints that are related to the call */
int c_partyline; /* if set, call is conference room */
- void mixer(void);
- void call_mixer(unsigned long epoint_from, struct call_relation *relation_from, union parameter *param);
+ void bridge(void);
+ void bridge_data(unsigned long epoint_from, struct call_relation *relation_from, union parameter *param);
void remove_relation(struct call_relation *relation);
struct call_relation *add_relation(void);
int out_setup(unsigned long epoint_id, int message, union parameter *param, char *newnumber);