Seite 1 von 1

VLC auto-pause bei Anruf...

Verfasst: Di 3. Feb 2009, 14:16
von dh1jc
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.

Verfasst: Di 3. Feb 2009, 18:05
von FJ
MyPhoneExplorer braucht den vollen Pfad, ich glaub bei dir fehlt das .exe hinter curl. Probiers mal so:
OnAcceptedCall=c:\Windows\curl.exe -s "http://localhost:8080/requests/status.xml?command=pl_pause"

Verfasst: Mi 4. Feb 2009, 08:25
von dh1jc
FJ hat geschrieben:... ich glaub bei dir fehlt das .exe hinter curl. Probiers mal so: ...
Man ist so schreibfaul ;) das wars.

OK, nu nur die passende kombination finden, das er bei incoming pause macht, aber bei accept nicht wieder play.. hehe


Danke,