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:
Christian Richter
2006-05-08 07:30:28 +00:00
parent ba2451046e
commit 019f39f614

View File

@@ -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");