DTMF CONN: Difference between revisions
From Zenitel Wiki
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
== DTMF During Connection == | == DTMF During Connection == | ||
* Command $DTMF_CONN (151/0x0097) | * Command $DTMF_CONN (151/0x0097) | ||
| Line 11: | Line 10: | ||
Currently the command only works for outgoing connections to [[Ring Master]] | Currently the command only works for outgoing connections to [[Ring Master]] | ||
Parameters: | Parameters: | ||
*1 [[NET_OBJ_REF]] {[[LOCAL_DIRNO]],[[LOCAL_ENTITY} Station “sending” the DTMF | *1 [[NET_OBJ_REF]] {[[LOCAL_DIRNO]],[[LOCAL_ENTITY]]} | ||
*2 [[UINT1]] DTMF number 0-11 (digit 0-9, *,#) | ** Station “sending” the DTMF tone | ||
*3 [[UINT1]] (optional) Length of dtmf tone in 100ms, default = rco_puls_time | *2 [[UINT1]] | ||
**DTMF number 0-11 (digit 0-9, *,#) | |||
*3 [[UINT1]] (optional) | |||
**Length of dtmf tone in 100ms, default = rco_puls_time | |||
Revision as of 07:23, 10 May 2007
DTMF During Connection
- Command $DTMF_CONN (151/0x0097)
- Available from AMC 10.21
Example: $DTMF_CONN L101 U3 U10
Send a DTMF tone in audio band from the station of parameter 1 to the other paticipant of the conversation. The station of parameter 1 must be in a conversation with current state of allowing features to be preformed during connection. The Station of parameter 1 must also have COS for Feature DTMF_DURING_CONN.
Currently the command only works for outgoing connections to Ring Master Parameters:
- 1 NET_OBJ_REF {LOCAL_DIRNO,LOCAL_ENTITY}
- Station “sending” the DTMF tone
- 2 UINT1
- DTMF number 0-11 (digit 0-9, *,#)
- 3 UINT1 (optional)
- Length of dtmf tone in 100ms, default = rco_puls_time
