Displaying 1 result from an estimated 1 matches for "multicallagi".
2007 Apr 24
3
auto dial out multiple destinations
...ultiple
simultaneous calls through a group of zap channels
(5-10 calls). When the called parties answer, Asterisk
should simply play a message and hangup.
So I was thinking that I could simply add this in
extensions.conf:
exten => 844844,1,Playback(multicall-activated)
exten => 844844,2,agi(multicallagi.php)
exten => 844844,3,Hangup
Then the AGI script would simply create a call file
for each destination number and the format would be
something like this:
Channel: Zap/g0/5555555
MaxRetries: 2
RetryTime: 10
WaitTime: 5
Application: Playback
Data: soundfile
However, Asterisk doesn't wait f...