(Created target blank page For Version: HTCC:8.5.2) |
(Update with the copy of version: 8.5.2DRAFT) |
||
Line 1: | Line 1: | ||
− | < | + | = SIP Endpoint= |
+ | |||
+ | Workspace Web Edition provides the following options for managing SIP Endpoints, such as the Genesys Softphone: | ||
+ | |||
+ | ====privilege.sipendpoint.can-use==== | ||
+ | * Default value : <tt>false</tt> | ||
+ | * Valid values : <tt>true</tt>, <tt>false</tt> | ||
+ | * Change take effect : When the session is started or restarted. | ||
+ | * Description : Enables use of Genesys Softphone. Depends on [[Voice#privilege.voice.can-use|privilege.voice.can-use]]. | ||
+ | |||
+ | ====privilege.sipendpoint.can-change-microphone-volume==== | ||
+ | * Default value : <tt>false</tt> | ||
+ | * Valid values : <tt>true</tt>, <tt>false</tt> | ||
+ | * Changes take effect : When the session is started or restarted. | ||
+ | * Description : Allows agents to change the volume of the microphone. Depends on [[Voice#privilege.voice.can-use|privilege.voice.can-use]] and [[SIPEndpoint#privilege.sipendpoint.can-use|privilege.sipendpoint.can-use]]. | ||
+ | |||
+ | ====privilege.sipendpoint.can-change-speaker-volume==== | ||
+ | * Default value : <tt>false</tt> | ||
+ | * Valid values : <tt>true</tt>, <tt>false</tt> | ||
+ | * Changes take effect : When the session is started or restarted. | ||
+ | * Description : Allows agents to change the volume of the speaker. Depends on [[Voice#privilege.voice.can-use|privilege.voice.can-use]] and [[SIPEndpoint#privilege.sipendpoint.can-use|privilege.sipendpoint.can-use]]. | ||
+ | |||
+ | ====privilege.sipendpoint.can-mute-microphone==== | ||
+ | * Default Value: <tt>false</tt> | ||
+ | * Valid Values: <tt>true</tt>, <tt>false</tt> | ||
+ | * Changes take effect: When the session is started or restarted. | ||
+ | * Description: Allows agents to mute and unmute the microphone. Depends on [[Voice#privilege.voice.can-use|privilege.voice.can-use]] and [[SIPEndpoint#privilege.sipendpoint.can-use|privilege.sipendpoint.can-use]]. | ||
+ | |||
+ | ====privilege.sipendpoint.can-mute-speaker==== | ||
+ | * Default Value: <tt>false</tt> | ||
+ | * Valid Values: <tt>true</tt>, <tt>false</tt> | ||
+ | * Changes take effect: When the session is started or restarted. | ||
+ | * Description: Allows agents to mute and unmute the speaker. Depends on [[Voice#privilege.voice.can-use|privilege.voice.can-use]] and [[SIPEndpoint#privilege.sipendpoint.can-use|privilege.sipendpoint.can-use]]. | ||
+ | |||
+ | ====sipendpoint.uri==== | ||
+ | * Default value: | ||
+ | * Valid values: A correct URI | ||
+ | * Change take effect: When the session is started or restarted. | ||
+ | * Description : URI of the SIP endpoint. | ||
+ | |||
+ | ====sipendpoint.sip-server-address==== | ||
+ | * Default value: | ||
+ | * Valid values: Any valid IP address or host name | ||
+ | * Change take effect: When the session is started or restarted. | ||
+ | * Description: Address of the sip server | ||
+ | |||
+ | ====sipendpoint.register-interval==== | ||
+ | * Default value: <tt>1500</tt> | ||
+ | * Valid values: A correct integer | ||
+ | * Change take effect: When the session is started or restarted. | ||
+ | * Description: Interval in milliseconds between each register on the Genesys Softphone. | ||
+ | |||
+ | ====sipendpoint.register-max-attempts==== | ||
+ | * Default value: <tt>10</tt> | ||
+ | * Valid values: A correct integer | ||
+ | * Change take effect: When the session is started or restarted. | ||
+ | * Description: Number of failed attempts allowed on check if register is done. | ||
+ | |||
+ | ====sipendpoint.ping-interval==== | ||
+ | * Default value: <tt>2000</tt> | ||
+ | * Valid values: A correct integer | ||
+ | * Change take effect: When the session is started or restarted. | ||
+ | * Description : Interval in milliseconds between each ping of the Genesys Softphone. | ||
+ | |||
+ | ====sipendpoint.max-failed-ping==== | ||
+ | * Default value: <tt>5</tt> | ||
+ | * Valid values: A correct integer | ||
+ | * Change take effect: When the session is started or restarted. | ||
+ | * Description: Number of failed pings allowed on Genesys Softphone. | ||
+ | |||
+ | ====sipendpoint.transport-protocol==== | ||
+ | * Default Value: <tt>UDP</tt> | ||
+ | * Valid Values: <tt>UDP, TCP, TLS</tt> | ||
+ | * Change take effect : When the session is started or restarted. | ||
+ | * Description: Specify whether UDP, TCP, or TLS is used for the SIP transport protocol. | ||
+ | |||
+ | [[Category:V:HTCC:8.5.2]] |
Revision as of 18:31, March 24, 2017
Contents
- 1 SIP Endpoint
- 1.1 privilege.sipendpoint.can-use
- 1.2 privilege.sipendpoint.can-change-microphone-volume
- 1.3 privilege.sipendpoint.can-change-speaker-volume
- 1.4 privilege.sipendpoint.can-mute-microphone
- 1.5 privilege.sipendpoint.can-mute-speaker
- 1.6 sipendpoint.uri
- 1.7 sipendpoint.sip-server-address
- 1.8 sipendpoint.register-interval
- 1.9 sipendpoint.register-max-attempts
- 1.10 sipendpoint.ping-interval
- 1.11 sipendpoint.max-failed-ping
- 1.12 sipendpoint.transport-protocol
SIP Endpoint
Workspace Web Edition provides the following options for managing SIP Endpoints, such as the Genesys Softphone:
privilege.sipendpoint.can-use
- Default value : false
- Valid values : true, false
- Change take effect : When the session is started or restarted.
- Description : Enables use of Genesys Softphone. Depends on privilege.voice.can-use.
privilege.sipendpoint.can-change-microphone-volume
- Default value : false
- Valid values : true, false
- Changes take effect : When the session is started or restarted.
- Description : Allows agents to change the volume of the microphone. Depends on privilege.voice.can-use and privilege.sipendpoint.can-use.
privilege.sipendpoint.can-change-speaker-volume
- Default value : false
- Valid values : true, false
- Changes take effect : When the session is started or restarted.
- Description : Allows agents to change the volume of the speaker. Depends on privilege.voice.can-use and privilege.sipendpoint.can-use.
privilege.sipendpoint.can-mute-microphone
- Default Value: false
- Valid Values: true, false
- Changes take effect: When the session is started or restarted.
- Description: Allows agents to mute and unmute the microphone. Depends on privilege.voice.can-use and privilege.sipendpoint.can-use.
privilege.sipendpoint.can-mute-speaker
- Default Value: false
- Valid Values: true, false
- Changes take effect: When the session is started or restarted.
- Description: Allows agents to mute and unmute the speaker. Depends on privilege.voice.can-use and privilege.sipendpoint.can-use.
sipendpoint.uri
- Default value:
- Valid values: A correct URI
- Change take effect: When the session is started or restarted.
- Description : URI of the SIP endpoint.
sipendpoint.sip-server-address
- Default value:
- Valid values: Any valid IP address or host name
- Change take effect: When the session is started or restarted.
- Description: Address of the sip server
sipendpoint.register-interval
- Default value: 1500
- Valid values: A correct integer
- Change take effect: When the session is started or restarted.
- Description: Interval in milliseconds between each register on the Genesys Softphone.
sipendpoint.register-max-attempts
- Default value: 10
- Valid values: A correct integer
- Change take effect: When the session is started or restarted.
- Description: Number of failed attempts allowed on check if register is done.
sipendpoint.ping-interval
- Default value: 2000
- Valid values: A correct integer
- Change take effect: When the session is started or restarted.
- Description : Interval in milliseconds between each ping of the Genesys Softphone.
sipendpoint.max-failed-ping
- Default value: 5
- Valid values: A correct integer
- Change take effect: When the session is started or restarted.
- Description: Number of failed pings allowed on Genesys Softphone.
sipendpoint.transport-protocol
- Default Value: UDP
- Valid Values: UDP, TCP, TLS
- Change take effect : When the session is started or restarted.
- Description: Specify whether UDP, TCP, or TLS is used for the SIP transport protocol.
Comments or questions about this documentation? Contact us for support!