[svn-commits] twilson: branch 1.6.0 r189530 - in /branches/1.6.0: ./ apps/app_dial.c

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


Author: twilson
Date: Mon Apr 20 16:32:38 2009
New Revision: 189530

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

................
  r189495 | twilson | 2009-04-20 16:24:34 -0500 (Mon, 20 Apr 2009) | 9 lines
  
  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:
    branches/1.6.0/   (props changed)
    branches/1.6.0/apps/app_dial.c

Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.0/apps/app_dial.c
URL: http://svn.digium.com/svn-view/asterisk/branches/1.6.0/apps/app_dial.c?view=diff&rev=189530&r1=189529&r2=189530
==============================================================================
--- branches/1.6.0/apps/app_dial.c (original)
+++ branches/1.6.0/apps/app_dial.c Mon Apr 20 16:32:38 2009
@@ -398,6 +398,7 @@
 		num->nochan++;
 		break;
 
+	case AST_CAUSE_NO_ANSWER:
 	case AST_CAUSE_NORMAL_CLEARING:
 		break;
 




More information about the svn-commits mailing list