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

Fix callyo url

This commit is contained in:
Shnoulle
2021-10-29 10:54:38 +02:00
parent 76c89ec7c3
commit 4461fd8311

View File

@@ -258,7 +258,7 @@ if (!defined('ALTERNATE_INTERFACE')) define ('ALTERNATE_INTERFACE',false);
/** /**
* Alow to choose the start part of the link for alternate interface, before phone * Alow to choose the start part of the link for alternate interface, before phone
*/ */
if (!defined('ALTERNATE_INTERFACE_CALLSTARTURL')) define ('ALTERNATE_INTERFACE_CALLSTARTURL','callto:://'); if (!defined('ALTERNATE_INTERFACE_CALLSTARTURL')) define ('ALTERNATE_INTERFACE_CALLSTARTURL','callto:');
/** /**
* Alow to choose the end part of the link for alternate interface, after phone * Alow to choose the end part of the link for alternate interface, after phone
*/ */