aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorcrichter <crichter@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-08 07:30:28 +0000
committercrichter <crichter@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-08 07:30:28 +0000
commit833bc0adf4434605816e6f55ff919db2f1301f30 (patch)
tree6475a31fe2241543657e54452a9274f665ceba90 /channels
parente5605db3d99ae370f0f6e924afdc28f4f1d383e5 (diff)
in PTMP TE we should set the free state for the B-Channel if we ignore an incoming call
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25384 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/misdn/isdn_lib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/channels/misdn/isdn_lib.c b/channels/misdn/isdn_lib.c
index 51ccce3f3..7da2d1eee 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");