Actions

Difference between revisions of "DTMF CONN"

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...)
 
 
(15 intermediate revisions by 7 users not shown)
Line 1: Line 1:
 +
{{AI}}
 +
{| border="1"
 +
|-
 +
!style="background:#ffdead;" width="90pt" colspan="2"|DTMF_CONN
 +
!style="background:#ffdead;" width="100pt"|0x0097
 +
!style="background:#ffdead;" width="30pt"|151
 +
!style="background:#ffdead;" |AMC 10.21
 +
|-
 +
|colspan="2"|'''$DTMF_CONN L101 U3 U10'''||colspan="3"| ''Station 101 sends DTMF digit 3 for 1 second''
 +
|-
 +
|colspan="5"|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 performed during connection. The Station of parameter 1 must also have COS rights for the Feature [[DTMF_During_Connection|DTMF during Connection]]. <br />
  
 +
Currently the command only works for outgoing connections to [[RingMaster CB901]]
 +
|-
 +
|align=center|1||[[NET_OBJ_REF]]<br>[[LOCAL_DIRNO]], [[LOCAL_ENTITY]]||colspan="3"| Station
 +
|-
 +
|align=center|2||[[UINT1]]||colspan="3"|DTMF number 0-11 (digit 0-9, *,#)
 +
|-
 +
|align=center|3||[[UINT1]](optional)||colspan="3"|Length of dtmf tone in 100ms, default = rco_puls_time
 +
|-
 +
|colspan="2"|Response:||colspan="3"|&nbsp;
 +
|-
 +
|}
  
== DTMF During Connection ==
+
[[Category: ACDP messages]]
* Command $DTMF_CONN (151/0x0097)
+
[[AlphaNet_Data_Protocol#Station_Features_and_Status|Back to AlphaNet message list]]
* 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
 

Latest revision as of 09:55, 30 June 2022

AI.png
DTMF_CONN 0x0097 151 AMC 10.21
$DTMF_CONN L101 U3 U10 Station 101 sends DTMF digit 3 for 1 second
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 performed during connection. The Station of parameter 1 must also have COS rights for the Feature DTMF during Connection.

Currently the command only works for outgoing connections to RingMaster CB901

1 NET_OBJ_REF
LOCAL_DIRNO, LOCAL_ENTITY
Station
2 UINT1 DTMF number 0-11 (digit 0-9, *,#)
3 UINT1(optional) Length of dtmf tone in 100ms, default = rco_puls_time
Response:  

Back to AlphaNet message list