4-9
Cisco Unified IP Phone Services Application Development Notes
OL-18696-01
Chapter 4 Internal URI Features
Multimedia URIs
p
= the UDP port on which to receive the RTP stream. Ensure that this is an even port number within the
decimal range of 20480 to 32768. If no port is specified, the phone chooses a port and returns it when
initiated by a push request.
Stop
= the parameter that will stop any active RTP stream from being received on channel one
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 the range 0-100. The phone
converts the specified percentage into the closest device-supported volume level setting and uses it. After
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.
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 the range 0-100. The phone
converts the specified percentage into the closest device-supported volume level setting and uses it. After
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.