This page was last edited on December 17, 2020, at 08:25.
Comments or questions about this documentation? Contact us for support!
SIP Endpoint SDK for .NET Release Notes
Release Date | Release Type | Restrictions | AIX | Linux | Solaris | Windows |
---|---|---|---|---|---|---|
12/17/20 | Update | X |
This release contains the following new features and enhancements:
<domain name="codecs">
<section name="enabled">
<setting name="audio" value="g729,pcmu,ptime=40"/>
The valid values for this parameter depending on enabled codecs are:
If specified, SIP Endpoint would add the a='ptime' parameter to both Offer SDP (always with configured value) and Answer SDP (with negotiated value, which may be different based on the remote Offer SDP).
As in previous releases, the size of outgoing RTP packets depends only on the ptime value in the remote SDP (The endpoint must send packets that the other side is willing to accept).
(SEPSDK-2709)
This release contains the following resolved issues:
SDP processing no longer makes the endpoint unstable after adding or removing video on an active call repeatedly. (SEPSDK-2719)
SIP Endpoint SDK now correctly ignores the media section with port 0 (indicating a rejected stream) in the incoming SDP. Earlier, the media attributes were applied incorrectly resulting in an incorrect processing of the SDP offer. (SEPSDK-2700)
No special procedure is required to upgrade to release 9.0.022.05.