From fdeaf65576371afaf4f50ff6f3204439b1494343 Mon Sep 17 00:00:00 2001 From: russell Date: Fri, 24 Jul 2009 18:49:43 +0000 Subject: 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) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@208594 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_dial.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apps') diff --git a/apps/app_dial.c b/apps/app_dial.c index 3ca204bf4..d5593bb5d 100644 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -1734,7 +1734,6 @@ static int dial_exec_full(struct ast_channel *chan, void *data, struct ast_flags } if (ast_autoservice_stop(chan) < 0) { - ast_log(LOG_ERROR, "Could not stop autoservice on calling channel\n"); res = -1; } -- cgit v1.2.3