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