- Joined
- Nov 20, 2018
- Messages
- 5
- Reaction score
- 1
Hi,
We have the 3CX Windows phone installed on Microsoft Terminalserver 2008.
I found a way to automatically change the presence status of users on Windows logon.
By running logon script like this:
First the Windows Phone has to be started and logged into 3CX system, then we can set the profile by calltriggercmd.exe
Now we want to do the same when users log off from the server by logoff script.
The problem is, that Windows Phone has to be running and logged into 3CX to run calltriggercmd.exe. But when users logout, the Windows phone gets closed before the logoff script can be performed.
Has anyone an idea how to get presence change working on Windows logoff?
Is there a way to run calltriggercmd.exe without Windows Phone running?
Thanks for help
We have the 3CX Windows phone installed on Microsoft Terminalserver 2008.
I found a way to automatically change the presence status of users on Windows logon.
By running logon script like this:
Code:
"C:\ProgramData\3CXPhone for Windows\PhoneApp\3CXWin8Phone.exe"
timeout /T 15
"C:\ProgramData\3CXPhone for Windows\PhoneApp\calltriggercmd.exe" --set-active-profile=129
Now we want to do the same when users log off from the server by logoff script.
The problem is, that Windows Phone has to be running and logged into 3CX to run calltriggercmd.exe. But when users logout, the Windows phone gets closed before the logoff script can be performed.
Has anyone an idea how to get presence change working on Windows logoff?
Is there a way to run calltriggercmd.exe without Windows Phone running?
Thanks for help