[svn-commits] trunk r34762 - /trunk/channels/chan_misdn.c
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Mon Jun 19 00:36:18 MST 2006
Author: crichter
Date: Mon Jun 19 02:36:18 2006
New Revision: 34762
URL: http://svn.digium.com/view/asterisk?rev=34762&view=rev
Log:
we need to send DISCONNECT on Timeout in the ALERTING/PROCEEDING cases too
Modified:
trunk/channels/chan_misdn.c
Modified: trunk/channels/chan_misdn.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_misdn.c?rev=34762&r1=34761&r2=34762&view=diff
==============================================================================
--- trunk/channels/chan_misdn.c (original)
+++ trunk/channels/chan_misdn.c Mon Jun 19 02:36:18 2006
@@ -3825,7 +3825,9 @@
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);
More information about the svn-commits
mailing list