The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Monitoring::Spooler::Transport::Sipgate - a monitoring spooler transport for the sipgate service

SYNOPSIS

    use Monitoring::Spooler::Transport::Sipgate;
    my $Mod = Monitoring::Spooler::Transport::Sipgate::->new();

DESCRIPTION

The class implements a text transport using the provider sipgate.

METHODS

run

This method takes the two arguments destination number and message and tries to send a text message using this providers XMLRPC API.

NAME

Monitoring::Spooler::Transport::Sipgate - Sipgate text transport

CONFIGURATION

Two only two required constructor arguments are the username and the password.

AUTHOR

Dominik Schulz <tex@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Dominik Schulz.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.