Difference between revisions of "AUDIO M PATH SETUP"
From Zenitel Wiki
(New page: {| border="1" align=left |- !style="background:#ffdead;" width="90pt" colspan="2"|AUDIO_M_PATH_SETUP !style="background:#ffdead;" width="100pt"|0x8016 !style="background:#ffdead;" width="...) |
|||
(8 intermediate revisions by 8 users not shown) | |||
Line 1: | Line 1: | ||
− | {| border="1" | + | {{AI}} |
+ | {| border="1" | ||
|- | |- | ||
!style="background:#ffdead;" width="90pt" colspan="2"|AUDIO_M_PATH_SETUP | !style="background:#ffdead;" width="90pt" colspan="2"|AUDIO_M_PATH_SETUP | ||
!style="background:#ffdead;" width="100pt"|0x8016 | !style="background:#ffdead;" width="100pt"|0x8016 | ||
!style="background:#ffdead;" width="30pt"|32790 | !style="background:#ffdead;" width="30pt"|32790 | ||
− | !style="background:#ffdead; | + | !style="background:#ffdead;" |AMC 07.00 |
|- | |- | ||
|colspan="5"|AlphaNet: Communication in a multi-node network. Set up a audio distribution path from a source node to multiple destination nodes. Typically used for Global Group call. | |colspan="5"|AlphaNet: Communication in a multi-node network. Set up a audio distribution path from a source node to multiple destination nodes. Typically used for Global Group call. | ||
− | <br | + | <br />Reference: Selected by originator |
|- | |- | ||
− | |align=center|1||[[UINT1]]||colspan="3"|Channel number. <br | + | |align=center|1||[[UINT1]]||colspan="3"|Channel number. <br />0 = request for channel. |
|- | |- | ||
− | |align=center|2||[[UINT1]]||colspan="3"|Priority<br | + | |align=center|2||[[UINT1]]||colspan="3"|Priority<br />0x00 ... 0x0F |
|- | |- | ||
|align=center|3||[[UINT1]]||colspan="3"|Starting node of audio path. | |align=center|3||[[UINT1]]||colspan="3"|Starting node of audio path. | ||
Line 19: | Line 20: | ||
|align=center|5||[[UINT1]]||colspan="3"|Parent local reference for next node | |align=center|5||[[UINT1]]||colspan="3"|Parent local reference for next node | ||
|- | |- | ||
− | |align=center|6||[[UINT1]]||colspan="3"|Type of audio connection: <br | + | |align=center|6||[[UINT1]]||colspan="3"|Type of audio connection: <br />1 = audio distribution. <br />2 = Switchable source for connection ?<br />3 = IP audio distribution. (field 7,8,9 added) |
|- | |- | ||
|align=center|7||[[UINT4]]||colspan="3"|Prev node Audio RTP IP address for next node (AMC 10.00) | |align=center|7||[[UINT4]]||colspan="3"|Prev node Audio RTP IP address for next node (AMC 10.00) | ||
Line 25: | Line 26: | ||
|align=center|8||[[UINT2]]||colspan="3"|Prev node Audio RTP port number for next node (AMC 10.00) | |align=center|8||[[UINT2]]||colspan="3"|Prev node Audio RTP port number for next node (AMC 10.00) | ||
|- | |- | ||
− | |align=center|9||[[UINT1]]||colspan="3"|Audio Codec In use<br | + | |align=center|9||[[UINT1]]||colspan="3"|Audio Codec In use<br />1 = G711 u-law<br />2 = G711 A-law<br />3 = G722 |
|- | |- | ||
− | |align=center|10|| | + | |align=center|10||PAYLOAD||colspan="3"|End-to-end message. See below |
|- | |- | ||
− | |colspan=" | + | |colspan="5"| <br />'''PAYLOAD MESSAGE attached to AUDIO_M_PATH_SETUP and related messages'''<br /> |
− | |||
|- | |- | ||
− | |colspan=" | + | |align=center|1||[[UINT1]]||colspan="3"|Protocol version:<br />0 = AlphaCom basic functions |
|- | |- | ||
− | + | |align=center|2||[[UINT1]]||colspan="3"|Remote function:<br />2 = Group Call | |
|- | |- | ||
− | + | |align=center|3||[[UINT2]]||colspan="3"|Reference to be used in messages addressed directly to initiator. | |
|- | |- | ||
− | + | |align=center|4||[[UINT1]]||colspan="3"|Global group number | |
− | |||
− | |||
|- | |- | ||
|} | |} | ||
+ | |||
+ | |||
+ | [[AlphaNet_Data_Protocol#AlphaNet|Back to AlphaNet message list]] | ||
+ | |||
+ | [[Category: ACDP messages]] |
Latest revision as of 13:20, 6 July 2022
AUDIO_M_PATH_SETUP | 0x8016 | 32790 | AMC 07.00 | |
---|---|---|---|---|
AlphaNet: Communication in a multi-node network. Set up a audio distribution path from a source node to multiple destination nodes. Typically used for Global Group call.
| ||||
1 | UINT1 | Channel number. 0 = request for channel. | ||
2 | UINT1 | Priority 0x00 ... 0x0F | ||
3 | UINT1 | Starting node of audio path. | ||
4 | VBITMAP[..N] | Destination nodes for audio path. | ||
5 | UINT1 | Parent local reference for next node | ||
6 | UINT1 | Type of audio connection: 1 = audio distribution. 2 = Switchable source for connection ? 3 = IP audio distribution. (field 7,8,9 added) | ||
7 | UINT4 | Prev node Audio RTP IP address for next node (AMC 10.00) | ||
8 | UINT2 | Prev node Audio RTP port number for next node (AMC 10.00) | ||
9 | UINT1 | Audio Codec In use 1 = G711 u-law 2 = G711 A-law 3 = G722 | ||
10 | PAYLOAD | End-to-end message. See below | ||
PAYLOAD MESSAGE attached to AUDIO_M_PATH_SETUP and related messages | ||||
1 | UINT1 | Protocol version: 0 = AlphaCom basic functions | ||
2 | UINT1 | Remote function: 2 = Group Call | ||
3 | UINT2 | Reference to be used in messages addressed directly to initiator. | ||
4 | UINT1 | Global group number |