Features in Release 2.2
RN-001029-00, Rev 06, Release 2.2 99
5i Series IP Phone Release Notes
RTPTx
The RTPTx URI instructs the phone to transmit a Unicast RTP stream or to stop
transmitting Unicast or Multicast RTP streams. The RTPTx formats to use with
the AastraIPPhoneExecute object in the URI are:
• RTPTx:i:p
• RTPTx:Stop
Note: Once the RTPRx 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 RTPRx command
received. This behavior also applies to the RTPRx:Stop and
RTPMRx:Stop commands as well but does not enable any further
listening.
Where
iSpecifies the IP Address to which an RTP stream is transmit ed.
pSpecifies the UDP port on which to transmit the RTP stream.
Ensure that this is a number greater than 3100.
Stop Specifies to stop any active RTP stream from being transmitted on channel
one.
Example: This example sends a unicast RTP stream to 10.30.100.20 on UDP port
21000.
<AastraIPPhoneExecute>
<ExecuteItem URI = ”RTPTx:10.30.100.20:21000”>
<AastraIPPhoneExecute>
Example:
This example stops an outgoing active multicast/unicast RTP stream.
<AastraIPPhoneExecute>
<ExecuteItem URI=”RTPTx:Stop”>
<AastraIPPhoneExecute>