mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
fixed a hold/retrieve issue.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82249 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1824,6 +1824,7 @@ handle_event_nt(void *dat, void *arg)
|
||||
free(hold_bc);
|
||||
|
||||
bc->holded=0;
|
||||
bc->b_stid=0;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -2860,7 +2861,6 @@ static int handle_mgmt(msg_t *msg)
|
||||
case SSTATUS_L1_DEACTIVATED:
|
||||
cb_log(3, 0, "MGMT: SSTATUS: L1_DEACTIVATED \n");
|
||||
stack->l1link=0;
|
||||
|
||||
clear_l3(stack);
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user