| Gateway will drop prefix number on incoming call. |
insert | set which digit to insert on incoming call. |
2.16[pause]
Pause function allows users define a prefix for FXO, it usually apply to one-stage-dialing. For example, the FXO port is connect to a PBX, when an incoming call from IP side, users will hear a dial tone from PBX. If they want to dial to a PSTN, they must press a special code and wait 1~2 seconds for the PSTN dial tone. But in one-stage-dialing application, the FXO will not wait for the dial tone and it will dial immediately. Now user can define a special prefix, so if FXO detect the prefix, it will wait a moment then keep dialing.
---------------------------------------------------------------
usr/config$ pause
Prefix drop/insert information and configuration Usage:
pause -add [prefix number][delay number] pause -delete index
pause -modify index [prefix number][drop number][insert number]
pause -print | Prefix drop/insert information. |
prefix | The prefix of dialed number. |
delay | delay time(second). |
Example: | |
pause -add prefix 100 delay 1 |
pause -delete 1
pause -modify 1 prefix 101 delay 0
---------------------------------------------------------------
Parameter Usages:
-add | add a new record to pause function. When adding a |
| record, users have to specify prefix and delay seconds to |
| complete the command. |
-delete | delete a record to pause function. |
-print | print out current contents of Pause function. |