rccapi calls
Hi
I currently have an api that uses the rccapi to make calls. I am currently using a waiting queue object to make these calls and experience a time delay when I want to call multiple people. In the class that makes the calls extended by AppPlatform\FinitStateAutomaton I return "ringt" when $msg->msg == 'r-alert', as I want to know if the person got called up. For each person it takes a bit under 10 seconds to return to the intial place where I make the api call.
1. As mentioned above I want to make multiple calls at the same time or with little to no time delay. Currently takes 3 minutes to call 17 people.
2. Is there a wait to limit the amount of time spent on each call without adjust the overall pbx settings. I.e. not going to voice mail which leads to longer delays?
Best regards,
Khalil