login | register
Sun 12 of Oct, 2008 [17:53 UTC]

voip-info.org

Asterisk cmd Notify

Created by: szunny,Last modification on Thu 30 of Nov, 2006 [10:19 UTC]

Notify


Synopsis

Network Notification Application for use in the Asterisk dialplan.
Announce a callers name to your desktop pc. (so you know if it's worth jumping for the phone ;-))

A UNIX client is included in the package.
A Mac OS-X client can be downloaded from http://mezzo.net/asterisk.
This client supports Growl, AddressBook, iCal, Text2Speech, Bonjour
A client for the gnome desktop is available at http://gastify.googlepages.com.


Description

 Notify(<callers phone number>|<callers name>|<called extension>/<hostname>[:port(default:40000)])

Example
 exten => s,1,Notify(${CALLERIDNUM}|${CALLERIDNAME}|${EXTEN}/sunnybook)
 exten => s,2,Notify(${CALLERIDNUM}|${CALLERIDNAME}|${EXTEN}/windfeebook)


Return values

Always returns 0.

Version information

Notify() is not included in Asterisk releases or CVS, it's a third party application.

See also



Go back to Asterisk


Comments