[asterisk-commits] twilson: branch 1.6.1 r189534 - in /branches/1.6.1: ./ apps/app_dial.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Apr 20 16:36:52 CDT 2009
Author: twilson
Date: Mon Apr 20 16:36:49 2009
New Revision: 189534
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=189534
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.1/ (props changed)
branches/1.6.1/apps/app_dial.c
Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.1/apps/app_dial.c
URL: http://svn.digium.com/svn-view/asterisk/branches/1.6.1/apps/app_dial.c?view=diff&rev=189534&r1=189533&r2=189534
==============================================================================
--- branches/1.6.1/apps/app_dial.c (original)
+++ branches/1.6.1/apps/app_dial.c Mon Apr 20 16:36:49 2009
@@ -405,6 +405,7 @@
num->nochan++;
break;
+ case AST_CAUSE_NO_ANSWER:
case AST_CAUSE_NORMAL_CLEARING:
break;
More information about the asterisk-commits
mailing list