Jump to: navigation, search
(Update with the copy of version: draft)
(Update with the copy of version: draft)
Line 15: Line 15:
  
 
==Basic Container==
 
==Basic Container==
The first Container ("Basic") holds the basic connectivity details that are required to connect to your SIP Server. This container has at least one connection (Connectivity) element with the following attributes:
+
The first Container ("Basic") holds the basic connectivity details that are required to connect to your VoIP infrastructure. This container has at least one connection (Connectivity) element with the following attributes:
  
  <Connectivity user="DN" server="SERVER:PORT" protocol="TRANSPORT"/>
+
  <Connectivity user="DN" server="VOIP_NETWORK_ACCESS_POINT" protocol="TRANSPORT"/>
  
 +
===SIP===
 
If you are using a configuration that supports [[Documentation:SESDK:Developer:DisasterRecovery:9.0.0NET|Disaster Recovery and Geo-Redundancy]], there may be multiple connection elements present with each specifying a separate possible connection. Refer to the [[Documentation:SESDK:Developer:DisasterRecovery:9.0.0NET#Configuration_Settings|configuration settings]] of that feature for details.
 
If you are using a configuration that supports [[Documentation:SESDK:Developer:DisasterRecovery:9.0.0NET|Disaster Recovery and Geo-Redundancy]], there may be multiple connection elements present with each specifying a separate possible connection. Refer to the [[Documentation:SESDK:Developer:DisasterRecovery:9.0.0NET#Configuration_Settings|configuration settings]] of that feature for details.
 
You will have to make the following changes and save the updated configuration file before using the Genesys Softphone:
 
You will have to make the following changes and save the updated configuration file before using the Genesys Softphone:
 
* <tt>user="DN"</tt>&mdash;Supply a valid DN for the user attribute.  
 
* <tt>user="DN"</tt>&mdash;Supply a valid DN for the user attribute.  
* <tt>server="SERVER:PORT"</tt>&mdash;Replace SERVER with the host name where your SIP Server is deployed, and PORT with the SIP port of the SIP Server host. The default SIP port value is 5060. For SRV resolution, specify the SRV record without including the port number in the server's URI. Also see [[Options#SRV_Resolution|SRV Resolution]] below.
+
* <tt>server="SERVER:PORT" or "SERVER"</tt>&mdash;Replace SERVER with the host name or IP Address of the Session Border Controller (SBC), and PORT with the SIP port of the SBC, when applicable. For SRV resolution, specify SERVER with the SRV record without including the port number in the server's URI. Also see [[Options#SRV_Resolution|SRV Resolution]] below.
* <tt>protocol="TRANSPORT"</tt>&mdash;Set the protocol attribute to reflect the protocol being used to communicate with SIP Server. Possible values are UDP, TCP, or TLS.
+
* <tt>protocol="TRANSPORT"</tt>&mdash;Set the protocol attribute to reflect the protocol being used to communicate with the SBC: "UDP" in PureEngage Cloud.
  
===SRV Resolution===
+
====SRV Resolution====
 
When using an SRV record for the '''server''' parameter, note the following:
 
When using an SRV record for the '''server''' parameter, note the following:
  
Line 33: Line 34:
 
* The maximum number of targets (SRV records) per service is 20.
 
* The maximum number of targets (SRV records) per service is 20.
 
* You can only specify SRV records in the '''server''' parameter of the '''Connectivity''' element. You can not use SRV records for the mailbox section or the '''vq_report_collector''' setting.
 
* You can only specify SRV records in the '''server''' parameter of the '''Connectivity''' element. You can not use SRV records for the mailbox section or the '''vq_report_collector''' setting.
 +
 +
===WebRTC===
 +
You will have to make the following changes and save the updated configuration file before using the Genesys Softphone:
 +
* <tt>user="DN"</tt>&mdash;Supply a valid DN for the user attribute.
 +
* <tt>server="WEBRTCGATEWAY_SERVER:WEBRTCGATEWAY_PORT?sip-proxy-address="SIPPROXY_SERVER:SIPPROXY_PORT"</tt>&mdash;Replace WEBRTCGATEWAY_SERVER with the host name where the WebRTC Gateway is deployed, and PORT with the HTTPS port of the WebRTC Gateway. Also, replace SIPPROXY_SERVER and SIPPROXY_PORT (optional) with the connectivity parameters of the SIP Proxy that need to be contacted by the WebRTC Gateway to register this DN.
 +
* <tt>protocol="TRANSPORT"</tt>&mdash;Set the protocol attribute to reflect the protocol being used to communicate with the WebRTC Gateway: HTTPS.
  
 
{{NoteFormat|Your environment can have up to six SIP URIs (Connectivity sections) that represent six endpoint connections with SIP Server.}}
 
{{NoteFormat|Your environment can have up to six SIP URIs (Connectivity sections) that represent six endpoint connections with SIP Server.}}
Line 69: Line 76:
 
! Section
 
! Section
 
! Setting
 
! Setting
 +
! Deployment
 
! Values
 
! Values
 
! Description
 
! Description
  
 
|-
 
|-
| colspan=5 | <div id="sdk_policy">'''policy'''</div>
+
| colspan=6 | <div id="sdk_policy">'''policy'''</div>
 
|-
 
|-
 
| rowspan=20|  
 
| rowspan=20|  
| colspan=4 | <div id="sdk_endpoint">'''endpoint'''</div>
+
| colspan=5 | <div id="sdk_endpoint">'''endpoint'''</div>
 
|-
 
|-
 
| rowspan=19|  
 
| rowspan=19|  
 
| include_os_version_in_user_agent_header
 
| include_os_version_in_user_agent_header
 +
| SIP only
 
| Number
 
| Number
 
| If set to 1, the user agent field includes the OS version the client is currently running on. Default: 1.
 
| If set to 1, the user agent field includes the OS version the client is currently running on. Default: 1.
 
|-
 
|-
 
| gui_call_lines
 
| gui_call_lines
 +
|
 
| Number from 1 to 7
 
| Number from 1 to 7
 
| This option controls the number of phone lines in the First Party Call Control tab.<br/><br/>
 
| This option controls the number of phone lines in the First Party Call Control tab.<br/><br/>
Line 91: Line 101:
 
|-
 
|-
 
| gui_tabs
 
| gui_tabs
 +
|
 
| Comma-separated list of tab names
 
| Comma-separated list of tab names
 
| This option controls what tabs are shown in the GUI and their order.<br/><br/>
 
| This option controls what tabs are shown in the GUI and their order.<br/><br/>
Line 97: Line 108:
 
|-
 
|-
 
| include_sdk_version_in_user_agent_header
 
| include_sdk_version_in_user_agent_header
 +
| SIP only
 
| Number
 
| Number
 
| If set to 1, the user agent field includes the SDK version the client is currently running on. Default: 1.
 
| If set to 1, the user agent field includes the SDK version the client is currently running on. Default: 1.
 
|-
 
|-
 
| ip_versions
 
| ip_versions
 +
| SIP only
 
| IPv4
 
| IPv4
 
IPv6<br>
 
IPv6<br>
Line 114: Line 127:
 
|-
 
|-
 
| public_address
 
| public_address
 +
| SIP and WebRTC
 
| String
 
| String
 
| Local IP address or Fully Qualified Domain Name (FQDN) of the machine. This setting can be an explicit setting or a special value that the GSP uses to automatically obtain the public address.
 
| Local IP address or Fully Qualified Domain Name (FQDN) of the machine. This setting can be an explicit setting or a special value that the GSP uses to automatically obtain the public address.
Line 136: Line 150:
 
|-
 
|-
 
| include_mac_address  
 
| include_mac_address  
 +
| SIP only
 
| Number
 
| Number
 
| Default Value: <tt>0</tt>. If set to <tt>1</tt>, the MAC address is included in the Contact header of the REGISTER message of the host's network interface in a format compatible with RFC 5626.
 
| Default Value: <tt>0</tt>. If set to <tt>1</tt>, the MAC address is included in the Contact header of the REGISTER message of the host's network interface in a format compatible with RFC 5626.
 
|-
 
|-
 
| rtp_inactivity_timeout
 
| rtp_inactivity_timeout
 +
| SIP and WebRTC
 
| Number
 
| Number
 
| Timeout interval for RTP inactivity. Valid values are positive integers. A value of <tt>0</tt> means that this feature is not activated. A value <tt>1</tt> or higher indicates the inactivity timeout interval in seconds. Default: <tt>0</tt>. Suggested values: <tt>1</tt> through <tt>150</tt>.
 
| Timeout interval for RTP inactivity. Valid values are positive integers. A value of <tt>0</tt> means that this feature is not activated. A value <tt>1</tt> or higher indicates the inactivity timeout interval in seconds. Default: <tt>0</tt>. Suggested values: <tt>1</tt> through <tt>150</tt>.
 
|-
 
|-
 
| rtp_port_min
 
| rtp_port_min
 +
| SIP and WebRTC
 
| Number
 
| Number
 
| The integer value representing the minimum value for an RTP port range. Must be within the valid port range of <tt>9000</tt> to <tt>65535</tt>. If the minimum and maximum values are not specified or are set to an invalid value, the default minimum (<tt>9000</tt>) and maximum (minimum value + <tt>999</tt>) are used. Setting the minimum to a value that is larger than the maximum is considered an error and will result in a failure to initialize the endpoint.
 
| The integer value representing the minimum value for an RTP port range. Must be within the valid port range of <tt>9000</tt> to <tt>65535</tt>. If the minimum and maximum values are not specified or are set to an invalid value, the default minimum (<tt>9000</tt>) and maximum (minimum value + <tt>999</tt>) are used. Setting the minimum to a value that is larger than the maximum is considered an error and will result in a failure to initialize the endpoint.
 
|-
 
|-
 
| rtp_port_max
 
| rtp_port_max
 +
| SIP and WebRTC
 
| Number
 
| Number
 
| The integer value representing the maximum value for an RTP port range. Must be within the valid port range of <tt>9000</tt> to <tt>65535</tt>. If the minimum and maximum values are not specified or are set to an invalid value, the default minimum (<tt>9000</tt>) and maximum (minimum value + <tt>999</tt>) are used. Setting the maximum to a value that is less than the minimum is considered an error and will result in a failure to initialize the endpoint.
 
| The integer value representing the maximum value for an RTP port range. Must be within the valid port range of <tt>9000</tt> to <tt>65535</tt>. If the minimum and maximum values are not specified or are set to an invalid value, the default minimum (<tt>9000</tt>) and maximum (minimum value + <tt>999</tt>) are used. Setting the maximum to a value that is less than the minimum is considered an error and will result in a failure to initialize the endpoint.
Line 153: Line 171:
 
|-
 
|-
 
| tcp_port_min
 
| tcp_port_min
 +
| SIP only
 
| Number
 
| Number
 
| The integer value representing the minimum value for a TCP client-side port range. Must be within the valid port range of <tt>1</tt> to <tt>65535</tt>. If set to <tt>0</tt> (default) or if the configured range is not valid, SIP connections over TCP and TLS use ephemeral ports, assigned by the operating system.
 
| The integer value representing the minimum value for a TCP client-side port range. Must be within the valid port range of <tt>1</tt> to <tt>65535</tt>. If set to <tt>0</tt> (default) or if the configured range is not valid, SIP connections over TCP and TLS use ephemeral ports, assigned by the operating system.
 
|-
 
|-
 
| tcp_port_max
 
| tcp_port_max
 +
| SIP only
 
| Number
 
| Number
 
| The integer value representing the maximum value for a TCP client-side port range. Must be within the valid port range of <tt>1</tt> to <tt>65535</tt>.  
 
| The integer value representing the maximum value for a TCP client-side port range. Must be within the valid port range of <tt>1</tt> to <tt>65535</tt>.  
Line 164: Line 184:
 
|-
 
|-
 
| sip_port_min
 
| sip_port_min
 +
| SIP only
 
| Number
 
| Number
 
| The integer value representing the minimum value for a SIP port range. Must be within the valid port range of <tt>1</tt> to <tt>65535</tt>. If the minimum and maximum values are not specified or are set to an invalid value, the default minimum (<tt>5060</tt>) and maximum (minimum value + <tt>6</tt>) are used. Setting the minimum to a value that is larger than the maximum is considered an error and will result in a failure to initialize the endpoint.
 
| The integer value representing the minimum value for a SIP port range. Must be within the valid port range of <tt>1</tt> to <tt>65535</tt>. If the minimum and maximum values are not specified or are set to an invalid value, the default minimum (<tt>5060</tt>) and maximum (minimum value + <tt>6</tt>) are used. Setting the minimum to a value that is larger than the maximum is considered an error and will result in a failure to initialize the endpoint.
 
|-
 
|-
 
| sip_port_max
 
| sip_port_max
 +
| SIP only
 
| Number
 
| Number
 
| The integer value representing the maximum value for a SIP port range. Must be within the valid port range of <tt>1</tt> to <tt>65535</tt>. If the minimum and maximum values are not specified or are set to an invalid value, the default minimum (<tt>5060</tt>) and maximum (minimum value + <tt>6</tt>) are used. Setting the maximum to a value that is less than the minimum is considered an error and will result in a failure to initialize the endpoint.
 
| The integer value representing the maximum value for a SIP port range. Must be within the valid port range of <tt>1</tt> to <tt>65535</tt>. If the minimum and maximum values are not specified or are set to an invalid value, the default minimum (<tt>5060</tt>) and maximum (minimum value + <tt>6</tt>) are used. Setting the maximum to a value that is less than the minimum is considered an error and will result in a failure to initialize the endpoint.
 
|-
 
|-
 
| sip_transaction_timeout
 
| sip_transaction_timeout
 +
| SIP only
 
| Number
 
| Number
 
| SIP transaction timeout value in milliseconds. Valid values are <tt>1</tt> through <tt>32000</tt>, with a default value of <tt>4000</tt>. The recommended value is <tt>4000</tt>.
 
| SIP transaction timeout value in milliseconds. Valid values are <tt>1</tt> through <tt>32000</tt>, with a default value of <tt>4000</tt>. The recommended value is <tt>4000</tt>.
 
|-
 
|-
 
| vq_alarm_threshold
 
| vq_alarm_threshold
 +
| SIP and WebRTC
 
| <tt>0</tt> (default) or number from <tt>1.0</tt> to <tt>5.0</tt>
 
| <tt>0</tt> (default) or number from <tt>1.0</tt> to <tt>5.0</tt>
 
| Specifies Mean Opinion Score (MOS &mdash; a measure of reported network quality ratings) threshold for generating Voice Quality Alarms. The value <tt>0</tt> disables the alarms. The recommended threshold value is <tt>3.5</tt>. Using values above <tt>4.2</tt> are not recommended as an MOS that high might not be obtainable with some codecs, even under perfect network conditions.
 
| Specifies Mean Opinion Score (MOS &mdash; a measure of reported network quality ratings) threshold for generating Voice Quality Alarms. The value <tt>0</tt> disables the alarms. The recommended threshold value is <tt>3.5</tt>. Using values above <tt>4.2</tt> are not recommended as an MOS that high might not be obtainable with some codecs, even under perfect network conditions.
 
|-
 
|-
 
| vq_report_collector
 
| vq_report_collector
 +
| SIP only
 
|  
 
|  
 
| See [[Documentation:SESDK:Developer:ConfiguringforNET:9.0.0NET#Producing_RTCP_Extended_Reports|SIP Endpoint SDK for .NET&mdash;Producing RTCP Extended Reports]]
 
| See [[Documentation:SESDK:Developer:ConfiguringforNET:9.0.0NET#Producing_RTCP_Extended_Reports|SIP Endpoint SDK for .NET&mdash;Producing RTCP Extended Reports]]
 
|-
 
|-
 
| vq_report_publish
 
| vq_report_publish
 +
| SIP only
 
|  
 
|  
 
| See [[Documentation:SESDK:Developer:ConfiguringforNET:9.0.0NET#Producing_RTCP_Extended_Reports|SIP Endpoint SDK for .NET&mdash;Producing RTCP Extended Reports]]
 
| See [[Documentation:SESDK:Developer:ConfiguringforNET:9.0.0NET#Producing_RTCP_Extended_Reports|SIP Endpoint SDK for .NET&mdash;Producing RTCP Extended Reports]]
 
|-
 
|-
 
| webrtc_audio_layer
 
| webrtc_audio_layer
 +
| SIP and WebRTC
 
| 0<br>1<br>2
 
| 0<br>1<br>2
 
| Valid values:<br>
 
| Valid values:<br>
Line 195: Line 222:
 
|-
 
|-
 
| rowspan=13|
 
| rowspan=13|
| colspan=5 | <div id="sdk_session">'''session'''</div>  
+
| colspan=6 | <div id="sdk_session">'''session'''</div>  
 
|-
 
|-
 
| rowspan=12 |  
 
| rowspan=12 |  
  
 
| agc_mode
 
| agc_mode
 +
| SIP and WebRTC
 
| 0
 
| 0
 
1
 
1
Line 206: Line 234:
 
|-
 
|-
 
| auto_answer
 
| auto_answer
 +
| SIP and WebRTC
 
| Number
 
| Number
 
| If set to 1, all incoming calls should be answered automatically.
 
| If set to 1, all incoming calls should be answered automatically.
 
|-
 
|-
 
| dtmf_method
 
| dtmf_method
 +
| SIP and WebRTC
 
| Rfc2833
 
| Rfc2833
 
Info<br>
 
Info<br>
Line 216: Line 246:
 
|-
 
|-
 
| echo_control
 
| echo_control
 +
| SIP and WebRTC
 
| 0<br>1
 
| 0<br>1
 
| Valid values: 0 or 1. If set to 1, echo control is enabled.
 
| Valid values: 0 or 1. If set to 1, echo control is enabled.
 
|-
 
|-
 
| noise_suppression
 
| noise_suppression
 +
| SIP and WebRTC
 
| 0<br>1
 
| 0<br>1
 
| Valid values: 0 or 1. If set to 1, noise suppresion is enabled.
 
| Valid values: 0 or 1. If set to 1, noise suppresion is enabled.
 
|-
 
|-
 
| dtx_mode
 
| dtx_mode
 +
| SIP and WebRTC
 
| Number
 
| Number
 
| Valid values: 0 or 1. If set to 1, DTX is activated.
 
| Valid values: 0 or 1. If set to 1, DTX is activated.
 
|-
 
|-
 
| reject_session_when_headset_na
 
| reject_session_when_headset_na
 +
| SIP and WebRTC
 
| Number
 
| Number
 
| Valid values: 0 or 1. If set to 1, the GSP should reject the incoming session if a USB headset is not available.
 
| Valid values: 0 or 1. If set to 1, the GSP should reject the incoming session if a USB headset is not available.
 
|-
 
|-
 
| sip_code_when_headset_na
 
| sip_code_when_headset_na
 +
| SIP only
 
| Number
 
| Number
 
| Defaul Value: <tt>480</tt><br>
 
| Defaul Value: <tt>480</tt><br>
Line 237: Line 272:
 
|-
 
|-
 
| vad_level
 
| vad_level
 +
| SIP and WebRTC
 
| Number
 
| Number
 
| Sets the degree of bandwidth reduction. Valid values: 0 &ndash; 3 &mdash; from 0 (conventional VAD) to 3 (aggressive high).
 
| Sets the degree of bandwidth reduction. Valid values: 0 &ndash; 3 &mdash; from 0 (conventional VAD) to 3 (aggressive high).
 
|-
 
|-
 
| ringing_enabled
 
| ringing_enabled
 +
| SIP and WebRTC
 
| Number
 
| Number
 
| Valid values: 0, 1, 2, 3, or 4.<br>
 
| Valid values: 0, 1, 2, 3, or 4.<br>
Line 252: Line 289:
 
|-
 
|-
 
| ringing_timeout
 
| ringing_timeout
 +
| SIP and WebRTC
 
| Number
 
| Number
 
| Valid Values: Empty, 0, or a positive number<br>
 
| Valid Values: Empty, 0, or a positive number<br>
Line 258: Line 296:
 
|-
 
|-
 
| {{AnchorDiv|policy_session_ringing_file}}ringing_file
 
| {{AnchorDiv|policy_session_ringing_file}}ringing_file
 +
| SIP and WebRTC
 
| String
 
| String
 
| Valid values: Empty or the path to the ringing sound file for the audio out device (headset). The path may be a file name in the current directory or the full path to the sound file.<br>
 
| Valid values: Empty or the path to the ringing sound file for the audio out device (headset). The path may be a file name in the current directory or the full path to the sound file.<br>
Line 272: Line 311:
 
|-
 
|-
 
| rowspan=6 |
 
| rowspan=6 |
| colspan=4 | <div id="sdk_device">'''device'''</div>
+
| colspan=5 | <div id="sdk_device">'''device'''</div>
 
|-
 
|-
 
| rowspan=5 |  
 
| rowspan=5 |  
  
 
| audio_in_device
 
| audio_in_device
 +
| SIP and WebRTC
 
| String
 
| String
 
| Microphone device name: can be either the device proper name or a regular expression.
 
| Microphone device name: can be either the device proper name or a regular expression.
 
|-
 
|-
 
| audio_out_device
 
| audio_out_device
 +
| SIP and WebRTC
 
| String
 
| String
 
| Speaker device name: can be either the device proper name or a regular expression.
 
| Speaker device name: can be either the device proper name or a regular expression.
 
|-
 
|-
 
| ringer_device
 
| ringer_device
 +
| SIP and WebRTC
 
| String
 
| String
 
| Ringer device name: can be either the device proper name or a regular expression. Used when ringing_enabled = 4
 
| Ringer device name: can be either the device proper name or a regular expression. Used when ringing_enabled = 4
 
|-
 
|-
 
| headset_name
 
| headset_name
 +
| SIP and WebRTC
 
| String
 
| String
 
|  
 
|  
Line 294: Line 337:
 
|-
 
|-
 
| use_headset
 
| use_headset
 +
| SIP and WebRTC
 
| Number
 
| Number
 
| Valid values: 0 or 1. If set to 0, the audio devices specified in <tt>audio_in_device</tt> and <tt>audio_out_device</tt> are used by the Genesys Softphone. If set to 1, the Genesys Softphone uses a headset as the preferred audio input and output device and the audio devices specified in <tt>audio_in_device</tt> and <tt>audio_out_device</tt> are ignored.
 
| Valid values: 0 or 1. If set to 0, the audio devices specified in <tt>audio_in_device</tt> and <tt>audio_out_device</tt> are used by the Genesys Softphone. If set to 1, the Genesys Softphone uses a headset as the preferred audio input and output device and the audio devices specified in <tt>audio_in_device</tt> and <tt>audio_out_device</tt> are ignored.
 
|-
 
|-
 
| rowspan=6 |
 
| rowspan=6 |
| colspan=4 | <div id="sdk_connector">'''connector'''</div>
+
| colspan=5 | <div id="sdk_connector">'''connector'''</div>
 
|-
 
|-
 
| rowspan=5 |  
 
| rowspan=5 |  
  
 
| protocol
 
| protocol
 +
| SIP and WebRTC
 
| String
 
| String
 
| Valid values: http or https. Specifies whether the HTTP requests sent from HTTP client (typically WWE running in a browser) are secured. If set to a non empty value the option <tt>port</tt> must be populated with a valid port number. If set to <tt>https</tt>, the option <tt>certificate_search_value</tt> must be populated with a valid certificate thumbprint.
 
| Valid values: http or https. Specifies whether the HTTP requests sent from HTTP client (typically WWE running in a browser) are secured. If set to a non empty value the option <tt>port</tt> must be populated with a valid port number. If set to <tt>https</tt>, the option <tt>certificate_search_value</tt> must be populated with a valid certificate thumbprint.
 
|-
 
|-
 
| port
 
| port
 +
| SIP and WebRTC
 
| Number
 
| Number
 
| The port that Softphone is opening at start-up time to listen to HTTP or HTTPS requests sent by the HTTP Client (typically WWE running in a browser). If sent to empty value (default) the connector is not activated and Softphone runs in regular standalone GUI mode.
 
| The port that Softphone is opening at start-up time to listen to HTTP or HTTPS requests sent by the HTTP Client (typically WWE running in a browser). If sent to empty value (default) the connector is not activated and Softphone runs in regular standalone GUI mode.
 
|-
 
|-
 
| certificate_search_value
 
| certificate_search_value
 +
| SIP and WebRTC
 
| String
 
| String
 
| The thumbprint of a valid certificate that is accessible from the Certificate Store of the workstation where Softphone is running.
 
| The thumbprint of a valid certificate that is accessible from the Certificate Store of the workstation where Softphone is running.
 
|-
 
|-
 
| enable_sessionid
 
| enable_sessionid
 +
| SIP and WebRTC
 
| Number
 
| Number
 
| Valid values: 0 or 1. If set to 1 (default), a SESSION_ID attribute is generated in the header of the HTTP response returned to the HTTP Client (typically WWE running in a browser).
 
| Valid values: 0 or 1. If set to 1 (default), a SESSION_ID attribute is generated in the header of the HTTP response returned to the HTTP Client (typically WWE running in a browser).
 
|-
 
|-
 
| auto_restart
 
| auto_restart
 +
| SIP and WebRTC
 
| Number
 
| Number
 
| Valid values: 0 or 1. If set to 1 (default) the Softphone must be restarted after every client session.
 
| Valid values: 0 or 1. If set to 1 (default) the Softphone must be restarted after every client session.
 
|-
 
|-
| colspan=5 |  <div id="sdk_codec">'''codecs'''</div> &mdash; See [[Documentation:SESDK:Developer:ConfiguringforNET:9.0.0NET#Working_with_Codec_Priorities|SIP Endpoint SDK for .NET 9.0.0NET&mdash;Working with Codec Priorities]].
+
| colspan=6 |  <div id="sdk_codec">'''codecs'''</div> &mdash; See [[Documentation:SESDK:Developer:ConfiguringforNET:9.0.0NET#Working_with_Codec_Priorities|SIP Endpoint SDK for .NET 9.0.0NET&mdash;Working with Codec Priorities]].
 
|-
 
|-
| colspan=5 | <div id="sdk_proxies">'''proxies'''</div>
+
| colspan=6 | <div id="sdk_proxies">'''proxies'''</div>
 
|-
 
|-
 
| rowspan=6 |
 
| rowspan=6 |
| colspan=4 | <div id="sdk_proxy">'''proxy''<n>'''''</div>
+
| colspan=5 | <div id="sdk_proxy">'''proxy''<n>'''''</div>
 
|-
 
|-
 
| rowspan=5 |  
 
| rowspan=5 |  
  
 
| display_name
 
| display_name
 +
| SIP only
 
| String
 
| String
 
| Proxy display name
 
| Proxy display name
 
|-
 
|-
 
| password
 
| password
 +
| SIP only
 
| String
 
| String
 
| Proxy password
 
| Proxy password
 
|-
 
|-
 
| reg_interval
 
| reg_interval
 +
| SIP and WebRTC
 
| Number
 
| Number
 
| The period, in seconds, after which the endpoint starts a new registration cycle when a SIP proxy is down. Valid values are integers greater than or equal to <tt>0</tt>. If the setting is empty or negative, the default value is <tt>0</tt>, which means no new registration cycle is allowed. If the setting is greater than <tt>0</tt>, a new registration cycle is allowed and will start after the period specified by <tt>regInterval</tt>.<br/>
 
| The period, in seconds, after which the endpoint starts a new registration cycle when a SIP proxy is down. Valid values are integers greater than or equal to <tt>0</tt>. If the setting is empty or negative, the default value is <tt>0</tt>, which means no new registration cycle is allowed. If the setting is greater than <tt>0</tt>, a new registration cycle is allowed and will start after the period specified by <tt>regInterval</tt>.<br/>
Line 345: Line 397:
 
|-
 
|-
 
| reg_match_received_rport
 
| reg_match_received_rport
 +
| SIP only
 
| Number
 
| Number
 
| DEPRECATED
 
| DEPRECATED
Line 352: Line 405:
 
|-
 
|-
 
| reg_timeout
 
| reg_timeout
 +
| SIP only
 
| Number
 
| Number
 
| The period, in seconds, after which registration should expire. A new <tt>REGISTER</tt> request will be sent before expiration. Valid values are integers greater than or equal to <tt>0</tt>. If the setting is <tt>0</tt> or <tt>empty/null</tt>, then registration is disabled, putting the endpoint in standalone mode.
 
| The period, in seconds, after which registration should expire. A new <tt>REGISTER</tt> request will be sent before expiration. Valid values are integers greater than or equal to <tt>0</tt>. If the setting is <tt>0</tt> or <tt>empty/null</tt>, then registration is disabled, putting the endpoint in standalone mode.
 
|-
 
|-
 
| rowspan=9 |
 
| rowspan=9 |
| colspan=4 | '''nat'''
+
| colspan=5 | '''nat'''
 
|-
 
|-
 
| rowspan=8 |  
 
| rowspan=8 |  
  
 
| ice_enabled
 
| ice_enabled
 +
| SIP only
 
| Boolean
 
| Boolean
 
| Enable or disable ICE
 
| Enable or disable ICE
 
|-
 
|-
 
| stun_server
 
| stun_server
 +
| SIP only
 
| String
 
| String
 
| STUN server address. An empty or null value indicates this feature is not being used.
 
| STUN server address. An empty or null value indicates this feature is not being used.
 
|-
 
|-
 
| stun_server_port
 
| stun_server_port
 +
| SIP only
 
| String
 
| String
 
| STUN server port value
 
| STUN server port value
 
|-
 
|-
 
| turn_password
 
| turn_password
 +
| SIP only
 
| Number
 
| Number
 
| Password for TURN authentication
 
| Password for TURN authentication
 
|-
 
|-
 
| turn_relay_type
 
| turn_relay_type
 +
| SIP only
 
| Number
 
| Number
 
| Type of TURN relay
 
| Type of TURN relay
 
|-
 
|-
 
| turn_server
 
| turn_server
 +
| SIP only
 
| String
 
| String
 
| TURN server address. An empty or null value indicates this feature is not being used.
 
| TURN server address. An empty or null value indicates this feature is not being used.
 
|-
 
|-
 
| turn_server_port
 
| turn_server_port
 +
| SIP only
 
| String
 
| String
 
| TURN server port value
 
| TURN server port value
 
|-
 
|-
 
| turn_user_name
 
| turn_user_name
 +
| SIP only
 
| String
 
| String
 
| User ID for TURN authorization
 
| User ID for TURN authorization
 
|-
 
|-
| colspan=5 | <div id="sdk_system">'''system'''</div>
+
| colspan=6 | <div id="sdk_system">'''system'''</div>
 
|-
 
|-
 
| rowspan=10 |
 
| rowspan=10 |
| colspan=4 | <div id="sdk_diagnostics">'''diagnostics'''</div>
+
| colspan=5 | <div id="sdk_diagnostics">'''diagnostics'''</div>
 
|-
 
|-
 
| rowspan=9 |  
 
| rowspan=9 |  
  
 
| enable_logging
 
| enable_logging
 +
| SIP and WebRTC
 
| Number
 
| Number
 
| Valid values: 0 or 1. Disable or enable logging.
 
| Valid values: 0 or 1. Disable or enable logging.
 
|-
 
|-
 
| log_file
 
| log_file
 +
| SIP and WebRTC
 
| String
 
| String
 
| Log file name, for example, <tt>SipEndpoint.log</tt>
 
| Log file name, for example, <tt>SipEndpoint.log</tt>
 
|-
 
|-
 
| log_level
 
| log_level
 +
| SIP and WebRTC
 
| Number
 
| Number
 
| Valid values: 0 &ndash; 4.  Log levels: 0 = "Fatal"; 1 = "Error"; 2 = "Warning"; 3 = "Info"; 4 = "Debug".
 
| Valid values: 0 &ndash; 4.  Log levels: 0 = "Fatal"; 1 = "Error"; 2 = "Warning"; 3 = "Info"; 4 = "Debug".
 
|-
 
|-
 
| log_options_provider
 
| log_options_provider
 +
| SIP and WebRTC
 
| String
 
| String
 
| Valid values for webrtc = (warning, state, api, debug, info, error, critical). For example: <tt>gsip=2, webrtc=(error,critical)</tt>
 
| Valid values for webrtc = (warning, state, api, debug, info, error, critical). For example: <tt>gsip=2, webrtc=(error,critical)</tt>
 
|-
 
|-
 
| logger_type
 
| logger_type
 +
| SIP and WebRTC
 
| <tt>file</tt>
 
| <tt>file</tt>
 
| If set to <tt>file</tt>, the log data will be printed to the file specified by the <tt>log_file</tt> parameter.
 
| If set to <tt>file</tt>, the log data will be printed to the file specified by the <tt>log_file</tt> parameter.
 
|-
 
|-
 
| log_segment
 
| log_segment
 +
| SIP and WebRTC
 
| <tt>false</tt><br>Number<br>Number in <tt>KB</tt>,<tt>MB</tt>, or <tt>hr</tt>  
 
| <tt>false</tt><br>Number<br>Number in <tt>KB</tt>,<tt>MB</tt>, or <tt>hr</tt>  
 
| Valid Values:<br>
 
| Valid Values:<br>
Line 430: Line 498:
 
|-
 
|-
 
| log_expire
 
| log_expire
 +
| SIP and WebRTC
 
| <tt>false</tt><br>Number<br>Number <tt>file</tt><br>Number <tt>day</tt>
 
| <tt>false</tt><br>Number<br>Number <tt>file</tt><br>Number <tt>day</tt>
 
| Valid Values:<br>
 
| Valid Values:<br>
Line 440: Line 509:
 
|-
 
|-
 
| log_time_convert
 
| log_time_convert
 +
| SIP and WebRTC
 
| <tt>local</tt><br><tt>utc</tt>
 
| <tt>local</tt><br><tt>utc</tt>
 
| Valid Values:<br>
 
| Valid Values:<br>
Line 449: Line 519:
 
|-
 
|-
 
| log_time_format
 
| log_time_format
 +
| SIP and WebRTC
 
| <tt>time</tt><br><tt>locale</tt><br><tt>ISO8601</tt>
 
| <tt>time</tt><br><tt>locale</tt><br><tt>ISO8601</tt>
 
| Valid Values:<br>
 
| Valid Values:<br>
Line 458: Line 529:
 
|-
 
|-
 
| rowspan=4 |
 
| rowspan=4 |
| colspan=4 | <div id="sdk_security">'''security'''</div>
+
| colspan=5 | <div id="sdk_security">'''security'''</div>
 
|-
 
|-
 
| rowspan=3 |  
 
| rowspan=3 |  
  
 
| cert_file
 
| cert_file
 +
|
 
| String
 
| String
 
| Thumbprint value of the Public endpoint certificate file, which is used as a client-side certificate for outgoing TLS connection and server-side certificate for incoming TLS connections. For example: <tt>78 44 34 36 7a c2 22 48 bd 5c 76 6b 00 84 5d 66 83 f5 85 d5</tt>
 
| Thumbprint value of the Public endpoint certificate file, which is used as a client-side certificate for outgoing TLS connection and server-side certificate for incoming TLS connections. For example: <tt>78 44 34 36 7a c2 22 48 bd 5c 76 6b 00 84 5d 66 83 f5 85 d5</tt>
 
|-
 
|-
 
| tls_enabled
 
| tls_enabled
 +
|
 
| Number
 
| Number
 
| If set to <tt>1</tt>, connection with TLS transport will be registered. Default: <tt>0</tt>.
 
| If set to <tt>1</tt>, connection with TLS transport will be registered. Default: <tt>0</tt>.
 
|-
 
|-
 
| use_srtp
 
| use_srtp
 +
| SIP only
 
| String
 
| String
 
disabled
 
disabled
 
optional<br>
 
optional<br>
 
mandatory
 
mandatory
| Indicates whether to use SRTP
+
| Indicates whether to use SRTP (Secure RTP is always automatically enabled for WebRTC)
 
|-
 
|-
 
| rowspan=2|
 
| rowspan=2|
| colspan=4 | <div id="sdk_media">'''media'''</div>
+
| colspan=5 | <div id="sdk_media">'''media'''</div>
 
|-
 
|-
 
|
 
|
 
| {{AnchorDiv|system_media_ringing_file}}ringing_file
 
| {{AnchorDiv|system_media_ringing_file}}ringing_file
 +
| SIP and WebRTC
 
| String
 
| String
 
| Valid Values: Empty or String file name<br>
 
| Valid Values: Empty or String file name<br>

Revision as of 14:29, July 2, 2018

Configuration options reference

This topic lists and describes, by container and then by domain, the configuration settings found in the <Genesys Softphone Installation Directory>\Softphone.config file. For an example of the configuration file, see Configuring Genesys Softphone.

The Softphone.config file is installed, along with genesys_softphone.exe, by the either the Genesys Installation Wizard or silently by command line. The contents of the Softphone.config file is generated by the choices specified in the wizard or by modifications made to the genesys_silent.ini file.

In the Softphone.config file, the following attributes of the Connector section are set by setup.exe: protocol, port, and certificate_search_value, while enable_sessionid, auto_restart are not. The default value of these attributes are designed to address most business deployments. However, if you want to adjust their values, follow these steps to make a custom deployment:

  1. Install Genesys Softphone on an administrator's machine.
  2. Edit the Softphone.config file to change the values of the attributes in the Connector section.
  3. Repackage Genesys Softphone with the custom Softphone.config file through an IT-controlled installation.
  4. Push the custom package to the agent workstations.

Basic Container

The first Container ("Basic") holds the basic connectivity details that are required to connect to your VoIP infrastructure. This container has at least one connection (Connectivity) element with the following attributes:

<Connectivity user="DN" server="VOIP_NETWORK_ACCESS_POINT" protocol="TRANSPORT"/>

SIP

If you are using a configuration that supports Disaster Recovery and Geo-Redundancy, there may be multiple connection elements present with each specifying a separate possible connection. Refer to the configuration settings of that feature for details. You will have to make the following changes and save the updated configuration file before using the Genesys Softphone:

  • user="DN"—Supply a valid DN for the user attribute.
  • server="SERVER:PORT" or "SERVER"—Replace SERVER with the host name or IP Address of the Session Border Controller (SBC), and PORT with the SIP port of the SBC, when applicable. For SRV resolution, specify SERVER with the SRV record without including the port number in the server's URI. Also see SRV Resolution below.
  • protocol="TRANSPORT"—Set the protocol attribute to reflect the protocol being used to communicate with the SBC: "UDP" in PureEngage Cloud.

SRV Resolution

When using an SRV record for the server parameter, note the following:

  • Do not specify the port in the server URI.
  • Genesys Softphone does not take into account the weight field of an SRV record.
  • You can not combine IPv4 and IPv6 for a single FQDN.
  • The maximum number of targets (SRV records) per service is 20.
  • You can only specify SRV records in the server parameter of the Connectivity element. You can not use SRV records for the mailbox section or the vq_report_collector setting.

WebRTC

You will have to make the following changes and save the updated configuration file before using the Genesys Softphone:

  • user="DN"—Supply a valid DN for the user attribute.
  • server="WEBRTCGATEWAY_SERVER:WEBRTCGATEWAY_PORT?sip-proxy-address="SIPPROXY_SERVER:SIPPROXY_PORT"—Replace WEBRTCGATEWAY_SERVER with the host name where the WebRTC Gateway is deployed, and PORT with the HTTPS port of the WebRTC Gateway. Also, replace SIPPROXY_SERVER and SIPPROXY_PORT (optional) with the connectivity parameters of the SIP Proxy that need to be contacted by the WebRTC Gateway to register this DN.
  • protocol="TRANSPORT"—Set the protocol attribute to reflect the protocol being used to communicate with the WebRTC Gateway: HTTPS.
Important
Your environment can have up to six SIP URIs (Connectivity sections) that represent six endpoint connections with SIP Server.
Domain Section Setting Default Value Description
Connectivity user The first user's DN extension as configured in the configuration database. Included in the SIP URI—for example, <sip:DN0@serverHostName0:port0>
server The SIP Server or Proxy location for the first user. Included in the SIP URI—for example, <sip:DN0@serverHostName0:port0>
protocol The transport procotcol for the first user. For example, UDP, TCP, or TLS.
For more information, see the Basic Container description in the SIP Endpoint SDK for .NET Developer's Guide.

Genesys Container

The second Container ("Genesys") holds a number of configurable settings that are organized into domains and sections. These settings do not have to be changed, but can be customized.

An overview of the settings in this container and the valid values for these settings is provided here:

Domain Section Setting Deployment Values Description
policy
endpoint
include_os_version_in_user_agent_header SIP only Number If set to 1, the user agent field includes the OS version the client is currently running on. Default: 1.
gui_call_lines Number from 1 to 7 This option controls the number of phone lines in the First Party Call Control tab.

Valid values: Integer between 1 and 7

Default value: 3

gui_tabs Comma-separated list of tab names This option controls what tabs are shown in the GUI and their order.

Valid values: Comma-separated list of tab names in any order. The tab names are status, calls,and devices. Names may be shortened to stat, call, and dev. The value is case-sensitive. This option ignores unrecognizable and duplicate tab names. If the setting is present but has an incorrect value, the value will fall back to the single tab status.

Default value: status,calls,devices

include_sdk_version_in_user_agent_header SIP only Number If set to 1, the user agent field includes the SDK version the client is currently running on. Default: 1.
ip_versions SIP only IPv4

IPv6
IPv4,IPv6
IPv6,IPv4
empty

A value of IPv4 means that the application selects an available local IPv4 address; IPv6 addresses are ignored.

A value of IPv6 means that the application selects an available local IPv6 address; IPv4 addresses are ignored.
A value of IPv4,IPv6 or an empty value means that the application selects an IPv4 address if one exists. If not, an available IPv6 address is selected.
A value of IPv6,IPv4 means that the application selects an IPv6 address if one exists. If not, an available IPv4 address is selected.
Default: IPv4.
NOTE: This parameter has no effect if the public_address option specifies an explicit IP address.

public_address SIP and WebRTC String Local IP address or Fully Qualified Domain Name (FQDN) of the machine. This setting can be an explicit setting or a special value that the GSP uses to automatically obtain the public address.

Valid Values:
This setting may have one of the following explicit values:

  • An IP address. For example, 192.168.16.123 for IPv4 or FE80::0202:B3FF:FE1E:8329 for IPv6.
  • A bare host name or fully qualified domain name (FQDN). For example, epsipwin2 or epsipwin2.us.example.com.

This setting may have one of the following special values:

  • $auto—The GSP selects the first valid IP address on the first network adapter that is active (status=up) and has the default gateway configured. IP family preference is specified by the policy.endpoint.ip_versions setting.
  • $ipv4 or $ipv6—Same behavior as the $auto setting but the GSP restricts the address to a particular IP family.
  • $host—The GSP retrieves the standard host name for the local computer using the gethostname system function.
  • $fqdn—The GSP retrieves the fully qualified DNS name of the local computer. The GSP uses the GetComputerNameEx function with parameter ComputerNameDnsFullyQualified.
  • An adapter name or part of an adapter name prefixed with $. For example, $Local Area Connection 2 or $Local. The specified name must be different from the special values $auto, $ipv4, $host, and $fqdn.

Default Value: Empty string which is fully equivalent to the $auto value.

If the value is specified as an explicit host name, FQDN, or $fqdn, the Contact header includes the host name or FQDN for the recipient of SIP messages (SIP Server or SIP proxy) to resolve on their own. For all other cases, including $host, the resolved IP address is used for Contact. The value in SDP is always the IP address.

include_mac_address SIP only Number Default Value: 0. If set to 1, the MAC address is included in the Contact header of the REGISTER message of the host's network interface in a format compatible with RFC 5626.
rtp_inactivity_timeout SIP and WebRTC Number Timeout interval for RTP inactivity. Valid values are positive integers. A value of 0 means that this feature is not activated. A value 1 or higher indicates the inactivity timeout interval in seconds. Default: 0. Suggested values: 1 through 150.
rtp_port_min SIP and WebRTC Number The integer value representing the minimum value for an RTP port range. Must be within the valid port range of 9000 to 65535. If the minimum and maximum values are not specified or are set to an invalid value, the default minimum (9000) and maximum (minimum value + 999) are used. Setting the minimum to a value that is larger than the maximum is considered an error and will result in a failure to initialize the endpoint.
rtp_port_max SIP and WebRTC Number The integer value representing the maximum value for an RTP port range. Must be within the valid port range of 9000 to 65535. If the minimum and maximum values are not specified or are set to an invalid value, the default minimum (9000) and maximum (minimum value + 999) are used. Setting the maximum to a value that is less than the minimum is considered an error and will result in a failure to initialize the endpoint.
tcp_port_min SIP only Number The integer value representing the minimum value for a TCP client-side port range. Must be within the valid port range of 1 to 65535. If set to 0 (default) or if the configured range is not valid, SIP connections over TCP and TLS use ephemeral ports, assigned by the operating system.
tcp_port_max SIP only Number The integer value representing the maximum value for a TCP client-side port range. Must be within the valid port range of 1 to 65535.

If set to 0 (default) or if the configured range is not valid, SIP connections over TCP and TLS use ephemeral ports, assigned by the operating system.

If the value is non-zero and greater than the tcp_port_min value, this value specifies the maximum value for a TCP client-side SIP port range that will be used for all outgoing SIP connections over TCP and TLS transport.

sip_port_min SIP only Number The integer value representing the minimum value for a SIP port range. Must be within the valid port range of 1 to 65535. If the minimum and maximum values are not specified or are set to an invalid value, the default minimum (5060) and maximum (minimum value + 6) are used. Setting the minimum to a value that is larger than the maximum is considered an error and will result in a failure to initialize the endpoint.
sip_port_max SIP only Number The integer value representing the maximum value for a SIP port range. Must be within the valid port range of 1 to 65535. If the minimum and maximum values are not specified or are set to an invalid value, the default minimum (5060) and maximum (minimum value + 6) are used. Setting the maximum to a value that is less than the minimum is considered an error and will result in a failure to initialize the endpoint.
sip_transaction_timeout SIP only Number SIP transaction timeout value in milliseconds. Valid values are 1 through 32000, with a default value of 4000. The recommended value is 4000.
vq_alarm_threshold SIP and WebRTC 0 (default) or number from 1.0 to 5.0 Specifies Mean Opinion Score (MOS — a measure of reported network quality ratings) threshold for generating Voice Quality Alarms. The value 0 disables the alarms. The recommended threshold value is 3.5. Using values above 4.2 are not recommended as an MOS that high might not be obtainable with some codecs, even under perfect network conditions.
vq_report_collector SIP only See SIP Endpoint SDK for .NET—Producing RTCP Extended Reports
vq_report_publish SIP only See SIP Endpoint SDK for .NET—Producing RTCP Extended Reports
webrtc_audio_layer SIP and WebRTC 0
1
2
Valid values:

0—the audio layer is defined by environment variable "GCTI_AUDIO_LAYER"
1—Wave audio layer is used
2—Core audio layer is used

session
agc_mode SIP and WebRTC 0

1

If set to 0, AGC (Automatic Gain Control) is disabled; if set to 1, it is enabled. Default: 1. Other values are reserved for future extensions. This configuration is applied at startup, after which time the agc_mode setting can be changed to 1 or 0 from the main sample application.

NOTE: It is not possible to apply different AGC settings for different channels in multi-channel scenarios.

auto_answer SIP and WebRTC Number If set to 1, all incoming calls should be answered automatically.
dtmf_method SIP and WebRTC Rfc2833

Info
InbandRtp

Method to send DTMF
echo_control SIP and WebRTC 0
1
Valid values: 0 or 1. If set to 1, echo control is enabled.
noise_suppression SIP and WebRTC 0
1
Valid values: 0 or 1. If set to 1, noise suppresion is enabled.
dtx_mode SIP and WebRTC Number Valid values: 0 or 1. If set to 1, DTX is activated.
reject_session_when_headset_na SIP and WebRTC Number Valid values: 0 or 1. If set to 1, the GSP should reject the incoming session if a USB headset is not available.
sip_code_when_headset_na SIP only Number Defaul Value: 480

If a valid SIP error code is supplied, the GSP rejects the incoming session with the specified SIP error code if a USB headset is not available.

vad_level SIP and WebRTC Number Sets the degree of bandwidth reduction. Valid values: 0 – 3 — from 0 (conventional VAD) to 3 (aggressive high).
ringing_enabled SIP and WebRTC Number Valid values: 0, 1, 2, 3, or 4.

0 = None, disable ringtone
1 = Play ringtone through system default device only. Configure media in system.media.ringing_file.
2 = Play ringtone through communication device (headset) only. Configure media in policy.session.ringing_file.
3 = Play ringtone through both devices at the same time.
4 = Play ringtone through separate ringer device, specified by policy.device.ringer_device.
Default Value: 1
Specifies whether to enable the ringing tone and on which device to play the media file.

ringing_timeout SIP and WebRTC Number Valid Values: Empty, 0, or a positive number

Default Value: 0
Specifies the duration, in seconds, of the ringing tone. If set to 0 or if the value is empty, the ringing time is unlimited.

ringing_file
SIP and WebRTC String Valid values: Empty or the path to the ringing sound file for the audio out device (headset). The path may be a file name in the current directory or the full path to the sound file.

Default Value: ringing.wav
Specifies the audio file that is played in the audio out device (headset) when the ringing tone is enabled with the ringing_enabled option.
Note that WebRTC does not support MP3 playback. The ringtone file for built-in ringing should be a RIFF (little-endian) WAVE file using one of the following formats:

kWavFormatPcm = 1, PCM, each sample of size bytes_per_sample
kWavFormatALaw = 6, 8-bit ITU-T G.711 A-law
kWavFormatMuLaw = 7, 8-bit ITU-T G.711 mu-law


Uncompressed PCM audio must 16 bit mono or stereo and have a frequency of 8, 16, or 32 KHZ.

device
audio_in_device SIP and WebRTC String Microphone device name: can be either the device proper name or a regular expression.
audio_out_device SIP and WebRTC String Speaker device name: can be either the device proper name or a regular expression.
ringer_device SIP and WebRTC String Ringer device name: can be either the device proper name or a regular expression. Used when ringing_enabled = 4
headset_name SIP and WebRTC String

The name of the headset model: can be either the device proper name or a regular expression. When the value of the use_headset option is set to 1, you can set the value of this option to *, the default value, to select the default headset. If the value of this option is empty, this option is not considered as a regular expression and will fail to find a headset.

use_headset SIP and WebRTC Number Valid values: 0 or 1. If set to 0, the audio devices specified in audio_in_device and audio_out_device are used by the Genesys Softphone. If set to 1, the Genesys Softphone uses a headset as the preferred audio input and output device and the audio devices specified in audio_in_device and audio_out_device are ignored.
connector
protocol SIP and WebRTC String Valid values: http or https. Specifies whether the HTTP requests sent from HTTP client (typically WWE running in a browser) are secured. If set to a non empty value the option port must be populated with a valid port number. If set to https, the option certificate_search_value must be populated with a valid certificate thumbprint.
port SIP and WebRTC Number The port that Softphone is opening at start-up time to listen to HTTP or HTTPS requests sent by the HTTP Client (typically WWE running in a browser). If sent to empty value (default) the connector is not activated and Softphone runs in regular standalone GUI mode.
certificate_search_value SIP and WebRTC String The thumbprint of a valid certificate that is accessible from the Certificate Store of the workstation where Softphone is running.
enable_sessionid SIP and WebRTC Number Valid values: 0 or 1. If set to 1 (default), a SESSION_ID attribute is generated in the header of the HTTP response returned to the HTTP Client (typically WWE running in a browser).
auto_restart SIP and WebRTC Number Valid values: 0 or 1. If set to 1 (default) the Softphone must be restarted after every client session.
codecs
— See SIP Endpoint SDK for .NET 9.0.0NET—Working with Codec Priorities.
proxies
proxy<n>
display_name SIP only String Proxy display name
password SIP only String Proxy password
reg_interval SIP and WebRTC Number The period, in seconds, after which the endpoint starts a new registration cycle when a SIP proxy is down. Valid values are integers greater than or equal to 0. If the setting is empty or negative, the default value is 0, which means no new registration cycle is allowed. If the setting is greater than 0, a new registration cycle is allowed and will start after the period specified by regInterval.
Important
The re-registration procedure uses a smaller timeout (half a second) for the first re-try only, ignoring the configured reg_interval setting; the reg_interval setting is applied to all further retries.
reg_match_received_rport SIP only Number DEPRECATED

Valid Values: 0 or 1
Default Value: 0
This setting controls whether or not Genesys Softphone should re-register itself when receiving a mismatched IP address in the received parameter of a REGISTER response. This helps resolve the case where the Genesys Softphone has multiple network interfaces and obtains the wrong local IP address. A value of 0 (default) disables this feature and a value of 1 enables re-registration.

reg_timeout SIP only Number The period, in seconds, after which registration should expire. A new REGISTER request will be sent before expiration. Valid values are integers greater than or equal to 0. If the setting is 0 or empty/null, then registration is disabled, putting the endpoint in standalone mode.
nat
ice_enabled SIP only Boolean Enable or disable ICE
stun_server SIP only String STUN server address. An empty or null value indicates this feature is not being used.
stun_server_port SIP only String STUN server port value
turn_password SIP only Number Password for TURN authentication
turn_relay_type SIP only Number Type of TURN relay
turn_server SIP only String TURN server address. An empty or null value indicates this feature is not being used.
turn_server_port SIP only String TURN server port value
turn_user_name SIP only String User ID for TURN authorization
system
diagnostics
enable_logging SIP and WebRTC Number Valid values: 0 or 1. Disable or enable logging.
log_file SIP and WebRTC String Log file name, for example, SipEndpoint.log
log_level SIP and WebRTC Number Valid values: 0 – 4. Log levels: 0 = "Fatal"; 1 = "Error"; 2 = "Warning"; 3 = "Info"; 4 = "Debug".
log_options_provider SIP and WebRTC String Valid values for webrtc = (warning, state, api, debug, info, error, critical). For example: gsip=2, webrtc=(error,critical)
logger_type SIP and WebRTC file If set to file, the log data will be printed to the file specified by the log_file parameter.
log_segment SIP and WebRTC false
Number
Number in KB,MB, or hr
Valid Values:

false: No segmentation is allowed
<number> or <number> KB: Size in kilobytes
<number> MB: Size in megabytes
<number> hr: Number of hours for segment to stay open
Default Value: 10 MB
Specifies the segmentation limit for a log file. If the current log segment exceeds the size set by this option, the file is closed and a new one is created. This option is ignored if log output is not configured to be sent to a logfile.

log_expire SIP and WebRTC false
Number
Number file
Number day
Valid Values:

false: No expiration; all generated segments are stored.
<number> or <number> file: Sets the maximum number of log files to store. Specify a number from 1—1000.
<number> day: Sets the maximum number of days before log files are deleted. Specify a number from 1100
Default Value: 10 (store 10 log fragments and purge the rest)
Determines whether log files expire. If they do, sets the measurement for determining when they expire, along with the maximum number of files (segments) or days before the files are removed. This option is ignored if log output is not configured to be sent to a log file.

log_time_convert SIP and WebRTC local
utc
Valid Values:

local: The time of log record generation is expressed as a local time, based on the time zone and any seasonal adjustments. Time zone information of the application’s host computer is used.
utc: The time of log record generation is expressed as Coordinated Universal Time (UTC).
Default Value: local
Specifies the system in which an application calculates the log record time when generating a log file. The time is converted from the time in seconds since the Epoch (00:00:00 UTC, January 1, 1970).

log_time_format SIP and WebRTC time
locale
ISO8601
Valid Values:

time: The time string is formatted according to the HH:MM:SS.sss (hours, minutes, seconds, and milliseconds) format
locale: The time string is formatted according to the system’s locale.
ISO8601: The date in the time string is formatted according to the ISO 8601 format. Fractional seconds are given in milliseconds.
Default Value: time
Specifies how to represent, in a log file, the time when an application generates log records. A log record’s time field in the ISO 8601 format looks like this: 2001-07-24T04:58:10.123.

security
cert_file String Thumbprint value of the Public endpoint certificate file, which is used as a client-side certificate for outgoing TLS connection and server-side certificate for incoming TLS connections. For example: 78 44 34 36 7a c2 22 48 bd 5c 76 6b 00 84 5d 66 83 f5 85 d5
tls_enabled Number If set to 1, connection with TLS transport will be registered. Default: 0.
use_srtp SIP only String

disabled optional
mandatory

Indicates whether to use SRTP (Secure RTP is always automatically enabled for WebRTC)
media
ringing_file
SIP and WebRTC String Valid Values: Empty or String file name

Defaul Value: ringing.mp3
The Ringing sound file name in the current directory or the full local path to the ringing sound file. Specifies the audio file that is played in the defualt audio device (speakers) when the default device ringing tone is enabled with the ringing_enabled option.

Comments or questions about this documentation? Contact us for support!