API Commands
18
40-400-00025, Rev. D
TC_SENDT
TC_SENDT
TC_SENDT
TC_SENDT
TC_SENDTONE
ONE
ONE
ONE
ONE
F
F
F
F
For
or
or
or
ormat
mat
mat
mat
mat
TC_SENDTONE,tonename,linenum[,fromline]
Descr
Descr
Descr
Descr
Description
iption
iption
iption
iption
Sends specified tones to the line. Tones are sent with programmed cadences. Dial tone will
turn off automatically upon detection of valid DTMF or rotary dialing (if a receiver was as-
signed). A SIT sequence is sent once, all others will continue until superceded by a new
TC_SENDTONE command or until the hook state transitions from off-hook to on-hook. All
tones are sent whether the line is currently off-hook or on-hook, except those with the
_ATOFFHOOK suffix, which are sent after the defined dial tone delay when off-hook is
detected.
P
P
P
P
Par
ar
ar
ar
arameters
ameters
ameters
ameters
ameters
Tonename: tone to send
TP_OFF
TP_DIALTONE
TP_DIALTONE_NORMAL
TP_DIALTONE_RECALL
TP_DIALTONE_MESSAGEWAIT
TP_DIALTONE_CONFIRM
TP_DIALTONE_ATOFFHOOK
TP_DIALTONE_NORMAL_ATOFFHOOK
TP_DIALTONE_RECALL_ATOFFHOOK
TP_DIALTONE_MESSAGEWAIT_ATOFFHOOK
TP_DIALTONE_CONFIRM_ATOFFHOOK
TP_NUMBERUNOB
TP_RINGBACK
Note: requires fromline parameter
TP_RINGBACK_GROUP1 Note: requires fromline parameter
TP_RINGBACK_GROUP2 Note: requires fromline parameter
TP_RINGBACK_GROUP3 Note: requires fromline parameter
TP_BUSY
TP_REORDER
TP_SIT
TP_SWEEP
TP_TEST
Linenum: Line number
TP_LINE1
TP_LINE2
TP_LINE3
TP_LINE4
Fromline: For ringback, line whose ringback cadence to use
TP_LINE1
TP_LINE2
TP_LINE3
TP_LINE4
Example
Example
Example
Example
Example
This example sends dial tone to line 1:
TC_SENDTONE,TP_DIALTONE,TP_LINE1
This sends ringback tone to Line 1 at the cadence of the ringing set for Line 2:
TC_SENDTONE,TP_RINGBACK,TP_LINE1,TP_LINE2
This replaces ringback by SIT sequence then silence:
TC_SENDTONE,TP_SIT,TP_LINE1