From dca9d859beb9740b074ce1c8d7d101bddf9b0004 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sun, 27 Jul 2014 00:54:12 +0000 Subject: [PATCH] FreeSWITCH allows a named extension so allowed ivr menu extension to be text --- app/ivr_menu/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ivr_menu/app_config.php b/app/ivr_menu/app_config.php index 869d525b4d..f4d557abfa 100644 --- a/app/ivr_menu/app_config.php +++ b/app/ivr_menu/app_config.php @@ -120,7 +120,7 @@ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "ivr_menu_extension"; - $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "ivr_menu_greet_long";