<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:st1="urn:schemas-microsoft-com:office:smarttags" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]--><o:SmartTagType
 namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="State"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="City"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="place"/>
<!--[if !mso]>
<style>
st1\:*{behavior:url(#default#ieooui) }
</style>
<![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Verdana;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:blue;
        text-decoration:underline;}
p
        {mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman";}
p.ecmsonormal, li.ecmsonormal, div.ecmsonormal
        {mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman";}
p.ecmsonormal1, li.ecmsonormal1, div.ecmsonormal1
        {mso-margin-top-alt:auto;
        margin-right:0in;
        margin-bottom:0in;
        margin-left:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
span.ecmsohyperlink1
        {color:blue;
        text-decoration:underline;}
span.ecmsohyperlinkfollowed1
        {color:blue;
        text-decoration:underline;}
span.ecemailstyle181
        {font-family:Arial;
        color:navy;}
span.EmailStyle26
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=blue>

<div class=Section1>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>That would be a qualified yes.&nbsp; The
problem you will face is this;&nbsp; Say you want to do 1000 calls and you have 25
lines you can use.&nbsp; If you dump all 1000 calls into
/var/spool/asterisk/outgoing at once, asterisk will try to process all 1000 at
once, which will lead to some problems.&nbsp;&nbsp; The way to accommodate this is to &#8220;plan&#8221;
your calls in such a way as they can process in groups.&nbsp; Let&#8217;s say that you
expect each automated call to take 3 minutes.&nbsp; You could set up a job to
release 25 files every 3 minutes to /v/s/a/o and would mostly be running well.&nbsp;
Of course some calls will last longer and some shorter, but pbx_spool will take
care of that easily as long as the load isn&#8217;t too great.&nbsp; You could even do
30-35 calls to account for hangups, etc.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<div>

<div class=MsoNormal align=center style='text-align:center'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>

<hr size=2 width="100%" align=center tabindex=-1>

</span></font></div>

<p class=MsoNormal><b><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>From:</span></font></b><font size=2
face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'> asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] <b><span style='font-weight:
bold'>On Behalf Of </span></b>Sanjoy Rath<br>
<b><span style='font-weight:bold'>Sent:</span></b> Tuesday, August 25, 2009
11:23 AM<br>
<b><span style='font-weight:bold'>To:</span></b> Asterisk-Users<br>
<b><span style='font-weight:bold'>Subject:</span></b> Re: [asterisk-users]
Asterisk Autodialer</span></font><o:p></o:p></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Verdana><span style='font-size:10.0pt;
font-family:Verdana'>Hi Danny,<o:p></o:p></span></font></p>

<div>

<p class=MsoNormal><font size=2 face=Verdana><span style='font-size:10.0pt;
font-family:Verdana'><o:p>&nbsp;</o:p></span></font></p>

</div>

<div>

<p class=MsoNormal><font size=2 face=Verdana><span style='font-size:10.0pt;
font-family:Verdana'>Thanks so much for your response. I have used call files
to autodial too. Can this be used for large volume calls?&nbsp;<o:p></o:p></span></font></p>

</div>

<div>

<p class=MsoNormal><font size=2 face=Verdana><span style='font-size:10.0pt;
font-family:Verdana'><o:p>&nbsp;</o:p></span></font></p>

</div>

<div>

<p class=MsoNormal><font size=2 face=Verdana><span style='font-size:10.0pt;
font-family:Verdana'>Thanks,<o:p></o:p></span></font></p>

</div>

<div>

<p class=MsoNormal style='margin-bottom:12.0pt'><font size=2 face=Verdana><span
style='font-size:10.0pt;font-family:Verdana'>Sanjoy.&nbsp;<o:p></o:p></span></font></p>

<div class=MsoNormal align=center style='text-align:center'><font size=2
face=Verdana><span style='font-size:10.0pt;font-family:Verdana'>

<hr size=2 width="100%" align=center id=stopSpelling>

</span></font></div>

<p class=MsoNormal style='margin-bottom:12.0pt'><font size=2 face=Verdana><span
style='font-size:10.0pt;font-family:Verdana'>From: danny@debsinc.com<br>
To: asterisk-users@lists.digium.com<br>
Date: Tue, 25 Aug 2009 11:07:04 -0500<br>
Subject: Re: [asterisk-users] Asterisk Autodialer<o:p></o:p></span></font></p>

<div>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Here is my .02;&nbsp; There are basically
(but not only) two ways to &#8220;auto-dial&#8221; from asterisk.&nbsp; You can use Asterisk
Manager or create a set of call files to use the pbx_spool function.&nbsp; I&#8217;m
more familiar with the latter.&nbsp; If you &#8220;dump&#8221; a set of call files,
Asterisk will try to do them all at once and respool them until it can satisfy
the request.&nbsp; You can &#8220;help&#8221; by touching the files with a future date so *
will try to process them more smoothly.&nbsp; There is a reasonably nice PERL
module called Asterisk::Outgoing, but you&#8217;ll have to tweak it to use the time
functionality.</span></font><font size=2 face=Verdana><span style='font-size:
10.0pt;font-family:Verdana'><o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>&nbsp;</span></font><font size=2
face=Verdana><span style='font-size:10.0pt;font-family:Verdana'><o:p></o:p></span></font></p>

<div>

<div class=MsoNormal align=center style='text-align:center'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>

<hr size=2 width="100%" align=center>

</span></font></div>

<p class=MsoNormal><b><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>From:</span></font></b><font size=2
face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'>
asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] <b><span style='font-weight:
bold'>On Behalf Of </span></b>Sanjoy Rath<br>
<b><span style='font-weight:bold'>Sent:</span></b> Tuesday, August 25, 2009
10:48 AM<br>
<b><span style='font-weight:bold'>To:</span></b> Asterisk-Users<br>
<b><span style='font-weight:bold'>Subject:</span></b> Re: [asterisk-users]
Asterisk Autodialer</span></font><font size=2 face=Verdana><span
style='font-size:10.0pt;font-family:Verdana'><o:p></o:p></span></font></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>&nbsp;</span></font><font size=2 face=Verdana><span style='font-size:
10.0pt;font-family:Verdana'><o:p></o:p></span></font></p>

<p class=MsoNormal style='margin-bottom:12.0pt'><font size=2 face=Verdana><span
style='font-size:10.0pt;font-family:Verdana'>Alex,<br>
&nbsp;<br>
You are&nbsp;right. My questions are probably wide open.&nbsp;I probably would
have more specific. Any help I get would be great; if not I will figure it out
myself :).<br>
&nbsp;<br>
Steve, Geraint - It was kind of you both&nbsp;to respond back. Thanks guys for
your response.&nbsp; :)<br>
&nbsp;<br>
I am dCAP trained but just like anything else you do not get
everything/anything you want from there.<br>
&nbsp;<br>
Anyways I checked VOIP-info.org the information there was pretty basic. I was
trying to get some more insight to this autodialer stuff. If there is something
I can take leverage of that will be great (because I do not want reinvent the
wheel) or else (as sadi before) I will figure out. <br>
&nbsp;<br>
Thanks,<br>
Sanjoy.<br>
&nbsp;<br>
&gt; Date: Tue, 25 Aug 2009 11:24:36 -0400<br>
&gt; From: abalashov@evaristesys.com<br>
&gt; To: asterisk-users@lists.digium.com<br>
&gt; Subject: Re: [asterisk-users] Asterisk Autodialer<br>
&gt; <br>
&gt; If you don't see why you are getting replies of this colour, you must <br>
&gt; have an ingrained inability to understand what does and does not <br>
&gt; constitute a question of a manageable scope. It must be sufficiently <br>
&gt; narrow and specific in order to be realistically addressable in this <br>
&gt; forum.<br>
&gt; <br>
&gt; You can't just say, &quot;Teach me everything there is to know about <br>
&gt; automatic dialers.&quot; Nobody's going to do that.<br>
&gt; <br>
&gt; Sanjoy Rath wrote:<br>
&gt; <br>
&gt; &gt; Thanks Steve for helpful reply. <br>
&gt; &gt; <br>
&gt; &gt; Cheers,<br>
&gt; &gt; SR.<br>
&gt; &gt; <br>
&gt; &gt;
------------------------------------------------------------------------<br>
&gt; &gt; Date: Tue, 25 Aug 2009 10:26:37 -0400<br>
&gt; &gt; From: stotaro@first-notification.com<br>
&gt; &gt; To: asterisk-users@lists.digium.com<br>
&gt; &gt; Subject: Re: [asterisk-users] Asterisk Autodialer<br>
&gt; &gt; <br>
&gt; &gt; <br>
&gt; &gt; <br>
&gt; &gt; On Tue, Aug 25, 2009 at 10:04 AM, Sanjoy Rath
&lt;sanjoy_rath@hotmail.com <br>
&gt; &gt; &lt;mailto:sanjoy_rath@hotmail.com&gt;&gt; wrote:<br>
&gt; &gt; <br>
&gt; &gt; Hello,<br>
&gt; &gt; <br>
&gt; &gt; I am developing an asterisk autodialer. I am looking for the<br>
&gt; &gt; following information:<br>
&gt; &gt; <br>
&gt; &gt; 1. Detailed Configuration Documentation for Asterisk Autodialer<br>
&gt; &gt; 2. Volume Testing Strategy<br>
&gt; &gt; 3. Lessons Learnt from past Asterisk Autodialer configuration<br>
&gt; &gt; 4. What are the different asterisk autodialer functionality that<br>
&gt; &gt; have been implemented<br>
&gt; &gt; <br>
&gt; &gt; Your response will be appreciated.<br>
&gt; &gt; <br>
&gt; &gt; Thanks,<br>
&gt; &gt; Sanjoy.<br>
&gt; &gt; <br>
&gt; &gt; <br>
&gt; &gt; How are you developing anything when you are asking for not just tips
<br>
&gt; &gt; but EVERYTHING!<br>
&gt; &gt; <br>
&gt; &gt; Hire a consultant or go to that nerdvittles article.<br>
&gt; &gt; <br>
&gt; &gt; -- <br>
&gt; &gt; Thanks,<br>
&gt; &gt; Steve Totaro<br>
&gt; &gt; +18887771888 (Toll Free)<br>
&gt; &gt; +12409381212 (Cell)<br>
&gt; &gt; +12024369784 (Skype)<br>
&gt; &gt; <br>
&gt; &gt;
------------------------------------------------------------------------<br>
&gt; &gt; More storage. Better anti-spam and antivirus protection. Hotmail
makes <br>
&gt; &gt; it simple. &lt;http://go.microsoft.com/?linkid=9671352&gt;<br>
&gt; &gt; <br>
&gt; &gt; <br>
&gt; &gt;
------------------------------------------------------------------------<br>
&gt; &gt; <br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; -- Bandwidth and Colocation Provided by http://www.api-digital.com --<br>
&gt; &gt; <br>
&gt; &gt; AstriCon 2009 - October 13 - 15 <st1:place w:st="on"><st1:City w:st="on">Phoenix</st1:City>,
 <st1:State w:st="on">Arizona</st1:State></st1:place><br>
&gt; &gt; Register Now: http://www.astricon.net<br>
&gt; &gt; <br>
&gt; &gt; asterisk-users mailing list<br>
&gt; &gt; To UNSUBSCRIBE or update options visit:<br>
&gt; &gt; http://lists.digium.com/mailman/listinfo/asterisk-users<br>
&gt; <br>
&gt; <br>
&gt; -- <br>
&gt; Alex Balashov - Principal<br>
&gt; Evariste Systems<br>
&gt; Web : http://www.evaristesys.com/<br>
&gt; Tel : (+1) (678) 954-0670<br>
&gt; Direct : (+1) (678) 954-0671<br>
&gt; <br>
&gt; _______________________________________________<br>
&gt; -- Bandwidth and Colocation Provided by http://www.api-digital.com --<br>
&gt; <br>
&gt; AstriCon 2009 - October 13 - 15 <st1:place w:st="on"><st1:City w:st="on">Phoenix</st1:City>,
 <st1:State w:st="on">Arizona</st1:State></st1:place><br>
&gt; Register Now: http://www.astricon.net<br>
&gt; <br>
&gt; asterisk-users mailing list<br>
&gt; To UNSUBSCRIBE or update options visit:<br>
&gt; http://lists.digium.com/mailman/listinfo/asterisk-users<o:p></o:p></span></font></p>

<div class=MsoNormal align=center style='text-align:center'><font size=2
face=Verdana><span style='font-size:10.0pt;font-family:Verdana'>

<hr size=2 width="100%" align=center>

</span></font></div>

<p class=MsoNormal><font size=2 face=Verdana><span style='font-size:10.0pt;
font-family:Verdana'>Attention all humans. We are your photos. <a
href="http://go.microsoft.com/?linkid=9666046">Free us.</a><o:p></o:p></span></font></p>

</div>

</div>

<p class=MsoNormal><font size=2 face=Verdana><span style='font-size:10.0pt;
font-family:Verdana'><o:p>&nbsp;</o:p></span></font></p>

<div class=MsoNormal align=center style='text-align:center'><font size=2
face=Verdana><span style='font-size:10.0pt;font-family:Verdana'>

<hr size=2 width="100%" align=center>

</span></font></div>

<p class=MsoNormal><font size=2 face=Verdana><span style='font-size:10.0pt;
font-family:Verdana'>Attention all humans. We are your photos. <a
href="http://go.microsoft.com/?linkid=9666046" target="_new">Free us.</a><o:p></o:p></span></font></p>

</div>

</body>

</html>