Web Application for Polycom Phones UC Software 5.0.0
Polycom, Inc. 34

Viewing a User Login/Logout Event

The UserLogin/Logout Event is used to detect when a profile is used to sign into or out of a phone.
Use the following format when viewing the user login/logout event:
Table 27: User Login/Logout Event
<UserLoginOutEvent>
<PhoneIP> </PhoneIP>
<MACAddress> </MACAddress>
<CallLineInfo>
<LineKeyNum> </LineKeyNum>
<LineDirNum> </LineDirNum>
</CallLineInfo>
<UserLoggedIn> </UserLoggedIn>
<TimeStamp> </TimeStamp>
</UserLoginOutEvent>
<UserLoginOutEvent>
<PhoneIP> </PhoneIP>
<MACAddress> </MACAddress>
<CallLineInfo>
<LineKeyNum> </LineKeyNum>
<LineDirNum> </LineDirNum>
</CallLineInfo>
<UserLoggedOut/>
<TimeStamp> </TimeStamp>
</UserLoginOutEvent>
Note: How Event Values are Generated
The LineKeyNum and LineDirNum fields are generated for each registered line on the phone. The
UserLoggedIn field is generated when a user logs into a phone. The UserLogedOut field is
generated when a user logs out of a phone.
Using Phone State Polling
You can configure the phone to send the current state information to a specific URI or to the requestor
upon receipt of an HTTP request. The following types of information can be sent to an URI:
Receiving Call Line Information The line registration and call state is sent upon receipt of an
HTTP request to the call state handler: http://<Phone_IP>/polling/callstateHandler.
Receiving Device Information Device- specific information is sent upon receipt of an HTTP
request to the device handler: http://<Phone_IP>/polling/deviceHandler.
Receiving Network Configuration Network-specific information is sent upon receipt of an HTTP
request to the network handler: http://<Phone_IP>/polling/networkHandler.