On Wed, Sep 03, 2003, Alon Altman wrote about "sendsms pelephone support":
> Hi,
>   Support for pelephone website 194.90.157.8 was dropped. New pelephone
> support should be written using web interface or ICQ.
> 
>   Alon

"should"? :)
Is this wishful thinking? Your own TODO list? A personal request from me (in
which case why did you CC it to the list?)?

Anyway, as I already told you in private, using the same ICQ interface that
sendsms already uses for Cellcom works for Pelephone too. I've known this
for a few weeks, but did not release a new version yet - sorry. I'll try to
do that soon.

In the meantime, here's a quick fix:

change the line

if($phonenum =~ m/^0(5[238]|64)[0-9][0-9][0-9][0-9][0-9][0-9]$/){

into

if($phonenum =~ m/^0(5[238]|64|5[016]|68)[0-9][0-9][0-9][0-9][0-9][0-9]$/){

and the line

  if($args{phonenum} !~ m/^0(5[238]|6[45])[0-9][0-9][0-9][0-9][0-9][0-9]$/){

into

  if($args{phonenum} !~ m/^0(5[238]|6[45]|5[016]|68)[0-9][0-9][0-9][0-9][0-9][0-9]$/){




-- 
Nadav Har'El                        |        Thursday, Sep 4 2003, 7 Elul 5763
[EMAIL PROTECTED]             |-----------------------------------------
Phone: +972-53-245868, ICQ 13349191 |Happiness isn't getting what you want,
http://nadav.harel.org.il           |it's wanting what you've got.

=================================================================
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]

Reply via email to