FreeSWITCH allows a named extension so allowed ivr menu extension to be text

This commit is contained in:
Mark Crane
2014-07-27 00:54:12 +00:00
parent cb4609766f
commit dca9d859be
+1 -1
View File
@@ -120,7 +120,7 @@
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++; $z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "ivr_menu_extension"; $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'] = ""; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++; $z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "ivr_menu_greet_long"; $apps[$x]['db'][$y]['fields'][$z]['name'] = "ivr_menu_greet_long";