Actions

Difference between revisions of "VOIP AUDIO CONFIG"

From Zenitel Wiki

Line 8: Line 8:
 
|colspan="3"|'''$VAC L101 U1 '10.5.11.32' W1234 W4322 '''|| colspan="2"|Configure the IP audio parameters for station 101, G711 to 10.5.11.32 port 1234, incoming audio to AlphaCom on port 4322.
 
|colspan="3"|'''$VAC L101 U1 '10.5.11.32' W1234 W4322 '''|| colspan="2"|Configure the IP audio parameters for station 101, G711 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.
 +
 
 
|-
 
|-
 
|align=center|1||[[NET_OBJ_REF]]||colspan="3"| Source AlphaCom station
 
|align=center|1||[[NET_OBJ_REF]]||colspan="3"| Source AlphaCom station

Revision as of 17:50, 19 May 2014

VAC (VOIP_AUDIO_CONFIG) 0x00AF 175 AMC 11.02
$VAC L101 U1 '10.5.11.32' W1234 W4322 Configure the IP audio parameters for station 101, G711 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.
1 NET_OBJ_REF Source AlphaCom station
2 UINT1 Codec type<br\> AlphaCom level codecs <br\> 1. G711U <br\> 2. G711a <br\> 3. G722 <br\><br\> Telecom level codecs (+9dB louder than AlphaCom level)
6. G711U
7. G711A
8. G722
3 TEXT16 Destination IP address
4 UINT2 Destination IP port
5 UINT2<br\>(optional) Port in AlphaCom for receiving audio from external source. (If port not specified streaming to AlphaCom is not possible)
6 UINT1<br\>(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).



&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.

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