X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=joinpbx.h;h=7c05eeea82898db226368707c67d32a24e65b817;hp=18e38c0b8febb3887fe29770f2a3ef0339f06bcc;hb=b0bd74e35e935aa976b68c594def4e8d2c22ef95;hpb=473d6569efcad130f9a5044b182b75a1c07a1eee diff --git a/joinpbx.h b/joinpbx.h index 18e38c0..7c05eee 100644 --- a/joinpbx.h +++ b/joinpbx.h @@ -50,7 +50,6 @@ class JoinPBX : public Join JoinPBX(class Endpoint *epoint); ~JoinPBX(); void message_epoint(unsigned int epoint_id, int message, union parameter *param); - int handler(void); int release(struct join_relation *relation, int location, int cause); char j_caller[32]; /* caller number */ @@ -60,7 +59,7 @@ class JoinPBX : public Join int j_multicause, j_multilocation; int j_pid; /* pid of join to generate bridge id */ - int j_updatebridge; /* bridge must be updated */ + struct lcr_work j_updatebridge; /* bridge must be updated */ struct join_relation *j_relation; /* list of endpoints that are related to the join */ int j_partyline; /* if set, join is conference room */