diff --git a/root/etc/e-smith/templates/etc/callback/callback.conf/All b/root/etc/e-smith/templates/etc/callback/callback.conf/All index 90af0b5..ef31b88 100644 --- a/root/etc/e-smith/templates/etc/callback/callback.conf/All +++ b/root/etc/e-smith/templates/etc/callback/callback.conf/All @@ -3,6 +3,6 @@ $port = "{$callback{'Port'} || '5038';}"; $user = "{$callback{'User'} || 'callback';}"; $secret = "{$callback{'Secret'} || 'secret';}"; $defaultcid = "{$callback{'CallerID'} || ''}"; -$webhost = "http://{$SystemName.'.'.$DomainName}"; +$webhost = "https://{$SystemName.'.'.$DomainName}"; 1