summaryrefslogtreecommitdiffstats
path: root/callpbx.h
diff options
context:
space:
mode:
Diffstat (limited to 'callpbx.h')
-rw-r--r--callpbx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/callpbx.h b/callpbx.h
index c84d89a..755bdc5 100644
--- a/callpbx.h
+++ b/callpbx.h
@@ -56,12 +56,13 @@ class CallPBX : public Call
~CallPBX();
void message_epoint(unsigned long epoint_id, int message, union parameter *param);
int handler(void);
- void release(unsigned long epoint_id, int hold, int location, int cause);
+ int release(struct call_relation *relation, int location, int cause);
char c_caller[32]; /* caller number */
char c_caller_id[32]; /* caller id to signal */
char c_dialed[1024]; /* dial string of (all) number(s) */
char c_todial[32]; /* overlap dialing (part not signalled yet) */
+ int c_multicause, c_multilocation;
int c_pid; /* pid of call to generate bridge id */
int c_updatebridge; /* bridge must be updated */