Advanced parsing PBX dial string

Use the parsing string to define which digits are placed in to which variables. Each of the variables is given a number 1 to 9, use these numbers to mark which variable a digit location will be mapped in to. Any non-numeric character, eg X, indicates that the digit is to be ignored and not placed in to any variable. A parsing string like X111X222 will map the second to fourth digits to the first variable and the sixth to eighth digits to second variable.
For example using the pattern X111X222 and the entered number 12345678, first and fifth digits, "1" and "5", will be ignored, the digits "234" will be placed in to the first variable and the digits "678" will be placed in to the second variable.

Variables

Enter the names of the variables to take each set of digits. These variables may then be used by other OGMs.