Actions

Difference between revisions of "AUDIO M PATH SETUP"

From Zenitel Wiki

 
(7 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{| border="1" align=left
+
{{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;" width="100pt"|AMC 07.00
+
!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\>Reference: Selected by originator  
+
<br />Reference: Selected by originator  
 
|-
 
|-
|align=center|1||[[UINT1]]||colspan="3"|Channel number. <br\>0 = request for channel.
+
|align=center|1||[[UINT1]]||colspan="3"|Channel number. <br />0 = request for channel.
 
|-
 
|-
|align=center|2||[[UINT1]]||colspan="3"|Priority<br\>0x00 ... 0x0F
+
|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\>1 = audio distribution. <br\>2 = Switchable source for connection ?<br\>3 = IP audio distribution. (field 7,8,9 added)
+
|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\>1 = G711ulaw<br\>2 = G711alow<br\>3 = G722
+
|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||[[PAYLOAD]]||colspan="3"|End-to-end message.  See below
+
|align=center|10||PAYLOAD||colspan="3"|End-to-end message.  See below
 
|-
 
|-
|colspan="5"|&nbsp;<br\>'''PAYLOAD MESSAGE attached to AUDIO_M_PATH_SETUP and related messages'''<br\>&nbsp;
+
|colspan="5"|&nbsp;<br />'''PAYLOAD MESSAGE attached to AUDIO_M_PATH_SETUP and related messages'''<br />&nbsp;
 
|-
 
|-
|align=center|1||[[UINT1]]||colspan="3"|Protocol version:<br\>0 = AlphaCom basic functions  
+
|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|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|3||[[UINT2]]||colspan="3"|Reference to be used in messages addressed directly to initiator.  
Line 40: Line 41:
 
|-
 
|-
 
|}
 
|}
 +
 +
 +
[[AlphaNet_Data_Protocol#AlphaNet|Back to AlphaNet message list]]
 +
 +
[[Category: ACDP messages]]

Latest revision as of 14:20, 6 July 2022

AI.png
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.


Reference: Selected by originator

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


Back to AlphaNet message list