Does anyone have a script for manual wardialer for asterisk? not sure if "wardialer" is the correct term but basically I want to call X number say 555-0000 through 555-0050 and be able to listen to each call and when I hang up or press a key it will dial the next number for me. I guess sort of like "scanning" an exchange but I want to be on the line and if possible complete / talk on certain calls.
> > if "wardialer" is the correct term >this must be a predictive dialer ... which is simply a dialer that dials a list of numbers you supply to him ... then you need to configure if for when to pass the call to you & when to hung up ... vicidial is a good project to start with -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080426/fc038c22/attachment.htm
On Sat, Apr 26, 2008 at 06:41:44PM -0400, Andreas van dem Helge wrote:> Does anyone have a script for manual wardialer for asterisk? not sure > if "wardialer" is the correct term but basically I want to call X > number say 555-0000 through 555-0050 and be able to listen to each > call and when I hang up or press a key it will dial the next number > for me. I guess sort of like "scanning" an exchange but I want to be > on the line and if possible complete / talk on certain calls.core show application Dial ... Options: ... g - Proceed with dialplan execution at the current extension if the destination channel hangs up ... H - Allow the calling party to hang up by hitting the '*' DTMF digit. ... So all that's left for you is to run a loop of 50 Dial-s in the dialplan. -- Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen at xorcom.com +972-50-7952406 mailto:tzafrir.cohen at xorcom.com http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
Andreas van dem Helge wrote:> Does anyone have a script for manual wardialer for asterisk? not sure > if "wardialer" is the correct term but basically I want to call X > number say 555-0000 through 555-0050 and be able to listen to each > call and when I hang up or press a key it will dial the next number > for me. I guess sort of like "scanning" an exchange but I want to be > on the line and if possible complete / talk on certain calls. >I think this is more of a "power" dialer rather than a predictive dialer, which uses a predictive algorithm to pace calling based on current and history data. I think vicidial is capable of both types of dialing I think. -- Warm Regards, Lee
On Sat, Apr 26, 2008 at 10:27 PM, Lee Jenkins <lee at datatrakpos.com> wrote:> Andreas van dem Helge wrote: > > > Does anyone have a script for manual wardialer for asterisk? not sure > > if "wardialer" is the correct term but basically I want to call X > > number say 555-0000 through 555-0050 and be able to listen to each > > call and when I hang up or press a key it will dial the next number > > for me. I guess sort of like "scanning" an exchange but I want to be > > on the line and if possible complete / talk on certain calls. > > > > I think this is more of a "power" dialer rather than a predictive dialer, which > uses a predictive algorithm to pace calling based on current and history data. > > I think vicidial is capable of both types of dialing I think. > > -- > > Warm Regards, > > Lee >I suppose you could write a pretty simple perl (or whatever script) that could continually check the channel status and if idle, create a .call file with NXXNXXXXXX (variable set in script) and then loop it to dial NXXNXXXXXX + 1 or monitor the AMI for the Hangup event. I think Vicidial is a huge overkill for your description of needs. You make it sound as if only one person would be dialing one number at a time and only pause on an answer and only for the duration connected. Thanks, Steve Totaro
<html><body>I could definitely see a use for such a tool.<br><br> <blockquote webmail="1" style="border-left: 2px solid blue; margin-left: 8px; padding-left: 8px;"> -------- Original Message --------<br> Subject: Re: [asterisk-users] Manual Wardialer<br> From: "Steve Totaro" <stotaro@totarotechnologies.com><br> Date: Sun, April 27, 2008 11:37 am<br> To: "Asterisk Users Mailing List - Non-Commercial Discussion"<br> <<a href="mailto:asterisk-users@lists.digium">asterisk-users@lists.digium</a>.com><br> <br> Legalities aside, I could see valid use for such a dialer.<br> <br> If you ran a call center/business and had a couple hundred or even<br> thousands of (sequential) DIDs and you wanted to audit routing, then<br> this would be a good tool.<br> <br> I have seen many unwieldy and gigantic systems that have numbers that<br> go to the wrong department or even dead ends. A contact at ADT has<br> asked for similar functionality.<br> <br> BTW, I will be releasing a dialer under the GPL shortly that has a<br> very low profile, AJAX web interface, and will be able to do just what<br> you want. You will have to upload the numbers to the system as CSV<br> file, but that should be able to create in any spreadsheet program.<br> <br> Thanks,<br> Steve Totaro<br> <br> On Sun, Apr 27, 2008 at 9:23 AM, Matt Florell <<a href="http://email.secureserver.net/pcompose.php#Compose" onclick="Popup.composeWindow('pcompose.php?sendto=astmattf%40gmail.com'); return false;">astmattf<b></b>@gmail.com</a>> wrote:<br>> Hello,<br> ><br> > Sequential auto-dialing like this is pretty much illegal in the USA.<br> > The FTC has specific regulations against this as well as several<br> > states.<br> ><br> ><br> > Obligatory Simpsons reference:<br> > <a href="http://www.internerd.com/frink.retired/frinkv.3/inventions/at5000-2.gif" target="_blank"><a href="http://www.internerd.com/frink.retired/frinkv.3/inventions/at5000-2.gif">http://www.internerd.com/frink.retired/frinkv.3/inventions/at5000-2.gif</a></a><br> > <a href="http://www.snpp.com/episodes/4F01.html" target="_blank"><a href="http://www.snpp.com/episodes/4F01.html">http://www.snpp.com/episodes/4F01.html</a></a><br> ><br> ><br> > MATT---<br> ><br> ><br> ><br> ><br> > On 4/27/08, Arthur <<a href="http://email.secureserver.net/pcompose.php#Compose" onclick="Popup.composeWindow('pcompose.php?sendto=pylinuxian%40gmail.com'); return false;">pylinuxian<b></b>@gmail.com</a>> wrote:<br> > > some people use a "war dialer" to provide call centers with numbers for<br> > > their campaigns ... if number called rings the number is valid if it doesn't<br> > > its invalid & discarded. i wonder if that is legal .. its basically a scan<br> > > of the network for valid numbers (that is potential buyers).<br> > > i once was contacted by a company who offered this kind of service but i<br> > > didn't trust them ... & the numbers without names is ugly.<br> > ><br> ><br> ><br> > > _______________________________________________<br> > > -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank"><a href="http://www.api-digital.com">http://www.api-digital.com</a></a> --<br> > ><br> > > asterisk-users mailing list<br> > > To UNSUBSCRIBE or update options visit:<br> > ><br> > > <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank"><a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a></a><br> > ><br> ><br> > _______________________________________________<br> > -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank"><a href="http://www.api-digital.com">http://www.api-digital.com</a></a> --<br> ><br> > asterisk-users mailing list<br> > To UNSUBSCRIBE or update options visit:<br> > <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank"><a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a></a><br> ><br><br> _______________________________________________<br> -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank"><a href="http://www.api-digital.com">http://www.api-digital.com</a></a> --<br> <br> asterisk-users mailing list<br> To UNSUBSCRIBE or update options visit:<br> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank"><a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a></a><br> </blockquote></body></html>
On Sun, Apr 27, 2008 at 2:26 PM, Arthur <pylinuxian at gmail.com> wrote:> > > I will be releasing a dialer under the GPL shortly that has a > > very low profile, AJAX web interface, and will be able to do just what > > you want. > what programming language will you use under the hood ?I am not the programmer, just the guy funding it but I believe it is C. I can tell you that it is an actual asterisk application (with a conf file) and html for the web interface (and obviously a database). Thanks, Steve Totaro
On Sat, 2008-04-26 at 18:41 -0400, Andreas van dem Helge wrote:> Does anyone have a script for manual wardialer for asterisk? not sure > if "wardialer" is the correct term but basically I want to call X > number say 555-0000 through 555-0050 and be able to listen to each > call and when I hang up or press a key it will dial the next number > for me. I guess sort of like "scanning" an exchange but I want to be > on the line and if possible complete / talk on certain calls.Hrm. I wonder what you could possibly want that for? Do you mind if include my area code and exchange in your script as an exception to your "scanning"? Anyone else care to be on that exception list? Actually, it might be more efficient for me to ask who cares to be on the list to be scanned. Anyone? Anyone at all? ;-) b.
I would say anyone in the USA that is on the donotcall.gov list should also be excluded -- unless you either qualify as an exemption or like paying $10k for each violation. Brian J. Murrell wrote:> On Sat, 2008-04-26 at 18:41 -0400, Andreas van dem Helge wrote: >> Does anyone have a script for manual wardialer for asterisk? not sure >> if "wardialer" is the correct term but basically I want to call X >> number say 555-0000 through 555-0050 and be able to listen to each >> call and when I hang up or press a key it will dial the next number >> for me. I guess sort of like "scanning" an exchange but I want to be >> on the line and if possible complete / talk on certain calls. > > Hrm. I wonder what you could possibly want that for? Do you mind if > include my area code and exchange in your script as an exception to your > "scanning"? Anyone else care to be on that exception list? Actually, > it might be more efficient for me to ask who cares to be on the list to > be scanned. Anyone? Anyone at all? ;-)-- Consulting for Asterisk, Polycom, Sangoma, Digium, Cisco, LAN, WAN, QoS, T-1, PRI, Frame Relay, Linux, and network design. Based near Birmingham, AL. Now accepting clients worldwide.
On Sat, Apr 26, 2008 at 7:13 PM, Brian J. Murrell <brian at interlinx.bc.ca> wrote:> On Sat, 2008-04-26 at 18:41 -0400, Andreas van dem Helge wrote: > > Does anyone have a script for manual wardialer for asterisk? not sure > > if "wardialer" is the correct term but basically I want to call X > > number say 555-0000 through 555-0050 and be able to listen to each > > call and when I hang up or press a key it will dial the next number > > for me. I guess sort of like "scanning" an exchange but I want to be > > on the line and if possible complete / talk on certain calls. >Legal issues aside, have you tried this? http://www.softwink.com/iwar/ Thanks, Matt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080524/5881610c/attachment.htm