Sequential Dial Plan

Hey. I have to make a sequential call policy with python. I want to select multiple numbers from my database and and then I have to call these number is a sequential order. Please anyone have the solution.

Write a python script to read the records for those numbers (in whatever order you want) and ask Asterisk to dial those numbers using AMI or Callfile.

Note that there’re a lot more efforts involved than my single line answer. My answer is basically to get you started thinking. (You haven’t specified weather you wish to dial those numbers in sequential order in one go, without checking the status of number which was dialled first OR Dial first number, perform some actions based on the dialstatus of that number and then go for next number)
You should have basic knowledge of how Asterisk works and how you can talk to Asterisk from third party applications using AMI or Callfiles

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.