See attached growl.agi script. Very handy for sending call notifications over the lan to a PC client.

Pretty trivial, but it works.

Growl clients are available for Mac OS X, Windows (snarl & growl for windows) & Linux (mumbles). The Mac version can broadcast notifications to other clients so in that case you only need one target in your dialplan to get the message out.

This AGI script can be used on most versions of asterisk that have PHP installed on the system somewhere.

Place the script in /var/lib/asterisk/agi-bin and mark it as executable (chmod +x)

You can test the script from the shell as it does not depend on Asterisk for anything...:

cd /var/lib/asterisk/agi-bin
./growl.agi 192.168.1.222 growlpw INCOMING_CALL 555-1212

Usage:

exten => 1234,n,AGI(growl.agi,192.168.1.222|growlpw|INCOMING_CALL|$ {CALLERID(all)})








Attachment: growl.agi
Description: Binary data


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to [EMAIL 
PROTECTED]

Reply via email to