Comments or questions about this documentation? Contact us for support!
Genesys Softphone includes an HTTP/HTTPS connector to simplify using Genesys Softphone with Agent Desktop:
Softphone.config configuration file contains a connector section in the policy domain:
<Container name ="Genesys">
...
<domain name="policy">
...
<section name="connector">
<!-- Activates HTTP or HTTPS communication.
Requires a port defined in the port option. -->
<setting name="protocol" value="https"/>
<!-- Specifies the port used when communicating in HTTP or HTTPS -->
<setting name="port" value="8000"/>
<!-- Activates the SESSIONID in cookies -->
<setting name="enable_sessionid" value="1"/>
<!-- Gives a thumbprint string value Workspace
uses to select a certificate if the 'protocol' option
is set to HTTPS. -->
<setting name="certificate_search_value" value="55 20 C3 64 79 ED 13 87 FB C3 6C 99 54 D2 6C AC 11 61 BE CE"/>
<!-- Specifies if the Softphone application is auto started
or started by the client application.-->
<setting name="standalone" value="1"/>
</section>
...
</domain>
...
</Container>
Use the enabled section of the codecs domain in the Softphone.config configuration file to specify the order in which audio codecs are given priority.
For example:
<domain name="codecs">
<section name="enabled">
<setting name="audio" value="opus,pcmu,pcma,G722,iSAC/16000,G729"/>
</section>
<section name="PCMU/8000"/>
<section name="PCMA/8000"/>
<section name="G722/16000"/>
Any codec that is not explicitly included in the enabled section will not be used, even if the section for that codec is present in the configuration file.
To use the enabled section of the codecs domain, follow these guidelines:
<setting name="audio" value="g729=(fmtp='annexb=no'),opus=(pt=125),pcmu,pcma"/>
<setting name="video" value="h264=(pt=120,fmtp='profile-level-id=420028')"/>
Before starting Agent Desktop, agents need to have Softphone running. Administrators can specify that Softphone starts automatically when the Windows user logs in or agents can startup Softphone
When using Softphone with Agent Desktop, Softphone disables its default user interface. Instead, agents can use the Agent Desktop user interface for call controls, mute, and volume control. For information on the Agent Desktop user interface, see the Agent Desktop Help.