Update app_config.php
This commit is contained in:
parent
058dec41b9
commit
0638db88e5
|
|
@ -37,6 +37,7 @@
|
|||
$apps[$x]['destinations'][$y]['order_by'] = "ivr_menu_extension asc";
|
||||
$apps[$x]['destinations'][$y]['field']['name'] = "ivr_menu_name";
|
||||
$apps[$x]['destinations'][$y]['field']['destination'] = "ivr_menu_extension";
|
||||
$apps[$x]['destinations'][$y]['field']['context'] = "ivr_menu_context";
|
||||
$apps[$x]['destinations'][$y]['select_value']['dialplan'] = "transfer:\${destination} XML \${context}";
|
||||
$apps[$x]['destinations'][$y]['select_value']['ivr'] = "menu-exec-app:transfer \${destination} XML \${context}";
|
||||
$apps[$x]['destinations'][$y]['select_label'] = "\${destination} \${name}";
|
||||
|
|
|
|||
Loading…
Reference in New Issue