On Friday 28 September 2012, Patrick Archibald wrote:
> Hi,
> 
> Is there a way to move 100 .call files in to
> /var/spool/asterisk/outgoing/ at once and have Asterisk call at
> maximum 10 at a time?

Yes:  Move them in batches of 10.  Could be as simple as
last if ++$n_files > 9;
if the script is in Perl.

You know how many calls you can deal with at once; it's up to you to stay 
within your own limits.  Asterisk just tries its damnedest to do whatever it's 
been told, without imposing any sort of judgement as to whether it's sane or 
wholesome.


-- 
AJS

Answers come *after* questions.

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to