summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Richter <christian.richter@beronet.com>2006-06-09 10:31:30 +0000
committerChristian Richter <christian.richter@beronet.com>2006-06-09 10:31:30 +0000
commitfcb7d3df26d8aced465e2f9a32dbe39515448a3a (patch)
treeb47287603514982ab1f4b91bf4302eff89b6056d
parent9f5aa13142006f51f9ac5bf98ca98ebc97d69e82 (diff)
when we don't want the call we need to release_complete it.. ignoring it breaks the ETSI rules ..
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@33195 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--channels/misdn/isdn_lib.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/channels/misdn/isdn_lib.c b/channels/misdn/isdn_lib.c
index 4d6b0a389..3544184b4 100644
--- a/channels/misdn/isdn_lib.c
+++ b/channels/misdn/isdn_lib.c
@@ -2389,6 +2389,9 @@ int handle_frm(msg_t *msg)
break;
case RESPONSE_IGNORE_SETUP:
/* I think we should send CC_RELEASE_CR, but am not sure*/
+
+ bc->out_cause=16;
+ misdn_lib_send_event(bc,EVENT_RELEASE_COMPLETE);
empty_chan_in_stack(stack, bc->channel);
empty_bc(bc);
bc_state_change(bc,BCHAN_CLEANED);