Update click_to_call.php

Change session context to domain_name.
This commit is contained in:
FusionPBX 2020-10-22 02:28:51 -06:00 committed by GitHub
parent 81ff164a65
commit 94b2f8b398
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);