Specifications
Aastra July 2014 PA-001011-03-04
178
Phone State
Action
on top of the existing call. Paging line is not
displayed.
The active voice call is dropped (RTP stream
was being played on top of this voice call).
RTP stream is dropped as well.
A new call comes in while the active voice call
(RTP stream was being played on top of this
voice call) is put on hold.
RTP mixed stream is played on top of the
currently active call.
Example1:
This example orders the phone to receive a unicast RTP stream from 10.30.100.20 at UDP port
21000 with the voice settings at 3 levels more than the current offset.
<AastraIPPhoneExecute>
<ExecuteItem URI = ”RTPRx:10.30.100.20:21000:3”/>
</AastraIPPhoneExecute>
Example 2:
This example orders the phone to receive a unicast RTP stream from 10.30.100.20 at UDP port
21000 using the current voice settings.
<AastraIPPhoneExecute>
<ExecuteItem URI = ”RTPRx:10.30.100.20:21000”/>
</AastraIPPhoneExecute>
Example 3:
This example orders the phone to receive a unicast RTP stream from 10.30.100.20 at UDP port
21000 using the current voice settings and audio mixing.
<AastraIPPhoneExecute>
<ExecuteItem URI = ”RTPRx:10.30.100.20:21000:mix”/>
</AastraIPPhoneExecute>
Example4:
This example orders the phone to receive a unicast RTP stream from 10.30.100.20 at UDP port
21000 with the voice settings at 3 levels more than the current offset, audio mixing and disabling
the mixing icon.
<AastraIPPhoneExecute>
<ExecuteItem URI = ”RTPRx:10.30.100.20:21000:3:mix:disableIcon”/>
</AastraIPPhoneExecute>
Example 5:
This example orders the phone to stop an incoming active multicast/unicast RTP stream.
<AastraIPPhoneExecute>
<ExecuteItem URI=”RTPRx:Stop”/>
</AastraIPPhoneExecute>
Note: Once the RTPRx command in the URI is sent to the phone, it stops the phone from
listening to any previous RTPRx or RTPMRx commands. The phone starts listening based on
the most recent RTPRx command received. This behavior also applies to the RTPRx:Stop