NAME
VOIP::VOIPBuster - Makes (limited) calls using VOIPBuster.
VERSION
Version 0.02
SYNOPSIS
use VOIP::VOIPBuster;
my ($me, $you) = qw(two international phone numbers);
my $v = VOIP::VOIPBuster->new(from => $me, to => $you);
$v->call;
## OR ##
VOIP::VOIPBuster::call(
from => $me,
to => $you
);
METHODS
- new
-
Creates a new VOIP::VOIPBuster object. Called automatically by call() if call() is called as a function rather than a method.
- call
-
Places a call, taking either no arguments (called on an object) or two (called as a function, with "from" and "to" number strings) or four (called as a function, with new()-style arguments. See
SYNOPSIS
.
AUTHOR
Darren Kulp, <darren at kulp.ch>
BUGS
Please report any bugs or feature requests to bug-voip-voipbuster at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=VOIP-VOIPBuster. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc VOIP::VOIPBuster
You can also look for information at:
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
RT: CPAN's request tracker
Search CPAN
ACKNOWLEDGEMENTS
The VOIPBuster service at http://www.voipbuster.com/
COPYRIGHT & LICENSE
Copyright 2006 Darren Kulp, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.