Need help with dialler

Hey,

Can anyone point me in the right direction , to a program or aplication that can sit on my opening internet facing web server and act as a direct connection to our autoattendant, just a small click me link or something to call direct to our operators.??

via iax- or sip - Prefer to use iax- works better with our firewalls and routers,

im running a fully working * server, i dont want the web user to be able to access any trunks ,

Ive seens lots of progs around here for predictive diallers and such, but they seem to extensive for my needs,

Thanks in advance.

Cequra

If you have web/PHP skills you may create this type of application using phpagi.sourceforge.net. As what you need to do is use the Asterisk Manager API via the PHP library provided there:

phpagi.sourceforge.net/phpagi2/docs/

And you may come up with something relatively quickly.