Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Panel
titleColor#F85404
titleBGColor#F0F0F0
titleIntroduction

Some platforms require the "Mediasec" functionality.

For the successful use of an encrypted VoIP connection, in addition to a TLS connection for SIP signaling and SRTP for the encryption of the voice, additional SIP headers and SDP attributes are required. When registering (SIP REGISTER), the additional SIP header informs the platform about the use of the encryption type and when establishing a call (SIP INVITE), the encryption type and the range of the encryption (edge ​​to access edge, encryption between the PBX and registration server ) must be included. The SIP headers are based on an IETF draft (https://tools.ietf.org/html/draft-dawes-sipcore-mediasec-parameter-10) but can be seen as a static addition to the SIP signaling.

From software 2.38 or higher, this feature is implemented and needs to be enabled via auto-provisioning.

Panel
titleColor#F85404
titleBGColor#F0F0F0
titleAuto-provisioning
ParameterDescription
SipProvider.<0-9>.MediasecSupport

0 = Disabled (Default)

1 = Enabled

Example:

<?xml version="1.0" encoding="UTF-8"?>
<provisioning version="1.1" productID="e2">

<nvm>

<param name="SipProvider.0.MediasecSupport" value="1"/>

</nvm>
</provisioning>