Jump to: navigation, search

expression.url

Section: interaction-workspace
Default Value: See description.
Valid Values: A regular expression representing a URL.
Changes Take Effect: At the next interaction.
Modified: 8.5.124.08

Specifies the regular expression to identify an URL in Case Information area. This option can be overridden by a routing strategy, as described in Overriding Options by Using a Routing Strategy.

Default value = (?#Protocol)(?:(?:ht|f)tp(?:s?)\:\/\/|~/|/)?(?#Username:Password)(?:\w+:\w+@)?(?#Subdomains)(?:(?:[-\w]+\.)+(?#TopLevel Domains)(?:com|org|net|gov|mil|biz|info|mobi|name|aero|jobs|museum|travel|[a-z]{2}))(?#Port)(?::[\d]{1,5})?(?#Directories)(?:(?:(?:/(?:[-\w~!$+|.,=]|%[a-fA-F\d]{2})+)+|/)+)?(?#Query)(?:(?:\?(?:[-\w~!$+|.,*:]|%[a-fA-F\d]{2})+=(?:[-\w~!$+|.,*:=]|%[a-fA-F\d]{2})*)(?:&(?:[-\w~!$+|.,*:]|%[a-fA-F\d]{2})+=(?:[-\w~!$+|.,*:=]|%[a-fA-F\d]{2})*)*)*(?#Anchor)(?:#(?:[-\w~!$+|.,*:=]|%[a-fA-F\d]{2})*)?

expression.team-communicator-phone-number

Section: interaction-workspace
Default Value: ^[\(\)\-\.\+\d\s\*#]*[\d]+[\(\)\-\.\+\d\s\*#/]*$
Valid Values: A regular expression
Changes Take Effect: At the next use of Team Communicator.
Related Options: expression.phone-number.supported-characters, dial-plan-rule-<name>

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, a transfer, or a 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 and dial-plan-rule-<name> options before the telephony operation is executed.

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: At the next interaction.


Specifies the characters that are considered 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 Overriding Options by Using a Routing Strategy.

expression.phone-number

Section: interaction-workspace
Default Value: (?:(?:[\+]?([\d]{1,3}(?:[ ]*|[\-.])))?[(]?([\d]{1,3})[\-/)]?(?:[ ]+|[\-.])?)?([\d]{5,})
Valid Values: A regular expression
Changes Take Effect: At the next interaction.
Related Options: expression.phone-number.supported-characters, dial-plan-rule-<name>

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, a transfer, or a 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 and dial-plan-rule-<name> options before the telephony operation is executed. This option can be overridden by a routing strategy, as described in Overriding Options by Using a Routing Strategy.

expression.outbound-campaign-phone-number

Section: interaction-workspace
Default Value: ^[\(\)\-\.\+\d\s\*#]*[\d]+[\(\)\-\.\+\d\s\*#/]*$
Valid Values: A regular expression
Changes Take Effect: At the next interaction.
Introduced: 8.5.115.17

Specifies the regular expression used to identify if an agent has entered a valid phone in the New Phone Number dialog to manually dial an Outbound Preview Record using a new phone number. This option can be overridden by a routing strategy, as described in Overriding Options by Using a Routing Strategy.

expression.email-address

Section: interaction-workspace
Default Value: \w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*
Valid Values: A regular expression
Changes Take Effect: At the next interaction.


Specifies the regular expression to identify an e-mail address in the chat or SMS transcript. This option can be overridden by a routing strategy, as described in Overriding Options by Using a Routing Strategy.

expression.callable-phone-number

Section: interaction-workspace
Default Value: No default value
Valid Values: A regular expression
Changes Take Effect: When the application is started or restarted
Introduced: 8.5.117.18

Applies to a switch or DN. Specifies the pattern of phone numbers that can be dialed from a DN of this switch. This option applies to hybrid environments where agents are configured to work with Places that contain Voice DNs from two different switches. Empty means that there is no restriction to accepted phone numbers. Example: To call only numbers starting with 555, use: ^555[0-9]+

This page was last edited on July 21, 2020, at 16:15.
Comments or questions about this documentation? Contact us for support!