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

NAME

nonoh - connect nonoh calls and and other betamax providers

VERSION

version 0.1

SYNOPSIS

    # check balance:
    nonoh SERVICE USER PASS

    # connect call
    nonoh SERVICE USER PASS FROM TO

    # send SMS
    nonoh SERVICE USER PASS FROM TO MESSAGE

DETAILED USAGE

SERVICE must be the servername of the provider, e.g. nonoh.net or voipbuster.com

USER and PASS are your username and password with them.

FROM and TO should be given in international format, e.g +49123456 or +33456789

MESSAGE must be quoted to protect it from the shell argument splitting!

to set some defaults, you can create a ~/.nonohrc file with the following content:

    qw{ nonoh.net yourusername yourpassword }

this file is loaded in as Perl code if you specify the first argument as empty string, like this:

    # check balance, using credentials from ~/.nonohrc
    nonoh ''

    # make call
    nonoh '' +49123456 +33456789

AUTHOR

Ailin Nemui <ailin at devio dot us>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Ailin Nemui.

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