Hi,
ich benutze folgende Event Handlers:
[EventHandlers]
OnConnectionLost=c:\Windows\System32\rundll32.exe user32.dll,LockWorkStation
OnAcceptedCall=c:\Windows\curl -s "http://localhost:8080/requests/status.xml?command=pl_pause"
OnIncomingCall=c:\Windows\curl -s "http://localhost:8080/requests/status.xml?command=pl_pause"
OnOutgoingCall=c:\Windows\curl -s "http://localhost:8080/requests/status.xml?command=pl_pause"
OnEndedCall=c:\Windows\curl -s "http://localhost:8080/requests/status.xml?command=pl_pause"
und der VLC hat zusaetzlich das HTTP interface aktiviert.
der aufruf curl ... auf der commando Zeile funktioniert tadellos.
Ebenso das reagieren von MPE auf eingehende Anrufe (Popup) nur wird der curl nicht aufgerufen... somit der vlc nicht stumm geschaltet.
Schade.
Jemand eine Idee?
PS: Das WorkstationLock funktioniert.