mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-07 20:23:51 +00:00
Update the IVR Menu class to make dialplan more modular. Add option for LUA or application IVR.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user