Yealink Forums

Full Version: T42G toggling between UDP and TLS on provisioning
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am provisioning a T42G with the following dummy details below (except real provsioning URL)
When provisioned the transport type is UDP (not TLS - type 2)
If i change anything (admin password normally) if I force a re-provision the transport type toggles to TLS (what I want).
Change the admin password again re-provision and it goes back to UDP. etc
This happens if I use either
account.1.sip_server.1.transport_type = 2
or
account.1.transport = 2
or both.
The same is happening with all real details...
Am I missing something!


T42G firmware 29.83.0.120

MAC File

#!version:1.0.0.1

account.1.auth_name = auth
account.1.display_name = Display
account.1.enable = 1
account.1.label = label
account.1.password = pass
account.1.sip_server.1.port = 5061
account.1.srtp_encryption = 1
account.1.user_name = user
security.user_password = admin:admin123
static.auto_provision.server.url = https://provisioningserver/test
account.1.sip_server.1.address = voipserver
account.1.sip_server.1.transport_type = 2
Reference URL's