GSM::SMS::OTA::RTTTL - Convert RTTTL composed songs to Nokia Smart Messaging Specs


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

Index


NAME

Top

GSM::SMS::OTA::RTTTL - Convert RTTTL composed songs to Nokia Smart Messaging Specs

SYNOPSIS

Top

use GSM::SMS::OTA::RTTTL;

my $tone = OTARTTTL_makestream("<rtttl string>"); my $port = OTARTTTL_PORT;

DESCRIPTION

Top

This converts RTTTL strings into a binary format, ready to get send to a mobile phone. For the moment it assumes:

METHODS

Top

OTARTTTL_makestream

        $stream = OTARTTTL_makestream( $rtttl_string );

Create a RTTTL stream from a RTTTL syntax string.

OTARTTTL_PORT

NSB Port number for a RTTTL message.

AUTHORS Johan Van den Brande <johan@vandenbrande.com> David Wright <david@hybyte.com>

Top


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