[asterisk-users] OT - robo dialer

Chris Bennett chris at cgb1911.mine.nu
Thu May 3 22:10:35 MST 2007


Hi Doug,

> Can anyone suggest a source for a free robot dialer or examples? I need to
> do some non-commercial auto dialing using Asterisk. Simple phone numbers
> in a file, line by line format.
> 
> I found one called AstAutoDiaker but I was not able to get it to work and
> it appears to not be supported - no email response from author.

If you are comfortable with Perl (programming language), or have
access to somebody who is, you could get something working with the
CPAN module Net::SIP ..
  http://search.cpan.org/~sullr/Net-SIP-0.26/

Amongst other things, it can be a 'phone' with the module
Net::SIP::Endpoint. 
  http://search.cpan.org/~sullr/Net-SIP-0.26/lib/Net/SIP/Endpoint.pod

I havn't used it myself as yet but intend to in the next few months.
If your requirements are for unattended dialling then you might find
this option more flexible since you can make it do exactly what you
want.

Good luck with it anyhow! :)

Regards,

Chris Bennett


More information about the asterisk-users mailing list