Jump to: navigation, search

9.0.023.01

SIP Endpoint SDK for OS X is part of 9.x starting in 9.0.004.07.

SIP Endpoint SDK for OS X Release Notes

Release Date Release Type Restrictions AIX Linux Mac Solaris Windows
03/25/21 General X


Helpful Links

Releases Info

Product Documentation

Genesys Products


What's New

This release contains the following new features and enhancements:

Important
Computers with the Apple M1 processor are supported through the macOS 11 Rosetta 2 compatibility feature.

(SEPSDK-2729)

  • A new optional parameter, maxpkt is added to the codecs.enabled.video option to specify the maximum RTP packet size for video codecs (including the RTP header but not counting the UDP and IP overheads).
      <domain name="codecs">
        <section name="enabled">
          <setting name="video" value="vp8,maxpkt=1342"/>
    The valid values for this parameter are integers from 1024 to 1472, and the default value is 1442. (Any number outside the valid range would be adjusted to the closest allowable value.) (SEPSDK-2728)



Resolved Issues

This release contains the following resolved issues:



A new method is added to GSSessionService to get the content of connection-level SIP message by name (for example, name = "REGISTER") or by direction (using name = "<<" will return the latest received response):

(NSString*) getSIPMessageForConnectionId:(int) connectionId byName:(NSString*) name;

(SEPSDK-2747)


The enable method from the GSSipConnection protocol now picks up the changed config options correctly and does not fail if the disable method was not called before or was unsuccessful. (SEPSDK-2740)




Upgrade Notes

No special procedure is required to upgrade to release 9.0.023.01.

This page was last edited on March 25, 2021, at 08:04.
Comments or questions about this documentation? Contact us for support!