[asterisk-commits] russell: branch 1.4 r68527 - in /branches/1.4:
./ apps/app_dictate.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Fri Jun 8 15:23:22 MST 2007
Author: russell
Date: Fri Jun 8 17:23:22 2007
New Revision: 68527
URL: http://svn.digium.com/view/asterisk?view=rev&rev=68527
Log:
Merged revisions 68526 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r68526 | russell | 2007-06-08 17:22:36 -0500 (Fri, 08 Jun 2007) | 4 lines
Don't automatically hang up after running Dictate so that callers can exit
cleanly using '#'
(closes issue #9577, patch from Thomas Andrews)
........
Modified:
branches/1.4/ (props changed)
branches/1.4/apps/app_dictate.c
Propchange: branches/1.4/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.
Modified: branches/1.4/apps/app_dictate.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_dictate.c?view=diff&rev=68527&r1=68526&r2=68527
==============================================================================
--- branches/1.4/apps/app_dictate.c (original)
+++ branches/1.4/apps/app_dictate.c Fri Jun 8 17:23:22 2007
@@ -331,7 +331,7 @@
ast_set_read_format(chan, oldr);
}
ast_module_user_remove(u);
- return res;
+ return 0;
}
static int unload_module(void)
More information about the asterisk-commits
mailing list