2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Alternate callto url system by config

This commit is contained in:
Shnoulle
2021-10-27 17:19:08 +02:00
parent 7c79d89764
commit 76c89ec7c3
2 changed files with 16 additions and 1 deletions

View File

@@ -255,6 +255,18 @@ if (!defined('ALLOW_RESPONDENT_SELECTOR')) define ('ALLOW_RESPONDENT_SELECTOR',t
* Display a faster alternate interface where VoIP is disabled
*/
if (!defined('ALTERNATE_INTERFACE')) define ('ALTERNATE_INTERFACE',false);
/**
* Alow to choose the start part of the link for alternate interface, before phone
*/
if (!defined('ALTERNATE_INTERFACE_CALLSTARTURL')) define ('ALTERNATE_INTERFACE_CALLSTARTURL','callto:://');
/**
* Alow to choose the end part of the link for alternate interface, after phone
*/
if (!defined('ALTERNATE_INTERFACE_CALLENDURL')) define ('ALTERNATE_INTERFACE_CALLENDURL','');
/**
* Allwo to set some specific attributes (for example target='_blank') to call url
*/
if (!defined('ALTERNATE_INTERFACE_ATTRIBUTEURL')) define ('ALTERNATE_INTERFACE_ATTRIBUTEURL','');
/**
* Number of log records to display