Actions

SRTP encoding/decoding for encrypted SIP interconnections A: Difference between revisions

No edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:Support SRTP encoding and decodings}}
{{DISPLAYTITLE:Support sRTP encoding and decoding}}


{| class="wikitable"
{| class="wikitable"
Line 11: Line 11:
|}
|}


FreeSBC/ProSBC supports the encoding and decoding of SRTP. This enables the SBC to be on the boundary of a private network where RTP is unencrypted, and  to relay the RTP to a "public" network where encryption is required. This is typically done when encryption cannot be used end-to-end.
FreeSBC/ProSBC supports the encoding and decoding of sRTP. This enables the SBC to be on the boundary of a private network where RTP is unencrypted, and  to relay the RTP to a "public" network where encryption is required. This is typically done when encryption cannot be used end-to-end.


To learn about SIP stack configuration, refer to [[Toolpack:Tsbc_Protocol_Stack_Settings_3.1|FreeSBC/ProSBC Web Portal 3.1: Protocol Stacks]].  
To learn about SIP stack configuration, refer to [[Toolpack:Tsbc_Protocol_Stack_Settings_3.1|FreeSBC/ProSBC Web Portal 3.1: Protocol Stacks]].  


The setting for SRTP (RTP Security mode) is configured using the RTP Security Mode parameter, described here: [[Modify_Media_Relay_B|Profile Page, Media Relay-RTP Security Mode parameter]].
The setting for sRTP (RTP Security mode) is configured using the RTP Security Mode parameter, described here: [[Modify_Media_Relay_B|Profile Page, Media Relay-RTP Security Mode parameter]].
 
== References ==
*[[SRTP_relay_support_for_encrypted_SIP_interconnections_A|Information on sRTP relay]]

Latest revision as of 10:51, 3 May 2022


This article applies to: Product Version
SBC 3.1

FreeSBC/ProSBC supports the encoding and decoding of sRTP. This enables the SBC to be on the boundary of a private network where RTP is unencrypted, and to relay the RTP to a "public" network where encryption is required. This is typically done when encryption cannot be used end-to-end.

To learn about SIP stack configuration, refer to FreeSBC/ProSBC Web Portal 3.1: Protocol Stacks.

The setting for sRTP (RTP Security mode) is configured using the RTP Security Mode parameter, described here: Profile Page, Media Relay-RTP Security Mode parameter.

References