mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update destination_edit.php
This commit is contained in:
@@ -147,7 +147,7 @@
|
||||
$destination_context = $_SESSION['domain_name'];
|
||||
}
|
||||
if ($destination_type =="inbound" && strlen($destination_context) == 0) {
|
||||
$destination_context = $_SESSION['domain_name'];
|
||||
$destination_context = 'public';
|
||||
}
|
||||
|
||||
//check for all required data
|
||||
|
||||
Reference in New Issue
Block a user