Skip to content
Snippets Groups Projects
Commit 019f39f6 authored by Christian Richter's avatar Christian Richter
Browse files

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
parent ba245104
No related branches found
No related tags found
No related merge requests found
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment