Hi, i am VERY new to asterisk, and was wondering how to do something in it.
I have a client area for business clients, and want to implement a “callback” feature, where they click a link, it sends me a pre-recorded message saying “There is a callback required. Please check admin area” or something like that (obviously i would record it myself).
I was wondering how i could implement this VIA a web-interface. E.G: using PHP (preferable) or PERL
You can do this using php, to interact with Asterisk use the phpagi classes, phpagi.sourceforge.net/ .
For more help please explain what do you mean by “message”, perhaps an email message ?