Aastra Telecom 9143i Series User Manual

Page of 1184
Creating an XML Application
F-48
41-001160-03, Rev 00, Release 2.4 
IP Phone Administrator Guide
RTPRx
The RTPRx URI instructs the phone to receive a Unicast RTP stream or stop 
receiving Unicast or Multicast RTP streams. The RTPRx formats to use with the 
AastraIPPhoneExecute object in the URI are:
RTPRx:i:p:v
RTPRx:Stop
Where
i
Specifies the IP Address from which the stream is coming.
p
Specifies the UDP port on which to receive the RTP stream. 
Ensure that this is a number greater than 3100.
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.
Stop
Specifies to stop any active RTP stream from being received on channel one.
Example: This example receives 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:
This example receives a unicast RTP stream from 10.30.100.20 at UDP port 21000 with 
the voice settings as used in the previous RTP stream.
<AastraIPPhoneExecute>
<ExecuteItem URI = ”RTPRx:10.30.100.20:21000”>
<AastraIPPhoneExecute>
Example:
This example stops an incoming active multicast/unicast RTP stream.
<AastraIPPhoneExecute>
<ExecuteItem URI=”RTPRx:Stop”>
<AastraIPPhoneExecute>
Draft 1