]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Tweak - phrase_lang should have been phrase-lang in ivr menu parameters for consistency
authorMike Murdock <mmurdock@coppercom.com>
Thu, 15 Feb 2007 22:23:33 +0000 (22:23 +0000)
committerMike Murdock <mmurdock@coppercom.com>
Thu, 15 Feb 2007 22:23:33 +0000 (22:23 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4295 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_ivr.c

index a1f8e05404f2bb041307981615d07c3bd0d516ed..06ea8bda1454d102e146016c5a07224ccc2a7394 100644 (file)
@@ -4522,7 +4522,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_menu_stack_xml_build(switch_ivr_menu_
                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;