mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update click_to_call.php
Change session context to domain_name.
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
$auto_answer = check_str($_GET['auto_answer']); //true,false
|
||||
$rec = check_str($_GET['rec']); //true,false
|
||||
$ringback = check_str($_GET['ringback']);
|
||||
$context = $_SESSION['context'];
|
||||
$context = $_SESSION['domain_name'];
|
||||
|
||||
//clean up variable values
|
||||
$src = str_replace(array('.','(',')','-',' '), '', $src);
|
||||
|
||||
Reference in New Issue
Block a user