A little confused

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 ?

Cheers.

Marco Bruni

well, i am wanting a call to be sent to my cell phone with a pre-recorded message (e.g: a sound file)

well, i am wanting a call to be sent to my cell phone with a pre-recorded message (e.g: a sound file). Similar to wheresmycellphone.com/

Ok, so you need to use the manager action “originate”, look here to know more: voip-info.org/wiki/view/Aste … +Originate .

Cheers.

Marco Bruni