Jump to content

Differentiate between disabled users and call routing users


neville

Recommended Posts

Hello Neville,

 

in both cases the UserEntryBase.Locked property is set (true).

 

The difference between a regular user and an ECR user is, if he has any login allowed or configured (Windows, SIP, SwyxPhone). 

 

For Windows and SIP you check can the the following properties:

  • UserEntryBase.WindowsLoginAllowed
  • UserEntryBase.SIPLoginAllowed

For SwyxPhones you just check, if a pin is configured:

  • UserEntryBase.LanPhonePin

 

I haven't checked this in code by myself, but that's what I understand from the API.

 

Regards, Tom.

Link to comment
Share on other sites


Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and have taken note of our Privacy Policy.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.