The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

GSM::SMS::OTA::Config

DESCRIPTION

Create an "over the air" configuration message to configure a WAP telephone with a proper setting. I only tested this one on Nokia phones (7110). This is very useful to "bulk configurate" WAP telephones.

METHODS

OTAConfig_makestream

$stream = OTAConfig_makestream(
				$bearer,
				$connection,
				$auth,
				$type,
				$speed,
				$proxy,
				$home,
				$uid,
				$pwd,
				$phone,
				$name
				);

$bearer:
	CSD | SMS

$connection:
	TEMPORARY | CONTINUOUS

$auth:
	PAP | CHAP

$type:
	ISDN | ANALOGUE

$speed:
	9600 | 14400 | AUTO

$proxy:
	IP address of wap gateway to use

$home:
	URL of home address

$uid:
	Username for dialin authentication

$pwd:
	Password for dialin authentification

$phone:
	Phone number to dial for dial-in connection

$name:
	Nick name you can give for this connection

AUTHOR

Johan Van den Brande <johan@vandenbrande.com>