| GSM-SMS documentation | view source | Contained in the GSM-SMS distribution. |
GSM::SMS::OTA::RTTTL - Convert RTTTL composed songs to Nokia Smart Messaging Specs
use GSM::SMS::OTA::RTTTL;
my $tone = OTARTTTL_makestream("<rtttl string>"); my $port = OTARTTTL_PORT;
This converts RTTTL strings into a binary format, ready to get send to a mobile phone. For the moment it assumes:
$stream = OTARTTTL_makestream( $rtttl_string );
Create a RTTTL stream from a RTTTL syntax string.
NSB Port number for a RTTTL message.
| GSM-SMS documentation | view source | Contained in the GSM-SMS distribution. |