Kaynağa Gözat

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

markjcrane 9 yıl önce
ebeveyn
işleme
d790bc1786
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      core/default_settings/default_settings.php

+ 2 - 1
core/default_settings/default_settings.php

@@ -17,7 +17,7 @@
 
  The Initial Developer of the Original Code is
  Mark J Crane <[email protected]>
- 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";