Asterisk configuration :

Hi all,
     while Bring up the asterisk server i was getting the flowing error. for fixing thous errors any one help me 
  
Error log  

[May 26 11:47:13] ERROR[14945]: tcptls.c:914 __ssl_setup: TLS/SSL error loading cert file. <asterisk.pem>
[May 26 11:47:13] ERROR[14975]: res_pjsip/config_system.c:236 system_create_resolver_and_set_nameservers: There are no local system nameservers configured, resorting to system resolution
[May 26 11:47:13] ERROR[14975]: res_pjsip/config_system.c:236 system_create_resolver_and_set_nameservers: There are no local system nameservers configured, resorting to system resolution
[May 26 11:47:14] ERROR[14945]: tcptls.c:1221 ast_tcptls_server_start: Unable to listen for SIP TCP server!
[May 26 11:47:14] ERROR[14945]: chan_sip.c:33078 reload_config: SIP TCP Server start failed. Not listening on TCP socket.

Running ports in asterisk : 

[root@inchdlftestmedia1 asterisk]# netstat -pln | grep asterisk
tcp        0      0 0.0.0.0:2000                0.0.0.0:*                   LISTEN      14945/./asterisk    
tcp        0      0 192.168.73.548:9494        0.0.0.0:*                   LISTEN      14945/./asterisk    
udp        0      0 0.0.0.0:5000                0.0.0.0:*                               14945/./asterisk    
udp        0      0 0.0.0.0:2727                0.0.0.0:*                               14945/./asterisk    
udp        0      0 0.0.0.0:4520                0.0.0.0:*                               14945/./asterisk    
udp        0      0 192.168.73.548:5064        0.0.0.0:*                               14945/./asterisk    
udp        0      0 0.0.0.0:4569                0.0.0.0:*                               14945/./asterisk    
unix  2      [ ACC ]     STREAM     LISTENING     55060578 14945/./asterisk    /opt/product/Boobalan_ASR/INSALL/var/run/asterisk/asterisk.ctl


Environment : 
Asterisk 14.4.0
Linux

There are at least two problems, neither of which relates to the ports used by Asterisk. Please fix your asterisk.pem, and please make sure your OS has a working DNS configuration.

1 Like