Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following special pattern characters are supported:

PatterhDescription
0-9The digits 0 through 9
X
#Match any digit single digit
+Matches any characters

Enter a meaning full Name for the Route. This mightb be something like the department name.

...

The following provides some example of how to use patterns:

ExampleWhat it matches
0383208100Match the phone no. 0383208100
03XXXXXXXX
03########Matches any number that begins with 03 and is a total of 10 digits in length
1300XXXXXX
1300######Matches any 1300 number that is exactly 10 digits long.
XXX
###Matches any three digit no. (such as an extension no.)
300Match the extension 300.
BounceMatcth the word 'Bounce'. This is used when using the 'Gosub' step which can send a call to a route based on phone no.s as well as any string.
  


Steps

Once you have created the Call Route you MUST add one or more Steps to the Call Route. A Call Route without any Call Steps will simply hangup the call. (More acurately it will return to the calling route. This is an important difference if you are using the 'Gosub' step.)

...