The easiest way I found was to use an expect script (TCL plugin) and set it
up to dial the Telstra SMS number (forgotten off hand the number). You use
the expect script to connect to your modem through cu, dial the number and
send the message which we pass in on the command line. The only cost for
this is the local call.
ie ./smssend +61418123456 "Message text"
The expect script handle the connection to you modem, dialling the number
and sending the info at the appropriate times.
Sending to Optus is a bit harder. First you have to pay to get the product
Fleet Page setup. Fleet page uses a certain protocol (TAP or something from
memory). This involves looking at the message length and calculating
checksum values, it s a little tricky and the optus staff aren't any help.
If you are interested in the expect script approach let me know and I will
send it over.
Sean Jackson
----- Original Message -----
From: "Stefan Nantz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, August 26, 2000 7:39 PM
Subject: [SLUG] SMS mesages to mobiles
> Hello All,
>
> dose anybody knwo hoe to send a SMS messages from a linux box to and SMS
mobile
> like telstrat or optus ???
>
> Thanks very much
>
> Stefan
>
>
> --
> SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
> More Info: http://slug.org.au/lists/listinfo/slug
>
--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug