Polycom 3725-49106-001 Rev A User Manual

Page of 92
Web Application for Polycom Phones 
UC Software 5.0.0
 
Polycom, Inc. 
32 
Viewing a Phone Unlock Event 
The phone unlock event notifies the application when the phone is unlocked. Instructions sent to the 
phone in a locked state are ignored.  
Use the following format when viewing the phone unlock event: 
Table 23: Phone Unlock Event 
<PhoneUnlockedEvent> 
   <PhoneIP> </PhoneIP> 
   <MACAddress> </MACAddress> 
   <TimeStamp> </TimeStamp> 
</PhoneUnlockedEvent> 
 
 
Viewing a Call State Change Event 
The Call State Change event notifies the application of the different call states that exist on the phone. 
The application can perform any call related operation upon receiving these events. For example, the 
application can transfer an incoming call to a desired number when it receives an incoming call event. 
Use the following format when viewing the call state change event: 
Table 24: Call State Change Event 
<CallStateChangeEvent CallReference=" " CallState=" "> 
    <PhoneIP> </PhoneIP> 
    <MACAddress> </MACAddress> 
    <LineNumber> </LineNumber> 
    <TimeStamp> </TimeStamp> 
   <CallLineInfo> 
      <LineKeyNum> </LineKeyNum> 
      <LineDirNum> </LineDirNum> 
      <LineState> </LineState> 
      <CallInfo> 
         <CallState> </CallState> 
         <CallType> </CallType> 
         <UIAppearanceIndex> </UIAppearanceIndex> 
         <CalledPartyName> </CalledPartyName> 
         <CalledPartyDirNum> </CalledPartyDirNum> 
         <CallingPartyName> </CallingPartyName> 
         <CallingPartyDirNum> </CallingPartyDirNum> 
         <CallReference> </CallReference> 
         <CallDuration> </CallDuration> 
      </CallInfo> 
   </CallLineInfo> 
</CallStateChangeEvent>