[svn-commits] branch crichter/0.3.0 r25383 - /team/crichter/0.3.0/channels/misdn/isdn_lib.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Mon May 8 04:11:44 MST 2006


Author: crichter
Date: Mon May  8 02:28:26 2006
New Revision: 25383

URL: http://svn.digium.com/view/asterisk?rev=25383&view=rev
Log:
in PTMP TE we should set the free state for the B-Channel if we ignore an incoming call

Modified:
    team/crichter/0.3.0/channels/misdn/isdn_lib.c

Modified: team/crichter/0.3.0/channels/misdn/isdn_lib.c
URL: http://svn.digium.com/view/asterisk/team/crichter/0.3.0/channels/misdn/isdn_lib.c?rev=25383&r1=25382&r2=25383&view=diff
==============================================================================
--- team/crichter/0.3.0/channels/misdn/isdn_lib.c (original)
+++ team/crichter/0.3.0/channels/misdn/isdn_lib.c Mon May  8 02:28:26 2006
@@ -2361,6 +2361,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 svn-commits mailing list