Skip to content

Commit

Permalink
Update ivr_menu_edit.php
Browse files Browse the repository at this point in the history
  • Loading branch information
markjcrane committed Oct 31, 2017
1 parent 0155ef2 commit c90a6ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/ivr_menus/ivr_menu_edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@
$dialplan_xml .= " <action application=\"sleep\" data=\"1000\"/>\n";
$dialplan_xml .= " <action application=\"set\" data=\"hangup_after_bridge=true\"/>\n";
$dialplan_xml .= " <action application=\"set\" data=\"ringback=".$ivr_menu_ringback."\"/>\n";
$dialplan_xml .= " <action application=\"set\" data=\"presence_id=".$ivr_menu_extension."@".$_SESSION['domain_name']."\"/>\n";
if (strlen($ivr_menu_language) > 0) {
$dialplan_xml .= " <action application=\"set\" data=\"default_language=".$ivr_menu_language."\"/>\n";
}
Expand Down

0 comments on commit c90a6ca

Please sign in to comment.