Asterisk Server As TLS/SRTP
Hi. I have an Asterisk Server (A) where it acts as the main gateway to offer services. There are different asterisk servers (B -D) that connect as extensions to the Server A. I would like to implement TLS and SRTP for these extensions, but have the non secure as well for other extensions. for example the extensions 4500-4504 be with TLS/SRTP and the rest be non secure(ordinary). Is there a guide on how to implement that please?
I am running asterisk 11.
2 thoughts on - Asterisk Server As TLS/SRTP
Why not use IAX?
How about https://wiki.asterisk.org/wiki/display/AST/Secure+Calling+Tutorial or https://wiki.vpsget.com/index.php/Asterisk_11_with_TLS_and_SRTP_on_CentOS_6
TLS has been available since 1.6 and SRTP since 1.8, so 11 should have no problems.
Regards,
Antony.
Hi!
I have used this document https://wiki.asterisk.org/wiki/display/AST/SIP+TLS+Transport You can specify transport=tls and encryption=yes for those peers which need to use encryption.
пн, 5 мар. 2018 г. в 14:20, Antony Stone < Antony.Stone@asterisk.open.source.it>: