Polycom 3725-49106-001 Rev A Cell Phone User Manual


 
Web Application for Polycom Phones UC Software 5.0.0
Polycom, Inc. 30
The following example shows the transmitted data for a call between two registered lines when the
telephone notification URI is set and the incoming call event is enabled to gather information:
Table 18: Incoming Call Event
<IncomingCallEvent>
<PhoneIP>172.24.132.135</PhoneIP>
<MACAddress>0004f214b89e</MACAddress>
<CallingPartyName>20701</CallingPartyName>
<CallingPartyNumber>20701@172.18.186.94</CallingPartyNumber>
<CalledPartyName>20300</CalledPartyName>
<CalledPartyNumber>20300</CalledPartyNumber>
<TimeStamp>2008-07-11T13:19:53-08:00</TimeStamp>
</IncomingCallEvent>
Viewing an Outgoing Call Event
The Outgoing Call Event is used by an application to detect when a phone is busy in a call.
Use the following format when viewing the outgoing call event:
Table 19: Code Snippet for Outgoing Call Event
<OutgoingCallEvent>
<PhoneIP> </PhoneIP>
<MACAddress> </MACAddress>
<CallingPartyName> </CallingPartyName>
<CallingPartyNumber> </CallingPartyNumber>
<CalledPartyName> </CalledPartyName>
<CalledPartyNumber> </CalledPartyNumber>
<TimeStamp> </TimeStamp>
</OutgoingCallEvent>
Viewing an Offhook Event
The Offhook Event allows an application to see when a call is starting.