mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 19:53:56 +00:00
Change. Does not use default dialplan/directory.
I think it more consistent that it allows edit domain in single place.
Also on my Windows machine while installing all users/context creates not in `default` directory.
And I have problem because remove users did not work, `default.xml` file contain `$${v_domain}` variables.
This commit is contained in:
@@ -73,12 +73,7 @@ if (is_array($_REQUEST) && !empty($_REQUEST['src']) && !empty($_REQUEST['dest'])
|
||||
$sip_auto_answer = '';
|
||||
}
|
||||
if (strlen($cid_number) == 0) { $cid_number = $src;}
|
||||
if (strlen($_SESSION['context']) > 0) {
|
||||
$context = $_SESSION['context'];
|
||||
}
|
||||
else {
|
||||
$context = 'default';
|
||||
}
|
||||
$context = $_SESSION['context'];
|
||||
|
||||
//workaround for TBDialout on Thunderbird
|
||||
//seems it can only handle the first %NUM%
|
||||
|
||||
Reference in New Issue
Block a user