summaryrefslogtreecommitdiff
path: root/channels/chan_misdn.c
diff options
context:
space:
mode:
authorChristian Richter <christian.richter@beronet.com>2006-06-19 07:36:18 +0000
committerChristian Richter <christian.richter@beronet.com>2006-06-19 07:36:18 +0000
commitcdbddf58925fec8117889fab006acc0d04f03949 (patch)
tree1e4070da1f5c7334cdfa37d70a7a637e52c9e5e7 /channels/chan_misdn.c
parent9f2a6516cffe0986e11c1d364c0e8a80311c7692 (diff)
we need to send DISCONNECT on Timeout in the ALERTING/PROCEEDING cases too
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@34762 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/chan_misdn.c')
-rw-r--r--channels/chan_misdn.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/channels/chan_misdn.c b/channels/chan_misdn.c
index 9c9720c21..710bb8b1c 100644
--- a/channels/chan_misdn.c
+++ b/channels/chan_misdn.c
@@ -3825,7 +3825,9 @@ cb_events(enum event_e event, struct misdn_bchannel *bc, void *user_data)
case MISDN_CALLING:
case MISDN_DIALING:
case MISDN_PROGRESS:
-
+ case MISDN_ALERTING:
+ case MISDN_PROCEEDING:
+ case MISDN_CALLING_ACKNOWLEDGE:
if (bc->nt) {
bc->progress_indicator=8;
tone_indicate(ch, TONE_BUSY);