Hello everyone,
Has anyone successfully managed to provision phones with iVozProvider version 4.3?
I've tried several times to set up provisioning for Yealink phones (T21, T33G, T30P, and other models), but without success. The only log entry I see is:
[18/Jan/2025:03:28:49 -0500] "GET /provision/y000000000124.cfg HTTP/1.1" 200 940 "-" "Yealink SIP-T33G 124.86.0.75 ba:5e:c0:ab:b8:ff"
Additionally, I notice a temporary file being created:
/tmp/provision-template-a1l0Ha
However, nothing happens on the SIP phones.
Does anyone have any advice or know how to resolve this? Thanks in advance!



Hello kaian,
First, I want to thank you sincerely for taking the time to respond to my question. I greatly appreciate your help and support.
I’ve run some tests based on your advice and guidance, but unfortunately, the issue still persists. Here are the results of my initial phases:
Phase 1:
ivozprovider-standalone:~# curl http://10.0.127.222/provision/y000000000124.cfg
#!version:1.0.0.1
account.1.enable = 1
account.1.label = Line
bw.enable = 0
features.call_park.park_mode = 0
auto_provision.mode = 6
auto_provision.schedule.periodic_minute = 60
auto_provision.server.url = https://10.0.127.222:1443/provision/t33g/$mac.cfg
auto_provision.dhcp_option.enable = 0
auto_provision.pnp_enable = 0
local_time.time_zone = +1
local_time.ntp_server1 = es.pool.ntp.org
local_time.ntp_server2 =
local_time.interval = 1000
local_time.summer_time = 2
local_time.start_time = 1/1/0
local_time.end_time = 12/31/23
security.trust_certificates = 0
auto_provision.force_reboot = 1
Phase 2:
curl -k https://10.0.127.222:1443/provision/t30p/805ec0eb68ff
curl: (35) OpenSSL/3.0.15: error:0A000438:SSL routines::tlsv1 alert internal error
Unfortunately, despite the configuration appearing to work perfectly with version 2.3, nothing happens on the phones when using version 4.3.
It seems there’s an SSL-related issue in the second phase, but even with this, the phones do not respond to provisioning. Do you have any additional suggestions or insights?
Thank you again for your incredible support!