[asterisk-commits] trunk r25384 - /trunk/channels/misdn/isdn_lib.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Mon May 8 04:11:44 MST 2006
Author: crichter
Date: Mon May 8 02:30:28 2006
New Revision: 25384
URL: http://svn.digium.com/view/asterisk?rev=25384&view=rev
Log:
in PTMP TE we should set the free state for the B-Channel if we ignore an incoming call
Modified:
trunk/channels/misdn/isdn_lib.c
Modified: trunk/channels/misdn/isdn_lib.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/misdn/isdn_lib.c?rev=25384&r1=25383&r2=25384&view=diff
==============================================================================
--- trunk/channels/misdn/isdn_lib.c (original)
+++ trunk/channels/misdn/isdn_lib.c Mon May 8 02:30:28 2006
@@ -2358,6 +2358,8 @@
/* 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");
More information about the asterisk-commits
mailing list