summaryrefslogtreecommitdiffstats
path: root/callpbx.h
diff options
context:
space:
mode:
Diffstat (limited to 'callpbx.h')
-rw-r--r--callpbx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/callpbx.h b/callpbx.h
index 25e3220..c84d89a 100644
--- a/callpbx.h
+++ b/callpbx.h
@@ -63,6 +63,7 @@ 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_pid; /* pid of call to generate bridge id */
int c_updatebridge; /* bridge must be updated */
struct call_relation *c_relation; /* list of endpoints that are related to the call */