Network Caller*ID notification application module for asterisk
(c)2004,2005 Sven Slezak <sunny@mezzo.net>
Version: 0.9

Notify is an asterisk application for client notification.
You can send messages to clients over the network.
An Asterisk notification client for Mac OS-X can be downloaded from http://mezzo.net/asterisk/
That client supports Text2Speech, AddressBook, iCal, Bonjour, Growl.

The syntax for Notify in extensions.conf is as follows:

Notify(<cidnum>,<cidname>,<extension>/<hostname>[:port(default:40000)])


EXAMPLE:
exten => s,1000,Notify(${CALLERIDNUM},${CALLERIDNAME},${EXTEN}/sunnybook)
exten => s,1001,Notify(${CALLERIDNUM},${CALLERIDNAME},${EXTEN}/windfeebook)

HOW TO COMPILE?

You need the iconv library and header file (included in glibc-headers).
And of course the Asterisk pbx compiled and installed.

Unpack the package:
tar -xzf app_notify-0.9.tgz

and run:
make install

Restart asterisk or load the application with: 
load app_notify.so

you're done. 'show application Notify' should print the description.
