mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update dialplan_outbound_add.php
This commit is contained in:
@@ -622,7 +622,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (strlen($prefix_number) > 0) {
|
if (strlen($prefix_number) > 0) {
|
||||||
if ($_SESSION['cdr']['cut_prefix']['boolean'] == 'true') {
|
if ($_SESSION['cdr']['remove_prefix']['boolean'] == 'true') {
|
||||||
$y++;
|
$y++;
|
||||||
$array['dialplans'][$x]['dialplan_details'][$y]['dialplan_detail_uuid'] = uuid();
|
$array['dialplans'][$x]['dialplan_details'][$y]['dialplan_detail_uuid'] = uuid();
|
||||||
$array['dialplans'][$x]['dialplan_details'][$y]['domain_uuid'] = $_SESSION['domain_uuid'];
|
$array['dialplans'][$x]['dialplan_details'][$y]['domain_uuid'] = $_SESSION['domain_uuid'];
|
||||||
|
|||||||
Reference in New Issue
Block a user