Think about Asterisk callfiles.
what you’ve to do actually is to use php to automatically generate a call file based on values entered by your user.
have a look here: voip-info.org/tiki-index.php … o-dial+out
Thanks. This would work for something like wakeup calls etc etc.
But, to make it easier I’m planning to pull the data’s of the caller like his client id ( Unique for each person ), his personal number and address…blah blah.
All I’m trying to do is call the person and alert him/her for the date and time I enter in the php that has been saved in db on submit.
P.S: The main concept is making calls to all students( 10-15 ) at same time, who belong to a particular course, about the cancellation of class due to valid reason, the call might be for immediate or future calls. Also the call is to analog phone through asterisk installed in my Ubuntu-9.04 server.