&net.srtp.dst
Parameter to convert SRTP to RTP and vice versa. (available v3.7 or later)
Note:
&net.srtp.dst is available in Advanced Edition only.
Syntax:
&net.srtp.dst = "true" or "false" or "ifsupported" or "auto"
Explanation:
The parameter defines a protocol between Brekeke SIP Server and UAS. The paramter is enabled when RTP relay is ON.
– true : SRTP only. If UAS does not support SRTP, the session will be disconnected.
– ifsupported : Try to use SRTP if UAS supports SRTP.
– false : RTP only.
– auto : Try not to do RTP/SRTP conversion if not needed. (default)
Where the function can be used:
- Preliminary rules
- Regular rules
Example:
&net.srtp.dst = true
When above parameter is set, UAS uses SRTP.
In case UAS does not use SRTP, the session will not be connected.
&net.srtp.dst = ifsupported
In this case, if UAS does not use SRTP, simply RTP will be used.