![]() |
Basic settings on device - Printable Version +- Yealink Forums (http://forum.yealink.com/forum) +-- Forum: IP Phone Series (/forumdisplay.php?fid=4) +--- Forum: General topics (/forumdisplay.php?fid=15) +--- Thread: Basic settings on device (/showthread.php?tid=4065) |
Basic settings on device - Gilb - 07-07-2015 11:56 AM Hi, I've got T23G device How can I lock also the Basic settings on Phone? I dont want my people at work to change any setting of this phone. Thanks. RE: Basic settings on device - Karl_Yealink - 07-07-2015 03:01 PM Hi Gilb, About your issue,user access level of web/phone user interface can solve it. You can know how to setting according to Yealink_SIP-T23 User Access Level V80.zip You can download this file from http://support.yealink.com/attachmentDownload/download?path=upload%2Fattachment%2F2015-4-27%2F3%2Fe39bd702-5fa7-4216-87b9-d8a7310c545a%2FYealink_IP_Phones_XML_Browser_Developer_V80.zip Please feel free to contact with us any question. Best regard! RE: Basic settings on device - Gilb - 07-08-2015 01:14 AM Can I disable it using autoprovision file? what I should set there? Thanks. RE: Basic settings on device - Gilb - 07-09-2015 03:07 AM Please help me how to lick the basic configuration of device from user to change it? Thanks RE: Basic settings on device - Yealink_Michael - 07-09-2015 06:14 AM simply you can use the phone lock feature and change the username and password to log in the website of the phone , like below: ----------------------------------------------------------- phone_setting.phone_lock.enable = 1 phone_setting.phone_lock.lock_key_type = 0 phone_setting.phone_lock.unlock_pin = 12345 phone_setting.phone_lock.lock_time_out = 3 phone_setting.emergency.number = 911 security.user_name.admin = admins security.user_password = admins:1234 --------------------------------------------------------- phone locked after 3 seconds no operation and unlock pin is 12345 , emergency number is 911 , website log in username : admins password: 1234 detail below: ###It configures the keypad lock type. ###0-All Keys,1-Function Keys,2-Menu Key. ###The default value is 0. phone_setting.phone_lock.lock_key_type = ###It configures the password for unlocking the keypad. ###The default value is 123. phone_setting.phone_lock.unlock_pin = ###It configures the interval (in seconds) to automatically lock the keypad. ###The default value is 0 (the keypad is locked only by long pressing the pound key or pressing the keypad lock key) phone_setting.phone_lock.lock_time_out = phone_setting.emergency.number = RE: Basic settings on device - Gilb - 07-09-2015 02:20 PM What setting disable also the BASIC CONFIGURATION on device? RE: Basic settings on device - ama - 05-22-2019 01:02 AM (07-09-2015 02:20 PM)Gilb Wrote: What setting disable also the BASIC CONFIGURATION on device? Did you ever get an answer to this? Does anyone know how to lock the user out of change settings from the phone itself. Example users can use the Menu->Basic on the handset to make changes to select another wall paper / ring tones etc. How do we lock it out so you must enter a pin code to change any of these settings. Thanks. RE: Basic settings on device - jolouis - 05-22-2019 02:08 PM Change user account password? You can do that through auto-provision using: static.security.user_password = There's also a WebItemsLevel.cfg somewhere for more fine-tuned control, but you'd have to check the provisioning documentation for that one as I have never used it before so don't have all the details. |