Difference between revisions of "D2S"
From Zenitel Wiki
(Created page with "{| border="1" |- !style="background:#ffdead;" width="90pt" colspan="2"|D2S (Digit to SIP station during conversation) !style="background:#ffdead;" width="100pt"|0x00B4 !style="ba...") |
|||
(5 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{AI}} | ||
{| border="1" | {| border="1" | ||
|- | |- | ||
Line 6: | Line 7: | ||
!style="background:#ffdead;" |AMC 11.03 | !style="background:#ffdead;" |AMC 11.03 | ||
|- | |- | ||
− | |colspan="3"|'''$D2S L101 6 1 ''' <br> '''$D2S L101 6 0''' || colspan="2"|Send "key press" of digit "6" to SIP station 101 <br | + | |colspan="3"|'''$D2S L101 6 1 ''' <br> '''$D2S L101 6 0'''|| colspan="2"|Send "key press" of digit "6" to SIP station 101 <br /> Digit "6" release to SIP station 101. <br /> |
|- | |- | ||
|colspan="5"|D2S, Digit signaling to SIP station during conversation. RFC4733 or SIP INFO dependent on the SDP received from the SIP station during call setup. | |colspan="5"|D2S, Digit signaling to SIP station during conversation. RFC4733 or SIP INFO dependent on the SDP received from the SIP station during call setup. | ||
Line 13: | Line 14: | ||
|- | |- | ||
− | |align=center|2||[[UINT1]] ||colspan="3"| Digit to send. | + | |align=center|2||[[UINT1]] ||colspan="3"| Digit to send. <br> 0-9 = DTMF tones 0-9 <br> A and B = '*' and '#' |
|- | |- | ||
|align=center|3||[[UINT1]] ||colspan="3"| 1 = "Key pres" , 0 = "Key release". | |align=center|3||[[UINT1]] ||colspan="3"| 1 = "Key pres" , 0 = "Key release". | ||
Line 21: | Line 22: | ||
<br/> | <br/> | ||
+ | '''Example''': [[Akuvox_R29S_(ICX-Alphacom)#Door_Opening_Feature|Door opening for SIP stations]] | ||
+ | |||
<br/> | <br/> | ||
+ | |||
+ | [[Category: ACDP messages]] | ||
+ | |||
+ | [[AlphaNet_Data_Protocol#Station_Connect_Operations|Back to AlphaNet message list]] |
Latest revision as of 08:09, 23 October 2020
D2S (Digit to SIP station during conversation) | 0x00B4 | 180 | AMC 11.03 | |
---|---|---|---|---|
$D2S L101 6 1 $D2S L101 6 0 |
Send "key press" of digit "6" to SIP station 101 Digit "6" release to SIP station 101. | |||
D2S, Digit signaling to SIP station during conversation. RFC4733 or SIP INFO dependent on the SDP received from the SIP station during call setup. | ||||
1 | NET_OBJ_REF | SIP station | ||
2 | UINT1 | Digit to send. 0-9 = DTMF tones 0-9 A and B = '*' and '#' | ||
3 | UINT1 | 1 = "Key pres" , 0 = "Key release". | ||
Response | none |
Example: Door opening for SIP stations