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


GSM-SMS documentation  | view source Contained in the GSM-SMS distribution.

Index


NAME

Top

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

DESCRIPTION

Top

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.

METHODS

Top

new - Constructor
  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
  );

get_info - Return info about the transport
send - Send a (PDU encoded) message
receive - Receive a PDU encoded message
close
ping - A ping command .. just return an informative string on success

AUTHOR

Top

Johan Van den Brande <johan@vandenbrande.com>


GSM-SMS documentation  | view source Contained in the GSM-SMS distribution.