I asked:
> I downloaded and installed the sendsms scripts. They work fine for pele-phone,
> but only work about 30% of the time for Orange.
>
> I get the message "Sent successfully." in the log, but nothing happens on
> the phone.
I found the answer. Walla will accept a message with quotes " ' or a pound
sign # in it and "send it sucessfully", but it will not go anywhere.
I added the following line to the sendsms script where I thought appropriate.
$message =~ tr /"'#/---/;
Which changes the unwanted characters to hyphens.
--
Geoffrey S. Mendelson
Bloomberg L.P., BFM (Israel) 2 hours ahead of London, 7 hours ahead of New York.
Tel: 972-(0)3-754-1158 Fax 972-(0)3-754-1236 Email: [EMAIL PROTECTED]
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]