How to query the current active status with CallTriggerCmd.exe?

Status
Not open for further replies.

snv-it

Joined
May 4, 2016
Messages
7
Reaction score
0
We can set the users active status to "Availabel" during windows login by a CallTriggerCmd.exe call (even if the varying profile numbers are a pain...)
Is it also possible to query the current active status with CallTriggerCmd.exe on logout? We would like to put 'Away', but only if current status is 'Available'.
The Help does not show any corresponding command, but perhaps there is something undocumented.
Thanks, Chris
 
Hi there,
See in the 3CXPhone API documentation (http://www.3cx.com/blog/docs/3cxphone-for-windows-api/), the MyPhonePlugins.UserProfileStatus class which have properties ProfileId and IsActive and the event MyPhonePlugins.CurrentProfileChangedEventArgs to track changes.
 
Status
Not open for further replies.