Yealink Forums
Multiple Accounts 1 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: Multiple Accounts 1 Device (/showthread.php?tid=40901)



Multiple Accounts 1 Device - Tyler - 06-05-2017 08:40 PM

Hey Guys,

Thanks for your help on my previous question. This question is in regards to multiple users to one device (multi-account)

We have a lot of users in our support center and we have enough issues as it is, we are concerned that having the "switch account" button there they will constantly be logged in as the wrong user and causing all sorts of problems with our employee tracking. Is there a way to password protect logging into another account and prompt the password?

Right now I have the programmable key swapping between two extensions which is great and all, but we want it to be every time they switch they have to type in the password. I know there is a roundabout way where they have to go into the account settings on the phone, type admin, etc. then type in the password that way, but that's not convenient especially considering we have freepbx auto-generate our passwords.

Is there a way to prompt the user to type in a password before switching users?


RE: Multiple Accounts 1 Device - jolouis - 06-12-2017 01:17 PM

(06-05-2017 08:40 PM)Tyler Wrote:  Hey Guys,

Thanks for your help on my previous question. This question is in regards to multiple users to one device (multi-account)

We have a lot of users in our support center and we have enough issues as it is, we are concerned that having the "switch account" button there they will constantly be logged in as the wrong user and causing all sorts of problems with our employee tracking. Is there a way to password protect logging into another account and prompt the password?

Right now I have the programmable key swapping between two extensions which is great and all, but we want it to be every time they switch they have to type in the password. I know there is a roundabout way where they have to go into the account settings on the phone, type admin, etc. then type in the password that way, but that's not convenient especially considering we have freepbx auto-generate our passwords.

Is there a way to prompt the user to type in a password before switching users?

Without requiring the user to have to enter the actual SIP password for the account I don't think Yealink has any other support for what you're trying to do. As you mentioned your options are basically to require the user to login and change the account configuration, or use the Hot Desk feature which somewhat automates the process but still requires the user to enter the login and password for the SIP account they want to use.

All that being said, you could probably roll your own solution using the XML browser and PushXML. The basic flow would be:
a) Create an XML interface based on the YealinkIPPhoneInputScreen
b) Write your own PBX-side script that would handle the response from the Input screen, do the password verification, and issue a PushXML back to the phone telling it to update it's account configuration to become the alternate extension.

Definitely technically possible, but requires you to be comfortable with scripting and database/asterisk integration.


RE: Multiple Accounts 1 Device - Phonism - 06-14-2017 02:40 PM

If you're using centralized provisioning and your users rotate on a schedule, you could set auto-provision intervals and some server-side magic to switch between serving different configurations between users at given times.

- Daniel


RE: Multiple Accounts 1 Device - Fraukas2 - 06-19-2017 06:12 PM

Hello,

Check if you have the "Hot Desking" service with your current VoIP provider/system. That is exactly what you need.
  • Enter the MAC addresses of the devices and enter the extension available for those MACs.
  • When the user gets to their phones, pick it up, dial a * service and system will ask for their voicemail PIN code.
  • Once entered, phone reboots and get provisionned with the right extension.



RE: Multiple Accounts 1 Device - Jensen_Yealink - 06-22-2017 12:16 PM

(06-05-2017 08:40 PM)Tyler Wrote:  Hey Guys,

Thanks for your help on my previous question. This question is in regards to multiple users to one device (multi-account)

We have a lot of users in our support center and we have enough issues as it is, we are concerned that having the "switch account" button there they will constantly be logged in as the wrong user and causing all sorts of problems with our employee tracking. Is there a way to password protect logging into another account and prompt the password?

Right now I have the programmable key swapping between two extensions which is great and all, but we want it to be every time they switch they have to type in the password. I know there is a roundabout way where they have to go into the account settings on the phone, type admin, etc. then type in the password that way, but that's not convenient especially considering we have freepbx auto-generate our passwords.

Is there a way to prompt the user to type in a password before switching users?

Hi Tyler,

from your describe, we don't support this only via phone side. there are several methods can support this, but they need to support on the server side, that means need to do some change on the server side.
1/ phone local hot desking: this can be the less change on the server side. make the password fixed.
2/ server side hot desking: the phone registered with one public account, dial a special number or access code, then server side response IVR, then type in account and password(this password is set up in advance). after that the phone reboot and the server side push provisioning cfg files to the phone.----done.
after you gonna to leave, it is the similar to Login. then the phone push public account to the phone.
3/ it is like above Jolouis sharing. using XML.
hope this hopes you well.
thank you.