- Joined
- Apr 8, 2020
- Messages
- 29
- Reaction score
- 7
Maybe this exist and I just couldn't find anything but I figured I'd post anyway.
Since the Windows app got updated to a new fancy client that appears to be mostly just a bunch of UI changes...it would be really cool if there was a better way for users to actually setup the app. For computer competent people it isn't a hassle really, but there are some minor annoying issues that I think could be solved if the registration was done via sign-in rather than a provisioning file.
Problems with current system:
3cxapp.msi -q -addr fqdn.goes.here [-SSO]
Since the Windows app got updated to a new fancy client that appears to be mostly just a bunch of UI changes...it would be really cool if there was a better way for users to actually setup the app. For computer competent people it isn't a hassle really, but there are some minor annoying issues that I think could be solved if the registration was done via sign-in rather than a provisioning file.
Problems with current system:
- A welcome email is required.
- Normally not an issue. But if a user uses a different computer (Either due to upgrades or user desire), they will be required to find the welcome email from the PBX and drop the provision file to the client. I can almost guarantee you no end user is going to keep that welcome email so it would require the PBX admin to go back into the console and resend the email.
- Some users don't understand how to do it themselves.
- Pretty self-explanatory. Yes it's a simple drag n' drop but in my experience even this may be to complicated for some people.
3cxapp.msi -q -addr fqdn.goes.here [-SSO]
- -q is quietly install the client
- -addr is the fqdn of the PBX
- If -SSO is not supplied, the user would be greeted with a sign-in page as if they were going to use the webclient.
- -SSO is to use SSO sign-in. This would grab the credentials from Windows and use them to authenticate upon launch of the application...no interaction from the user required. I believe this is possible as other programs are capable of this.