Use the new destinations php class for ivr menu and destinations.

This commit is contained in:
markjcrane
2015-08-07 13:13:55 -05:00
parent 0719fe2465
commit 28ad9a34af
4 changed files with 17 additions and 12 deletions

View File

@@ -21,6 +21,7 @@
$apps[$x]['description']['pt-br'] = "";
//destination details
/*
$y = 0;
$apps[$x]['destinations'][$y]['type'] = "sql";
$apps[$x]['destinations'][$y]['label'] = "gateways";
@@ -38,6 +39,7 @@
$apps[$x]['destinations'][$y]['select_value']['dialplan'] = "bridge:sofia/gateway/\${destination}/";
$apps[$x]['destinations'][$y]['select_value']['ivr'] = "menu-exec-app:bridge sofia/gateway/\${destination}/";
$apps[$x]['destinations'][$y]['select_label'] = "\${name}@\${domain_name} \${description}";
*/
//permission details
$y = 0;