Applicable Device:
- Device Model: TE100/200
- Firmware Version: 61.0.0.8
Procedure
In the following, we introduce a solution by customizing the config file.
It requires Linux knowledge to accomplish. Especially the VI command. Also the knowledge of the custom config method: How to Create Custom Config Files in Yeastar Device.
If you don't know how to handle this solution. You can try to seek help from your IT or a Linux skilled guy.
1 - Login SSH followed by this article: How to Log in SSH?
2 - Create sip_custom.conf in the /persistent/custom-cfg/ via SSH. And fill in the content in sip_custom.conf
[general]
tlscipher=ALL
tlsdontverifyserver=yes
tlscertverify=no
tlsclientmethod=tlsv1.2
Save the file and quit.
3 - Enable TLS option on the TE100 web interface.
4 - Reboot TE100 to let changes take effect
4 - Add TLS transport SIP trunk to test.
Click Save&Apply button to let change take effect.
0 Comments