[asterisk-commits] file: trunk r177384 - in /trunk: ./ apps/app_speech_utils.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Feb 19 10:38:41 CST 2009


Author: file
Date: Thu Feb 19 10:38:41 2009
New Revision: 177384

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=177384
Log:
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:
    trunk/   (props changed)
    trunk/apps/app_speech_utils.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/apps/app_speech_utils.c
URL: http://svn.digium.com/svn-view/asterisk/trunk/apps/app_speech_utils.c?view=diff&rev=177384&r1=177383&r2=177384
==============================================================================
--- trunk/apps/app_speech_utils.c (original)
+++ trunk/apps/app_speech_utils.c Thu Feb 19 10:38:41 2009
@@ -500,6 +500,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 asterisk-commits mailing list