Gastify is a client for app_notify, an asterisk extension. It sits in the notification-area of the gnome-panel and displays a libnotify popup when a call arrives. Beside it logs all calls.
Features
- an libnotify popup for incoming calls
- a click on the statusicon opens a call-history
Download
You can download the actual release of gastify here.
If you want to grab the source from svn please have a look there.
Dependencies
- app_notify running and properly configured on the asterisk server (see hint)
- gtk+ >= 2.10, glade >= 3.0, libnotify >= 0.4.2
Install
./configure
make
make install
Usage
just run gastify in a terminal
gastify --help gives you some options.
Hint
if you use freepbx to maintain your asterisk server:
- add this to extensions_custom.conf:
[from-internal-custom]
exten => 999,1,Notify(${CALLERIDNUM},${CALLERIDNAME},${EXTEN}/<hostWhereGastifyIsRunningOn>)
exten => 999,2,Dial(SIP/${EXTEN},10) - replace the red fields with your own choice
- add 999# to the extensionlist of a ringroup
