Actions

Difference between revisions of "AUDIO PATH STATE"

From Zenitel Wiki

 
(12 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 +
{{AI}}
 
{| border="1"  
 
{| border="1"  
 
|-
 
|-
Line 4: Line 5:
 
!style="background:#ffdead;" width="100pt"|0x801E
 
!style="background:#ffdead;" width="100pt"|0x801E
 
!style="background:#ffdead;" width="30pt"|32798
 
!style="background:#ffdead;" width="30pt"|32798
!style="background:#ffdead;" width="100pt"|AMC 10.00
+
!style="background:#ffdead;" |AMC 10.00
 
|-
 
|-
|colspan="5"|[[AlphaNet]]: SIP Response to [[AUDIO_PATH_SETUP]].  Ret
+
|colspan="5"|[[AlphaNet]]: During Conversation State Changes
 
|-
 
|-
 
|align=center|1||[[UINT1]]||colspan="3"|Forward local reference update for previous node.
 
|align=center|1||[[UINT1]]||colspan="3"|Forward local reference update for previous node.
Line 12: Line 13:
 
|align=center|2||[[UINT1]]||colspan="3"|Backward local reference  
 
|align=center|2||[[UINT1]]||colspan="3"|Backward local reference  
 
|-
 
|-
|align=center|3||[[UINT2]]||colspan="3"|SIP Status code. Important codes:<br\>100 TRYING 180  RINGING; 486 Busy here..
+
|align=center|3||[[UINT2]]||colspan="3"|SIP related Status codes:<br />100 TRYING<br />
 +
180  RINGING<br />486 Busy here..<br />
 +
AlphaNet related codes:<br />32768 Change Dest RTP IP <br />
 +
32769 [[ABSD_Billing#AudioCodes_X-detect|Audiocodes detected speech start]]<br />
 +
32770 Audiocodes detected speech end
 
|-
 
|-
 +
|align=center|4||[[UINT4]]||colspan="3"|IP Address.(Used for change RTP IP)
 +
|-
 +
|align=center|5||[[UINT2]]||colspan="3"|IP Port. (Used for change RTP IP)
 +
|-
 +
|align=center|6||[[UINT1]](optional)||colspan="3"|Codec. (Used for change RTP IP) <br />1 = G711ulaw <br />2 = G711alow <br />3 = G722
 +
|-
 +
 
|}
 
|}
  
  
 
[[AlphaNet_Data_Protocol#AlphaNet|Back to AlphaNet message list]]
 
[[AlphaNet_Data_Protocol#AlphaNet|Back to AlphaNet message list]]
 +
 +
[[Category: ACDP messages]]

Latest revision as of 15:40, 3 October 2019

AI.png
AUDIO_PATH_STATE 0x801E 32798 AMC 10.00
AlphaNet: During Conversation State Changes
1 UINT1 Forward local reference update for previous node.
2 UINT1 Backward local reference
3 UINT2 SIP related Status codes:
100 TRYING

180 RINGING
486 Busy here..
AlphaNet related codes:
32768 Change Dest RTP IP
32769 Audiocodes detected speech start
32770 Audiocodes detected speech end

4 UINT4 IP Address.(Used for change RTP IP)
5 UINT2 IP Port. (Used for change RTP IP)
6 UINT1(optional) Codec. (Used for change RTP IP)
1 = G711ulaw
2 = G711alow
3 = G722


Back to AlphaNet message list