Bulk call generation using asterisk

730 views Asked by At

I m trying to generate bulk calls using asterisk, everything is working fine . I am using call files to do this, but the problem is in billing (That i want to save to other database using AGI) . How can i know that the call is answered , unanswered ,Busy, not responding etc. I know about ${DIALSTATUS} but its not working if you generate calls from .call file.

my call file looks like this :


Channel: Dahdi/ch/somenumber
Context: mycontext
Extension: exten
MaxRetries: 3
RetryTime: 40
WaitTime: 25


Let me know what other information you want.

1

There are 1 answers

1
arheops On

You have read asterisk book.

I recomend ORelly's "Asterisk the future of telephony".

You can do outbound call via dialplan by using

Channel: Local/somenumber@somecontext/n

Anyway it is very bad idea create dialler(very complex task actually) yourself with your level of questions. Check vicidial software or other opensource already written diallers