Tag

sip phone tls register astercc Archives - Call Center Software Solution Provider | AsterCC

The SIP Phone uses TLS to register the asterCC system method

By | Tutorials | No Comments

1、First modify 【system】–>【Settings】–>【GENERAL SIP SETTINGS】

transport:Add tls, if it’s already have pther protocol,please use ‘,’ separate them.

selection_044

Tips: After modify transport need click on the reload bar to take effect.

2、Download asterisk’s script “ast_tls_cert” file, use this script to generate an SSL certificate.

wget http://download3.astercc.org/ast_tls_cert

chmod +x ast_tls_cert

./ast_tls_cert -C pbx.sorry.com -O "My Computer" -d /etc/asterisk/keys

selection_0377777777774

3、Edit sip.conf file add tls support.

selection_03555555555

4、yealink upload client SSL certification file ca.crt.

selection_045

selection_046

5、yealink SIP Phone modify transport TLS signup for asterCC system.

selection_047

Tips: Please allow access TCP port 5060 on iptables.