5-11
Cisco Unified IP Phone Services Application Development Notes
OL-20949-01
Chapter 5 Internal URI Features
Multimedia URIs
RTPTx
Use the RTPTx URI to instruct the phone to transmit a Unicast RTP stream or to stop transmitting
Unicast or Multicast RTP streams.
URI Formats
RTPTx:i:p
RTPTx:Stop
Where
i = the IP Address to which an RTP stream is transmit ed.
p = the UDP port on which to transmit the RTP stream. Ensure that this is an even port number within
the decimal range of 20480 to 32768.
Stop = the parameter that will stop any active RTP stream from being transmitted on channel one.
RTPMRx
The RTPMRx URI instructs the phone to receive a Multicast RTP.
URI Format
RTPMRx:i:p:v
Where
i = the Multicast IP Address from which to receive an RTP stream.
p = the Multicast UDP port from which to receive the RTP stream. Ensure that this is an even port
number within the decimal range of 20480 to 32768.
v = the optional volume setting that controls the volume of stream playout. The supplied value is a
percentage of the maximum volume level of the device and must be in th e range 0-1 00. T he ph one
converts the specified percentage into the closest device-supported volume level setting and uses it. A fter
the initial volume level gets set and the stream starts, you can manually change the volume level as
needed. If the optional volume parameter does not get included, the current volume setting on the phone
gets used as the default.
RTPMTx
The RTPMTx URI instructs the phone to transmit a Multicast RTP stream.
URI Formats
RTPTx:i:p
Where
i = the Multicast IP Address to which an RTP stream is transmitted.
p = the Multicast UDP port on which to transmit the RTP stream. Ensure that this is an even port numbe r
within the decimal range of 20480 to 32768.