| LX375
Programming Examples |
| |
|
Example 1: |
|
In this example we will instruct the dialer to
route calls starting with 1 to route 1. We will send 1800 calls to
route 0 and restrict 1900 calls. Route 1 will be programmed to dial an
access number wait for 8 seconds, dial a pin number wait 1 second then dial
the user entered number. |
|
Code |
Description |
|
54321* |
:Enter program mode |
|
02 555-1212 ## |
:Route 1 access number |
|
04 12345678 ## |
:Route 1 pin/auth code |
|
06 82 3 88 4 81 21 ## |
:Route 1 dial instructions |
|
00 01 1 ## |
:Select route 1 for calls beginning with 1
|
|
00 00 1800 ## |
:Select route 0 for 1800 calls |
|
00 32 1900 ## |
:Restrict 1900 calls |
|
Hang up |
:Exit programming |
| |
|
|
Example 2: |
|
|
In this example we will instruct the dialer to
route calls starting with 1 to route 1 and calls starting with 0 to route 2.
We will send 1800 calls to route 0, 0208 to route 0 and restrict 1900 calls.
Route 1 will be programmed to dial an access number wait for 8 seconds, dial
a pin number wait 1 second then dial the user entered number. Route 2 will
be programmed to dial an access number wait for 4 seconds, dial a pin number
wait 2 second then dial the user entered number. |
|
Code |
Description |
|
54321* |
:Enter program mode |
|
02 555-1212 ## |
:Route 1 access number |
|
04 12345678 ## |
:Route 1 pin/auth code |
|
03 555-2222 ## |
:Route 2 access number |
|
05 09876543 ## |
:Route 2 pin/auth code |
|
06 82 3 88 4 81 21 ## |
:Route 1 dial instructions |
|
07 82 3 84 4 82 21 ## |
:Route 2 dial instructions |
|
00 01 1 ## |
:Select route 1 for calls beginning with 1
|
|
00 00 1800 ## |
:Select route 0 for 1800 calls |
|
00 32 1900 ## |
:Restrict 1900 calls |
|
00 02 0 ## |
:Select route 2 for calls beginning with 0 |
|
00 00 0208 ## |
:Select route 0 for 0208 calls |
|
Hang up |
:Exit programming |
| |
|
|
Example 3: |
|
|
In this example we will instruct the dialer to
route calls starting with 0 to route 1. Route 1 will be programmed to
dial 1010288 wait for 1 second and dial the user entered number.
|
|
Code |
Description |
|
54321* |
:Enter program mode |
|
02 1010288 ## |
:Route 1 access/pic code |
|
06 82 3 81 21 ## |
:Route 1 dial instructions |
|
00 01 0 ## |
:Select route 1 for calls starting with 0 |
|
Hang up |
:Exit programming |
| |
|
| |
|
|
If you need more programming help try looking
at the LX375 FAQ or email us at
support@telsoftinfo.com |
|
|