[svn-commits] twilson: branch 1.4 r189463 - /branches/1.4/apps/app_dial.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Apr 20 16:00:56 CDT 2009


Author: twilson
Date: Mon Apr 20 16:00:52 2009
New Revision: 189463

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=189463
Log:
Don't treat a NOANSWER like a CHANUNAVAIL

Modified:
    branches/1.4/apps/app_dial.c

Modified: branches/1.4/apps/app_dial.c
URL: http://svn.digium.com/svn-view/asterisk/branches/1.4/apps/app_dial.c?view=diff&rev=189463&r1=189462&r2=189463
==============================================================================
--- branches/1.4/apps/app_dial.c (original)
+++ branches/1.4/apps/app_dial.c Mon Apr 20 16:00:52 2009
@@ -356,6 +356,7 @@
 			ast_cdr_failed(chan->cdr); \
 		numnochan++; \
 		break; \
+	case AST_CAUSE_NO_ANSWER: \
 	case AST_CAUSE_NORMAL_CLEARING: \
 		break; \
 	default: \




More information about the svn-commits mailing list