Update the IVR Menu class to make dialplan more modular. Add option for LUA or application IVR.

This commit is contained in:
markjcrane
2016-03-19 19:06:06 -06:00
parent b626edb480
commit e984d7e00a
3 changed files with 313 additions and 390 deletions

View File

@@ -17,7 +17,7 @@
The Initial Developer of the Original Code is
Mark J Crane <markjcrane@fusionpbx.com>
Portions created by the Initial Developer are Copyright (C) 2008-2015
Portions created by the Initial Developer are Copyright (C) 2008-2016
the Initial Developer. All Rights Reserved.
Contributor(s):
@@ -332,6 +332,7 @@ else {
case "api" : echo "API"; break;
case "cdr" : echo "CDR"; break;
case "ldap" : echo "LDAP"; break;
case "ivr menu" : echo "IVR Menu"; break;
default: echo ucwords(str_replace("_", " ", $row['default_setting_category']));
}
echo "</b>\n";