[asterisk-commits] file: branch 1.6.0 r177385 - in /branches/1.6.0: ./ apps/app_speech_utils.c

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


Author: file
Date: Thu Feb 19 10:39:28 2009
New Revision: 177385

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

Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.0/apps/app_speech_utils.c
URL: http://svn.digium.com/svn-view/asterisk/branches/1.6.0/apps/app_speech_utils.c?view=diff&rev=177385&r1=177384&r2=177385
==============================================================================
--- branches/1.6.0/apps/app_speech_utils.c (original)
+++ branches/1.6.0/apps/app_speech_utils.c Thu Feb 19 10:39:28 2009
@@ -363,6 +363,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