Jump to: navigation, search

expression.phone-number.supported-characters

Section: interaction-workspace
Default Value: 0123456789+
Valid Values: Letters A to Z and a to z. Numbers 0 through 9. All special characters that are valid Windows file names.
Changes Take Effect: When the session is started or restarted.
Related Options: expression.team-communicator-phone-number

Specifies the characters that are permitted when building a request to the T-Server that relies on a phone number. Any other characters from the original string coming from the User Interface are removed. This option can be overridden by a routing strategy as described in the Configuration Guide.

(expression.team-communicator-email-address)
 
(8 intermediate revisions by the same user not shown)
Line 10: Line 10:
 
* Valid Values: A regular expression.
 
* Valid Values: A regular expression.
 
* Changes take effect: When the session is started or restarted.
 
* Changes take effect: When the session is started or restarted.
* Description: Specifies the regular expression that identifies a phone number in the chat or SMS transcript. This option can be overridden by a routing strategy as described in this [[OverridingInteractionWorkspaceOptions|Deployment Guide]].
+
* Description: Specifies the regular expression that identifies a phone number in the chat or SMS transcript. This option can be overridden by a routing strategy as described in this [[OverridingInteractionWorkspaceOptions|Configuration Guide]].
 
====expression.phone-number.supported-characters====
 
====expression.phone-number.supported-characters====
 
* Default Value: <tt>0123456789+</tt>
 
* Default Value: <tt>0123456789+</tt>
 
* Valid Values: Letters A to Z and a to z. Numbers 0 through 9. All special characters that are valid Windows file names.
 
* Valid Values: Letters A to Z and a to z. Numbers 0 through 9. All special characters that are valid Windows file names.
 
* Changes take effect: When the session is started or restarted.
 
* Changes take effect: When the session is started or restarted.
* Description: Specifies the characters that are permitted when building a request to the ''T-Server'' that relies on a phone number. Any other characters from the original string coming from the User Interface are removed. This option can be overridden by a routing strategy as described in this [[OverridingInteractionWorkspaceOptions|Deployment Guide]].
+
* Description: Specifies the characters that are permitted when building a request to the ''T-Server'' that relies on a phone number. Any other characters from the original string coming from the User Interface are removed. This option can be overridden by a routing strategy as described in this [[OverridingInteractionWorkspaceOptions|Configuration Guide]].
 +
====expression.team-communicator-email-address====
 +
* Default Value: <tt><nowiki>^([A-Za-z0-9._-]+)@([A-Za-z0-9.-]+)\.([A-Za-z]{2,6})$</nowiki></tt>
 +
* Valid Values: A valid regular expression.
 +
* Changes take effect: When the session is started or restarted.
 +
* Description: Specifies the regular expression used to recognize an email address of a target entered in the Team Communicator.
 +
 
 
====expression.team-communicator-phone-number====
 
====expression.team-communicator-phone-number====
 
*Default Value: <tt><nowiki> ^[\(\)\-\.\+\d\s\*#]*[\d]+[\(\)\-\.\+\d\s\*#/]*$</nowiki></tt>
 
*Default Value: <tt><nowiki> ^[\(\)\-\.\+\d\s\*#]*[\d]+[\(\)\-\.\+\d\s\*#/]*$</nowiki></tt>
 
*Valid Values: A valid regular expression.
 
*Valid Values: A valid regular expression.
 
*Changes take effect: When the session is started or restarted.
 
*Changes take effect: When the session is started or restarted.
*Description: Specifies the regular expression used to recognize a phone number of a target entered in the Team Communicator when it is used to start a call, transfer, or conference. If the number entered by the agent in the Team Communicator edit box matches this expression, the 'Call' or 'Start Voice Consultation' or 'Instant Transfer' or 'Instant Conference' action is enabled for this number. When the agent executes the action, the entered phone number is modified by the logic specified by the [[Expression#expression.phone-number.supported-characters|expression.phone-number.supported-characters]] option before the telephony operation is executed.
+
*Description: Specifies the regular expression used to recognize a phone number of a target entered in the Team Communicator when it is used to start a call, transfer, or conference. If the number entered by the agent in the Team Communicator edit box matches this expression, the 'Call' or 'Start Voice Consultation' or 'Instant Transfer' or 'Instant Conference' action is enabled for this number. When the agent executes the action, the entered phone number is modified by the logic specified by the {{Optionslink|link=Options:Web_Services_and_Applications:interaction-workspace:expression-phone-number-supported-characters}} option before the telephony operation is executed.
 
====expression.url====
 
====expression.url====
 
*Default Value: <tt><nowiki>(http://(www.)?|https://(www.)?|ftp://(www.)|www.){1}([0-9A-Za-z+&@#/%?=~_|!:,.;-]+.+[0-9A-Za-z]{2,6})([0-9A-Za-z+&@#/%?=~_|!:,.;-]*)?</nowiki></tt>
 
*Default Value: <tt><nowiki>(http://(www.)?|https://(www.)?|ftp://(www.)|www.){1}([0-9A-Za-z+&@#/%?=~_|!:,.;-]+.+[0-9A-Za-z]{2,6})([0-9A-Za-z+&@#/%?=~_|!:,.;-]*)?</nowiki></tt>
 
*Valid Value: A regular expression
 
*Valid Value: A regular expression
 
*Change Take Effect: When the session is started or restarted
 
*Change Take Effect: When the session is started or restarted
*Description: Specifies the regular expression that identifies a URL in the Case Information area. This option can be overridden by a routing strategy as described in this [[OverridingInteractionWorkspaceOptions|Deployment Guide]].
+
*Description: Specifies the regular expression that identifies a URL in the Case Information area. This option can be overridden by a routing strategy as described in this [[OverridingInteractionWorkspaceOptions|Configuration Guide]].
  
 
[[Category:V:HTCC:8.5.2DRAFT]]
 
[[Category:V:HTCC:8.5.2DRAFT]]

Latest revision as of 17:43, August 3, 2018

Expression

Workspace Web Edition provides the following options for managing Expressions:

expression.email-address

  • Default Value: (\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*)
  • Valid Values: A regular expression
  • Changes take effect: When the session is started or restarted.
  • Description: Specifies the regular expression that identifies a email address in the chat.

expression.phone-number

  • Default Value: ^[\(\)\-\.\+\d\s\*#][0-9]+()-\.+\d\s*#/$
  • Valid Values: A regular expression.
  • Changes take effect: When the session is started or restarted.
  • Description: Specifies the regular expression that identifies a phone number in the chat or SMS transcript. This option can be overridden by a routing strategy as described in this Configuration Guide.

expression.phone-number.supported-characters

  • Default Value: 0123456789+
  • Valid Values: Letters A to Z and a to z. Numbers 0 through 9. All special characters that are valid Windows file names.
  • Changes take effect: When the session is started or restarted.
  • Description: Specifies the characters that are permitted when building a request to the T-Server that relies on a phone number. Any other characters from the original string coming from the User Interface are removed. This option can be overridden by a routing strategy as described in this Configuration Guide.

expression.team-communicator-email-address

  • Default Value: ^([A-Za-z0-9._-]+)@([A-Za-z0-9.-]+)\.([A-Za-z]{2,6})$
  • Valid Values: A valid regular expression.
  • Changes take effect: When the session is started or restarted.
  • Description: Specifies the regular expression used to recognize an email address of a target entered in the Team Communicator.

expression.team-communicator-phone-number

  • Default Value: ^[\(\)\-\.\+\d\s\*#]*[\d]+[\(\)\-\.\+\d\s\*#/]*$
  • Valid Values: A valid regular expression.
  • Changes take effect: When the session is started or restarted.
  • Description: Specifies the regular expression used to recognize a phone number of a target entered in the Team Communicator when it is used to start a call, transfer, or conference. If the number entered by the agent in the Team Communicator edit box matches this expression, the 'Call' or 'Start Voice Consultation' or 'Instant Transfer' or 'Instant Conference' action is enabled for this number. When the agent executes the action, the entered phone number is modified by the logic specified by the expression.phone-number.supported-characters option before the telephony operation is executed.

expression.url

  • Default Value: (http://(www.)?|https://(www.)?|ftp://(www.)|www.){1}([0-9A-Za-z+&@#/%?=~_|!:,.;-]+.+[0-9A-Za-z]{2,6})([0-9A-Za-z+&@#/%?=~_|!:,.;-]*)?
  • Valid Value: A regular expression
  • Change Take Effect: When the session is started or restarted
  • Description: Specifies the regular expression that identifies a URL in the Case Information area. This option can be overridden by a routing strategy as described in this Configuration Guide.
This page was last edited on August 3, 2018, at 17:43.
Comments or questions about this documentation? Contact us for support!