How to make automated calling system with Asterisk

Hi all,

I have to set up automated calling systems. let me to explain my requirement.

  1. I have a telephone line and pc with Asterisk.
  2. I have a mysql data base with caller name , caller name, phone number

So what I need to do, I need to make calls sequentially by using phone numbers which are stored in my mysql database.

How can I do that and how can I write a dialplan for this case.

Please help me. I am very new for the Asterisk platform

Regards
Umanda Jayobandara

  1. create a context to dial a passed number and play a message
  2. create a PERL or PHP stub to read your database and create a call file to reference the context in #1
    I used PERL and Asterisk::Manager to do this pretty successfully.