From: Christian Richter Date: Mon, 8 May 2006 07:30:28 +0000 (+0000) Subject: in PTMP TE we should set the free state for the B-Channel if we ignore an incoming... X-Git-Tag: 1.4.0-beta1~1533 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=019f39f614f811575cf9cf2696d36328e142af15;p=thirdparty%2Fasterisk.git 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 --- diff --git a/channels/misdn/isdn_lib.c b/channels/misdn/isdn_lib.c index 51ccce3f3c..7da2d1eeeb 100644 --- a/channels/misdn/isdn_lib.c +++ b/channels/misdn/isdn_lib.c @@ -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");