Aastra Telecom 9480i CT Series User Manual

Page of 1184
Creating an XML Application
 41-001160-03, Rev 00, Release 2.4
F-55
Examples
The following are examples of using the “mix” and “disableIcon” execute 
commands with the AastraIPPhoneExecute object. These commands apply to 
both the RTP and multicast RTP XML commands (RTPTx, RTPRx, RTPMTx, 
RTPMRx).
Send mix unicast RTP stream (if there is existing voice call) to 
10.30.100.20:21000. Mix icon is displayed on the phone’s call screen.
<AastraIPPhoneExecute>
<ExecuteItem URI="RTPTx:10.30.100.20:21000:mix">
</AastraIPPhoneExecute>
Receive unicast RTP stream from 10.30.100.20 at port 21000 with the egress 
voice settings at 3 levels more than the current offset and play on top of the 
existing voice stream (if any).
<AastraIPPhoneExecute>
<ExecuteItem URI="RTPRx:10.30.100.20:21000:3:mix">
</AastraIPPhoneExecute>
Receive unicast RTP stream from 10.30.100.20 at port 21000 with the voice 
settings as used earlier and play on top of the existing voice call (if any). Also, 
the mixing icon is not shown on the call screen.
<AastraIPPhoneExecute>
<ExecuteItem URI="RTPRx:10.30.100.20:21000:mix:disableIcon">
</AastraIPPhoneExecute>
Draft 1