X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=callpbx.h;h=c84d89aeeeb87d30461d06f1d92fff9a40baef55;hp=25e32201db07fdb1ebf03fd20d70a699c224aac5;hb=3754d8f73ff7cb55e204f7ede6569028407a00e5;hpb=e9daaa4ef7ee895e6a8610ebb2166cc99c891a4e 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 */