ExtensionEnableSRTP Property

Note: This API is now obsolete.
Controls whether the PABX Media Server should accept/propose secure RTP media stream from/to this extension.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
[ObsoleteAttribute("Use SRTPMode instead of EnableSRTP")]
bool EnableSRTP { get; set; }

Property Value

Boolean

Remarks

If this property is set to true, the value of DeliverAudio property will be ignored by PBX. PBX will work in mode DeliverAudio=true

See Also