From 4461fd83116d82ce66420408c312d68274b94625 Mon Sep 17 00:00:00 2001 From: Shnoulle Date: Fri, 29 Oct 2021 10:54:38 +0200 Subject: [PATCH] Fix callyo url --- config.default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.default.php b/config.default.php index aef4fdee..8aefd15a 100644 --- a/config.default.php +++ b/config.default.php @@ -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 */ -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 */