DTMF CONN: Difference between revisions
From Zenitel Wiki
(New page: == 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 param...) |
No edit summary |
||
| Line 1: | Line 1: | ||
== DTMF During Connection == | == DTMF During Connection == | ||
| Line 12: | Line 11: | ||
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} Station “sending” the DTMF | ||
*2 [[UINT1]] DTMF number 0-11 (digit 0-9, *,#) | *2 [[UINT1]] DTMF number 0-11 (digit 0-9, *,#) | ||
*3 [[UINT1]] (optional) Length of dtmf tone in 100ms, default = rco_puls_time | *3 [[UINT1]] (optional) Length of dtmf tone in 100ms, default = rco_puls_time | ||
Revision as of 06:30, 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
- 2 UINT1 DTMF number 0-11 (digit 0-9, *,#)
- 3 UINT1 (optional) Length of dtmf tone in 100ms, default = rco_puls_time
