<div><br></div><div>The problem I see with this approach is that you usually do not &quot;just&quot; want to dial out 10 calls at a time, but you will want to keep track of what happened to them and (in case) reschedule them. So Â you will likely need to monitor them over AMI to make sure they went through, and you need to implement some rescheduling logic. </div>
<div><br></div><div>[Shameless plug starts here]</div><div>This was the reason why we started working on Wombat a while ago - to offer something that would handle all this (and more) but leaving you the &quot;Asterisk touch&quot; of being free to program the call handling at the dialplan level, so you would get the best of both worlds. Did I already mention the current beta versions are free? :)</div>
<div>[Shameless plug ends here] </div><div><br></div><div>I am not saying that this is the only correct solution (or it is a correct solution at all) but our almost ten years of Asterisk call-center experience show that what starts out as something quick and simple to plug a hole ends up being a platform :)</div>
<div><br></div><div>Just my two Swiss cents,</div><div>l.</div><div><br></div><br><div class="gmail_quote">2012/9/28 A J Stiles <span dir="ltr">&lt;<a href="mailto:asterisk_list@earthshod.co.uk" target="_blank">asterisk_list@earthshod.co.uk</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Friday 28 September 2012, Patrick Archibald wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; Is there a way to move 100 .call files in to<br>
&gt; /var/spool/asterisk/outgoing/ at once and have Asterisk call at<br>
&gt; maximum 10 at a time?<br>
<br>
</div>Yes: Â Move them in batches of 10. Â Could be as simple as<br>
last if ++$n_files &gt; 9;<br>
if the script is in Perl.<br>
<br>
You know how many calls you can deal with at once; it&#39;s up to you to stay<br>
within your own limits. Â Asterisk just tries its damnedest to do whatever it&#39;s<br>
been told, without imposing any sort of judgement as to whether it&#39;s sane or<br>
wholesome.<br>
<span class="HOEnZb"><font color="#888888"><br>
</font></span></blockquote></div><br clear="all"><br>-- <br><div>Loway - home of QueueMetrics - <a href="http://queuemetrics.com" target="_blank">http://queuemetrics.com</a><br></div><div>Test-drive WombatDialer beta @ <a href="http://wombatdialer.com" target="_blank">http://wombatdialer.com</a>
</div><br>