[svn-commits] file: branch 1.6.1 r177386 - in /branches/1.6.1: ./ apps/app_speech_utils.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Thu Feb 19 10:40:16 CST 2009
Author: file
Date: Thu Feb 19 10:40:16 2009
New Revision: 177386
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=177386
Log:
Merged revisions 177384 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r177384 | file | 2009-02-19 12:38:41 -0400 (Thu, 19 Feb 2009) | 10 lines
Merged revisions 177383 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r177383 | file | 2009-02-19 12:37:25 -0400 (Thu, 19 Feb 2009) | 3 lines
If we are able to create a speech structure unset the ERROR variable in case it was previously set.
(issue #LUMENVOX-8)
........
................
Modified:
branches/1.6.1/ (props changed)
branches/1.6.1/apps/app_speech_utils.c
Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.1/apps/app_speech_utils.c
URL: http://svn.digium.com/svn-view/asterisk/branches/1.6.1/apps/app_speech_utils.c?view=diff&rev=177386&r1=177385&r2=177386
==============================================================================
--- branches/1.6.1/apps/app_speech_utils.c (original)
+++ branches/1.6.1/apps/app_speech_utils.c Thu Feb 19 10:40:16 2009
@@ -376,6 +376,7 @@
pbx_builtin_setvar_helper(chan, "ERROR", "1");
return 0;
}
+ pbx_builtin_setvar_helper(chan, "ERROR", NULL);
datastore->data = speech;
ast_channel_datastore_add(chan, datastore);
More information about the svn-commits
mailing list