Specifications

PA-001011-03-04 Aastra July 2014
181
Phone State
Action
57iCT/9480iCT, base and handsets are in a
“connected” state.
Request for receving RTP is declined.
57iCT/9480iCT, handset is in “connected” state.
Phone starts playing the incoming RTP stream
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.
Example 1:
This example orders the phonr to receive a multicast RTP stream from 239.0.1.20 on UDP port
21000 with the voice settings at -3 levels less than the current offset.
<AastraIPPhoneExecute>
<ExecuteItem URI = ”RTPMRx:239.0.1.20:21000:-3”/>
</AastraIPPhoneExecute>
Example 2:
This example orders the phone to receive a multicast RTP stream from 239.0.1.20 at UDP port
21000 with the current voice settings.
<AastraIPPhoneExecute>
<ExecuteItem URI = ”RTPMRx:239.0.1.20:21000”/>
</AastraIPPhoneExecute>
Example 3:
This example orders the phone to receive a multicast RTP stream from 239.0.1.20 at UDP port
21000 with the current voice settings and audio mixing.
<AastraIPPhoneExecute>
<ExecuteItem URI = ”RTPMRx:239.0.1.20:21000:mix”/>
</AastraIPPhoneExecute>
Example 4:
This example orders the phone to receive a multicast RTP stream from 239.0.1.20 at UDP port
21000 with the current voice settings and audio mixing with the “mix” icon disabled.
<AastraIPPhoneExecute>
<ExecuteItem URI = ”RTPMRx:239.0.1.20:21000:mix:disableIcon”/>
</AastraIPPhoneExecute>
Note: Once the RTPMRx 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 RTPMRx command received. This behavior also applies to the RTPRx:Stop
and RTPMRx:Stop commands as well, but tbe “Stop” command does not enable any further
listening.