[asterisk-commits] russell: branch 1.6.2 r208596 - in /branches/1.6.2: ./ apps/app_dial.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Jul 24 13:56:15 CDT 2009
Author: russell
Date: Fri Jul 24 13:56:11 2009
New Revision: 208596
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=208596
Log:
Merged revisions 208593 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r208593 | russell | 2009-07-24 13:42:32 -0500 (Fri, 24 Jul 2009) | 14 lines
Merged revisions 208592 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r208592 | russell | 2009-07-24 13:38:24 -0500 (Fri, 24 Jul 2009) | 7 lines
Do not log an ERROR if autoservice_stop() returns -1.
This does not indicate an error. A return of -1 just means that the channel
has been hung up.
(reported in #asterisk-dev)
........
................
Modified:
branches/1.6.2/ (props changed)
branches/1.6.2/apps/app_dial.c
Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.2/apps/app_dial.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.2/apps/app_dial.c?view=diff&rev=208596&r1=208595&r2=208596
==============================================================================
--- branches/1.6.2/apps/app_dial.c (original)
+++ branches/1.6.2/apps/app_dial.c Fri Jul 24 13:56:11 2009
@@ -1971,7 +1971,6 @@
}
if (ast_autoservice_stop(chan) < 0) {
- ast_log(LOG_ERROR, "Could not stop autoservice on calling channel\n");
res = -1;
}
More information about the asterisk-commits
mailing list