Actions

Difference between revisions of "AUDIO PATH SETUP"

From Zenitel Wiki

Line 49: Line 49:
 
|align=center|8||[[UINT1]]||colspan="3"|Call priority
 
|align=center|8||[[UINT1]]||colspan="3"|Call priority
 
|-
 
|-
|align=center|9||[[BITMAP]][1..16]||colspan="3"|Flags describing station and its configuration:<br\>bit 1: Handset_off<br\>bit 2: M­key<br\>bit 3: Open/private <br\>bit 4: Voice help wanted
+
|align=center|9||[[BITMAP]][1..16]||colspan="3"|Flags describing station and its configuration:<br\>bit 1: Handset_off<br\>bit 2: M­key<br\>bit 3: Open/private <br\>bit 4: Voice help wanted<br\>bit 5: Allowed to page absent user<br\>bit 6: Name extension available (AMC 08.02)<br\>bit 7: Door opening available<br\>bit 8: Station duplex control (AMC 08.02)<br\>bit  9­-15 not used. bit 1 and 2 always 0 in AMC 06.00
 +
|-
 +
|align=center|10||[[NET_OBJ_REF]]<br\>{[[ECL_STATION]]}||colspan="3"|A­-station technical reference:  node and physical number<br\>&nbsp;
 +
|-
 +
|align=center|11||[[NET_OBJ_REF]]<br\>{[[ECL_USER]]}||colspan="3"|A­-station human reference:  node and directory number.
 +
|-
 +
|align=center|12||[[TEXT16]]||colspan="3"|A­subscriber text (name) for display.
 +
|-
 +
|align=center|13||[[UINT1]]||colspan="2"|User Defined Properties ([[UDP]]) of A­station.<br\>Feature 1 = value 1, feature 8 = value 127, combinations allowed||align=center|AMC 07.10
 +
|-
 +
|align=center|14||[[NET_OBJ_REF]]||colspan="2"|B number to be dialed in B­exchange.<br\>Only valid with remote functions 3 and 5<br\>If not used, this parameter should set to [[INVALID_NRF]] = 0x0F, or left out. ||align=center|AMC 07.10
 
|-
 
|-
 
|}
 
|}

Revision as of 11:41, 21 June 2007

AUDIO_PATH_SETUP 0x8001 32769 AMC 06.00
AlphaNet: Set up audio path between a source node and a destination node (possibly via transit nodes). <br\>Audio path is needed for a number of exchange features. To speed up things, the feature setup message is included as “payload” of this message.
1 UINT1 Channel number. <br\>0 = request for channel.
2 UINT1 Priority<br\>0x00 ... 0x0F
3 UINT1 Starting node of audio path.
4 UINT1 Ending node of audio path.
5 UINT1 Backward local reference for next node
6 UINT1 Channel type. <br\>1 = Full duplex audio channel <br\>2 = IP full duplex audio channel. (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 BITMAP[1..32] Start node AudioCodecs supported. (AMC 10.00)<br\>Bit 1: G711<br\>Bit 2: G722<br\>Bit 3: 32Khz raw PCM <br\>Bit 4:
10 PLAYLOAD End-to-end message. See below
Response: AUDIO_LINK_OK <br\>AUDIO_LINK_NOT_AVAILABLE
 <br\>PAYLOAD MESSAGE attached to AUDIO PATH SETUP and related messages:<br\> 
1 UINT1 Protocol version:<br\>0 = AlphaCom basic functions
2 UINT1 Remote function:<br\>1 = Remote proxy station, digits will be dialed later. <br\>3 = Ordinary call identified by B­number parameter. <br\>5 = Call to waiting station identified by B­number parameter, used for answer calls. <br\>Support for remote functions 3 and 5 is acknowledged in AUDIO_PATH_OK with B­protocol version set to 1 or higher.
3 UINT1 Exchange type:<br\>1 = AC <br\>2 = TL
4 UINT1 Station type
5 UINT1 Display type <br\>1 = AlphaCom<br\>2 = SIP
6 UINT1 Class of service
7 UINT1 Group call access level
8 UINT1 Call priority
9 BITMAP[1..16] Flags describing station and its configuration:<br\>bit 1: Handset_off<br\>bit 2: M­key<br\>bit 3: Open/private <br\>bit 4: Voice help wanted<br\>bit 5: Allowed to page absent user<br\>bit 6: Name extension available (AMC 08.02)<br\>bit 7: Door opening available<br\>bit 8: Station duplex control (AMC 08.02)<br\>bit 9­-15 not used. bit 1 and 2 always 0 in AMC 06.00
10 NET_OBJ_REF<br\>{ECL_STATION} A­-station technical reference: node and physical number<br\> 
11 NET_OBJ_REF<br\>{ECL_USER} A­-station human reference: node and directory number.
12 TEXT16 A­subscriber text (name) for display.
13 UINT1 User Defined Properties (UDP) of A­station.<br\>Feature 1 = value 1, feature 8 = value 127, combinations allowed AMC 07.10
14 NET_OBJ_REF B number to be dialed in B­exchange.<br\>Only valid with remote functions 3 and 5<br\>If not used, this parameter should set to INVALID_NRF = 0x0F, or left out. AMC 07.10