aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-24 18:56:11 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-24 18:56:11 +0000
commit57cb8b459e4b50b8959ef723b28bcc10a298c07d (patch)
tree57dffc487c4d092528fdd2ca99ec40ddeeeb97f4 /apps/app_dial.c
parentc132bd7eaa7ffe9791323711470651f0268c41a4 (diff)
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.2@208596 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_dial.c')
-rw-r--r--apps/app_dial.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/app_dial.c b/apps/app_dial.c
index 123f8f2ed..15cc2dcb2 100644
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -1971,7 +1971,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;
}