[svn-commits] twilson: trunk r189495 - in /trunk: ./ apps/app_dial.c

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


Author: twilson
Date: Mon Apr 20 16:24:34 2009
New Revision: 189495

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=189495
Log:
Merged revisions 189463 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r189463 | twilson | 2009-04-20 16:00:52 -0500 (Mon, 20 Apr 2009) | 2 lines
  
  Don't treat a NOANSWER like a CHANUNAVAIL
........

Modified:
    trunk/   (props changed)
    trunk/apps/app_dial.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/apps/app_dial.c
URL: http://svn.digium.com/svn-view/asterisk/trunk/apps/app_dial.c?view=diff&rev=189495&r1=189494&r2=189495
==============================================================================
--- trunk/apps/app_dial.c (original)
+++ trunk/apps/app_dial.c Mon Apr 20 16:24:34 2009
@@ -635,6 +635,7 @@
 		num->nochan++;
 		break;
 
+	case AST_CAUSE_NO_ANSWER:
 	case AST_CAUSE_NORMAL_CLEARING:
 		break;
 




More information about the svn-commits mailing list