
GSM::SMS::Transport::MCube - HTTP access to the MCube SMS center

Implements a ( send-only ) transport for the MCube ss7 SMS gateway. Please visit www.mcube.be for getting an account.
Also can do PDU messages and as such can be used to send NBS messages.

my $mcube = GSM::SMS::Transport::MCube->new(
-name=> $name_of_transport,
-proxy=> $http_proxy,
-userid=> $userid_credential_for_mcube,
-password=> $password_credential_for_mcube,
-originator=> $originator,
-smsserver=> $primary_novelsoft_sms_server,
-match=> $matching_regex_for_allowed_msisdn
);

Johan Van den Brande <johan@vandenbrande.com>