[svn-commits] kmoore: trunk r361331 - in /trunk: ./ apps/app_dial.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Fri Apr 6 08:32:37 CDT 2012
Author: kmoore
Date: Fri Apr 6 08:32:34 2012
New Revision: 361331
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=361331
Log:
Remove unnecessary error message in app_dial.c
The error message for failure to stop autoservice after a gosub or macro call
during a dial was removed for macro while Asterisk 1.4 was still being actively
developed. The corresponding gosub error message was never removed.
(closes issue ASTERISK-19551)
........
Merged revisions 361329 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........
Merged revisions 361330 from http://svn.asterisk.org/svn/asterisk/branches/10
Modified:
trunk/ (props changed)
trunk/apps/app_dial.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-10-merged' - no diff available.
Modified: trunk/apps/app_dial.c
URL: http://svnview.digium.com/svn/asterisk/trunk/apps/app_dial.c?view=diff&rev=361331&r1=361330&r2=361331
==============================================================================
--- trunk/apps/app_dial.c (original)
+++ trunk/apps/app_dial.c Fri Apr 6 08:32:34 2012
@@ -2770,7 +2770,6 @@
}
if (ast_autoservice_stop(chan) < 0) {
- ast_log(LOG_ERROR, "Could not stop autoservice on calling channel\n");
res9 = -1;
}
More information about the svn-commits
mailing list