Specifications
Aastra July 2014 PA-001011-03-04
180
This example orders the phone to send a unicast RTP stream to 10.30.100.20 on UDP port 21000
with audio mixing.
<AastraIPPhoneExecute>
<ExecuteItem URI = ”RTPTx:10.30.100.20:21000:mix”/>
</AastraIPPhoneExecute>
Example 3:
This example orders the phone to send a unicast RTP stream to 10.30.100.20 on UDP port 21000
with audio mixing and “mix” icon disabled.
<AastraIPPhoneExecute>
<ExecuteItem URI = ”RTPTx:10.30.100.20:21000:mix:disableIcon”/>
</AastraIPPhoneExecute>
Example 4:
This example orders the phone to stop an outgoing active multicast/unicast RTP stream.
<AastraIPPhoneExecute>
<ExecuteItem URI=”RTPTx:Stop”/>
</AastraIPPhoneExecute>
4.4.3 RTPMRx
The RTPMRx URI instructs the phone to receive a Multicast RTP stream. The RTPMRx format to
use with the AastraIPPhoneExecute object in the URI is:
RTPMRx:i:p:[v]:[mix]:[disableIcon]
Where
• i specifies the multicast IP Address from which to receive an RTP stream.
• p specifies the UDP port on which to receive the RTP stream. You must ensure that this is
a number greater than 3100 to make sure not to use a port already bound to the phone.
• v (optional) indicates the optional volume setting that controls the volume of the stream
playout. The supplied value is an offset to the current volume setting. After the initial
volume level gets set and the stream starts, you can manually change the volume level as
required using this “v” option. If you do not specify the optional volume parameter, the
phone uses the current volume setting on the phone as the default.
• mix (optional) specifies that the incoming RTP stream will be added to the existing audio
stream if it exists.
• disableIcon (optional) specifies that the “mix” icon is not displayed (if “mix” is configured in
the command).
Scenarios for “mix” RTP
Phone State
Action
Phone is in “idle” state
Phone initiates a new RTP session on the
paging line and the paging line is displayed.
Phone is in “connected” state
Phone starts playing the incoming RTP stream
on top of the existing call. Paging line is not
displayed.
Phone is in a 3-way conference.
Request for receving RTP is declined.