Polycom Extension Login (Hot Desk): Difference between revisions

From KlavoWiki
Jump to navigationJump to search
(Created page with "To allow users to login to the handset so there is no fixed handset per user. Within the global sip.cfg file. <pre> <!-- prov.login.automaticLogout value is in minutes. 480=...")
 
m (Davidk moved page Polycom Extension Login to Polycom Extension Login (Hot Desk) without leaving a redirect)
 
(No difference)

Latest revision as of 05:07, 15 October 2015

To allow users to login to the handset so there is no fixed handset per user.

Within the global sip.cfg file.

<!-- prov.login.automaticLogout value is in minutes. 480=8 hours. -->

<prov.login
     prov.login.automaticLogout="480"
     prov.login.defaultOnly="0"
     prov.login.enabled="1"
     prov.login.localPassword="555"
     prov.login.persistent="0"
     prov.login.required="0">
</prov.login>