Startmulticastsend, Audio stream sending start, Action.startmulticastsend – 2N Helios IP Automation Manual v2.7 User Manual
Page 24: Parameters, Example

24
Parameters
Event
efine the event to launch this action.
– d
Condition
efine the condition to be met for the action to be executed. This
– d
parameter is optional.
Sound
elect the user sound number (1 – 10).
– s
Destination – define the user sound playing destination.
Valid values:
Speaker – the sound is played on the intercom.
Call – the sound is played into the call.
The parameter is optional, the default value is
.
Speaker
Example
Play user sound 1 if the event defined on row 2 arises:
Action.PlayUserSound: Sound=1; Event=2
Action.StartMulticastSend
The
block defines the starting action for audio stream sending to
StartMulticastSend
a multicast IP address. You can control up to four independent transmission channels.
The RTP/UDP protocol is used and the data are in the PCMU format.
Parameters
Event
efine the event to launch this action.
– d
Condition
efine the condition to be met for the action to be executed. This
– d
parameter is optional.
Channel
efine the channel number (1-4) to be controlled.
– d
Address
efine the audio stream multicast IP address.
– d
Port
efine the UDP port to which audio stream shall be sent.
– d
Example
Start audio stream sending via channel 1 to address 239.0.0.1:10000 if the event
defined on row 2 arises:
Action.StartMulticastSend: Channel=1; Address=239.0.0.1; Port=1000; Event=2