
IP Phone Release Notes 2.2
Features in Release 2.2
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
iSpecifies the IP Address from which the stream is coming.
pSpecifies the UDP port on which to receive the RTP stream.
Ensure that this is a number greater than 3100.
vIndicates the optional volume setting that controls the volume of the stream
(optional) | 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>
98 |