mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
in PTMP TE we should set the free state for the B-Channel if we ignore an incoming call
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@25384 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2358,6 +2358,8 @@ int handle_frm(msg_t *msg)
|
||||
/* I think we should send CC_RELEASE_CR, but am not sure*/
|
||||
empty_chan_in_stack(stack, bc->channel);
|
||||
empty_bc(bc);
|
||||
bc_state_change(bc,BCHAN_CLEANED);
|
||||
|
||||
cb_log(-1, stack->port, "GOT IGNORE SETUP\n");
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user