[Freeswitch-svn] [commit] r4295 - freeswitch/trunk/src

Freeswitch SVN mmurdock at freeswitch.org
Thu Feb 15 17:23:34 EST 2007


Author: mmurdock
Date: Thu Feb 15 17:23:33 2007
New Revision: 4295

Modified:
   freeswitch/trunk/src/switch_ivr.c

Log:
Tweak - phrase_lang should have been phrase-lang in ivr menu parameters for consistency

Modified: freeswitch/trunk/src/switch_ivr.c
==============================================================================
--- freeswitch/trunk/src/switch_ivr.c	(original)
+++ freeswitch/trunk/src/switch_ivr.c	Thu Feb 15 17:23:33 2007
@@ -4522,7 +4522,7 @@
 		const char *exit_sound	= switch_xml_attr(xml_menu,"exit-sound");		// if the attr doesn't exist, return NULL
 		const char *tts_engine	= switch_xml_attr(xml_menu,"tts-engine");		// if the attr doesn't exist, return NULL
 		const char *tts_voice		= switch_xml_attr(xml_menu,"tts-voice");		// if the attr doesn't exist, return NULL
-		const char *phrase_lang		= switch_xml_attr(xml_menu,"phrase_lang");		// if the attr doesn't exist, return NULL
+		const char *phrase_lang		= switch_xml_attr(xml_menu,"phrase-lang");		// if the attr doesn't exist, return NULL
 		const char *timeout		= switch_xml_attr_soft(xml_menu,"timeout");		// if the attr doesn't exist, return ""
 		const char *max_failures	= switch_xml_attr_soft(xml_menu,"max-failures");	// if the attr doesn't exist, return ""
 		switch_ivr_menu_t *menu	= NULL;



More information about the Freeswitch-svn mailing list