Actions

Difference between revisions of "VOIP AUDIO CONFIG"

From Zenitel Wiki

 
(20 intermediate revisions by 7 users not shown)
Line 1: Line 1:
 +
{{AI}}
 
{| border="1"
 
{| border="1"
 
|-
 
|-
Line 6: Line 7:
 
!style="background:#ffdead;" |AMC 11.02
 
!style="background:#ffdead;" |AMC 11.02
 
|-
 
|-
|colspan="3"|'''$VAC L101 U1 '10.5.11.32' W1234 W4321 '''|| colspan="2"|Configure the IP audio parameters for station 101, G711 to 10.5.11.32 port 1234, incoming audio to AlphaCom on port 4321.
+
|colspan="3"|'''$VAC L101 U6 '10.5.11.32' W1234 W4322 '''|| colspan="2"|Configure the IP audio parameters for station 101, G.711u to 10.5.11.32 port 1234, incoming audio to AlphaCom on port 4322.
 
|-
 
|-
|colspan="5"|$VAC configure the RTP audio stream for "RTP-stream station", to activate the audio the station must be called or controlled by $CONN etc.  
+
|colspan="5"|$VAC configure the RTP audio stream for "RTP-stream station", to activate the audio the station must be called or controlled by $CONN etc. <br> Note that RTP uses even port numbers, and RTCP uses odd port numbers. So it must be at least 2 between source and destination port. E.g. 2000, 2002 etc.<br> Often used together with [[IP Dummy Station]].
 +
 
 
|-
 
|-
 
|align=center|1||[[NET_OBJ_REF]]||colspan="3"| Source AlphaCom station
 
|align=center|1||[[NET_OBJ_REF]]||colspan="3"| Source AlphaCom station
 
|-
 
|-
|align=center|2||[[UINT1]]||colspan="3"| Codec type<br\> AlphaCom level codecs <br\> 1. G711U <br\> 2. G711a <br\> 3. G722 <br\> Telecom Level Codecs <br> 6. G711U <br> 7. G711A <br> 8. G722
+
|align=center|2||[[UINT1]]||colspan="3"| Codec type<br /> AlphaCom level codecs <br> '''OBSOLETE, VALUE 1,2 and 3 SHOULD NOT BE USED''' <br /> 1. G.711u <br /> 2. G.711a <br /> 3. G722 <br /><br /> Telecom level codecs (+9dB louder than AlphaCom level) <br> 6. G.711u <br> 7. G.711a <br> 8. G.722 <br>
 
|-
 
|-
 
|align=center|3||[[TEXT16]]||colspan="3"|Destination IP address
 
|align=center|3||[[TEXT16]]||colspan="3"|Destination IP address
Line 18: Line 20:
 
|align=center|4||[[UINT2]]||colspan="3"|Destination IP port
 
|align=center|4||[[UINT2]]||colspan="3"|Destination IP port
 
|-
 
|-
|align=center|5||[[UINT2]]<br\>(optional)||colspan="3"| Port in AlphaCom for receiving audio from external source. (If port not specified streaming to AlphaCom is not possible)
+
|align=center|5||[[UINT2]]<br />(optional)||colspan="3"| Port in AlphaCom for receiving audio from external source. (If port not specified streaming to AlphaCom is not possible)
 
|-
 
|-
|align=center|6||[[UINT1]]<br\>(optional)||colspan="3"| MultiCast Ethernet port 0 or 1.  <br> If the AlphaCom system is set up for MultiCast this parameter specify the physical eth where the MulitCast rtp group and program conference should be transmitted. Default is unicast (value 2).
+
|align=center|6||[[UINT1]]<br />(optional)||colspan="3"| MultiCast Ethernet port 0 or 1.  <br> If the AlphaCom system is set up for MultiCast this parameter specify the physical eth where the MulitCast rtp group and program conference should be transmitted. Default is unicast (value 2).
 
|-
 
|-
 
|}
 
|}
  
<br/>
 
<br/>
 
  
&000204 .ex_profile.flags.RTP_stream_man_reg = 0 (0x00000000)
 
  
 
By default the RTP stream station is "REGISTERED" during system start up. If manual registration is needed the system flag "RTP_stream_man_reg" can be used. If set the RTP stream station is down until the first "$VAC" command is received.  
 
By default the RTP stream station is "REGISTERED" during system start up. If manual registration is needed the system flag "RTP_stream_man_reg" can be used. If set the RTP stream station is down until the first "$VAC" command is received.  
 
+
{{code|<nowiki>&000204 .ex_profile.flags.RTP_stream_man_reg = 0 (0x00000000)</nowiki>}}
 +
<br/>
 
==Group Call and Program Conference==
 
==Group Call and Program Conference==
 
When the RTP-stream station is included in a group call or program conference the RTP stream is sent to the destination IP address as specified in param 3 of $VAC. The IP port used is the port specified for IP station Group Call and Program Conference.
 
When the RTP-stream station is included in a group call or program conference the RTP stream is sent to the destination IP address as specified in param 3 of $VAC. The IP port used is the port specified for IP station Group Call and Program Conference.
ex_profile.ip_config.ip_st_audio_group = 61002 (0xee4a)
+
{{code|<nowiki>ex_profile.ip_config.ip_st_audio_group = 61002 (0xee4a)</nowiki> }}
ex_profile.ip_config.ip_st_audio_prog = 61004 (0xee4c)
+
{{code|<nowiki>ex_profile.ip_config.ip_st_audio_prog = 61004 (0xee4c)</nowiki>}}
  
 
<br>
 
<br>
Line 41: Line 41:
  
 
[[Category: ACDP messages]]
 
[[Category: ACDP messages]]
[[Category:AudioMsg]]
+
[[Category: Audio Messaging]]
 
+
[[Category: DP Commands]]
 
[[AlphaNet_Data_Protocol#Station_Connect_Operations|Back to AlphaNet message list]]
 
[[AlphaNet_Data_Protocol#Station_Connect_Operations|Back to AlphaNet message list]]

Latest revision as of 10:48, 20 January 2023

AI.png
VAC (VOIP_AUDIO_CONFIG) 0x00AF 175 AMC 11.02
$VAC L101 U6 '10.5.11.32' W1234 W4322 Configure the IP audio parameters for station 101, G.711u to 10.5.11.32 port 1234, incoming audio to AlphaCom on port 4322.
$VAC configure the RTP audio stream for "RTP-stream station", to activate the audio the station must be called or controlled by $CONN etc.
Note that RTP uses even port numbers, and RTCP uses odd port numbers. So it must be at least 2 between source and destination port. E.g. 2000, 2002 etc.
Often used together with IP Dummy Station.
1 NET_OBJ_REF Source AlphaCom station
2 UINT1 Codec type
AlphaCom level codecs
OBSOLETE, VALUE 1,2 and 3 SHOULD NOT BE USED
1. G.711u
2. G.711a
3. G722

Telecom level codecs (+9dB louder than AlphaCom level)
6. G.711u
7. G.711a
8. G.722
3 TEXT16 Destination IP address
4 UINT2 Destination IP port
5 UINT2
(optional)
Port in AlphaCom for receiving audio from external source. (If port not specified streaming to AlphaCom is not possible)
6 UINT1
(optional)
MultiCast Ethernet port 0 or 1.
If the AlphaCom system is set up for MultiCast this parameter specify the physical eth where the MulitCast rtp group and program conference should be transmitted. Default is unicast (value 2).


By default the RTP stream station is "REGISTERED" during system start up. If manual registration is needed the system flag "RTP_stream_man_reg" can be used. If set the RTP stream station is down until the first "$VAC" command is received.

&000204 .ex_profile.flags.RTP_stream_man_reg = 0 (0x00000000)



Group Call and Program Conference

When the RTP-stream station is included in a group call or program conference the RTP stream is sent to the destination IP address as specified in param 3 of $VAC. The IP port used is the port specified for IP station Group Call and Program Conference.

ex_profile.ip_config.ip_st_audio_group = 61002 (0xee4a)


ex_profile.ip_config.ip_st_audio_prog = 61004 (0xee4c)



Back to AlphaNet message list