Hi,
I set up a program to get executed on 'incoming call', which should
pause itunes. The program works if I call it from the command line. It
is executable and I call it by full qualified path. The program
consists of:
#!/bin/sh
/usr/bin/osascript -e 'tell application "iTunes"' -e "pause" -e "end tell"
Yet it does not get called on an incoming call.
The configuration setting looks correct, doesn't it? Is is configured
via GUI not config files
$ grep itunes Library/Application\
Support/Jitsi/sip-communicator.properties
net.java.sip.communicator.impl.notifications.eventType1435306782686.actions.actionType1439475467406.commandDescriptor=/Users/andreas/bin/itunes_pause
I haven't tried on another platform. Any ideas?
Best,
Andreas