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
1.4
Christian Richter 20 years ago
parent ba2451046e
commit 019f39f614

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

Loading…
Cancel
Save