Re: [swinog] Blacklisted for fixed to mobile SMSes

2008-05-21 Thread Daniel G. Kluge

Am 21.05.2008 um 16:04 schrieb Jon Martin:
I'm using sms_client to send alarm SMSes from my monitoring system  
to mobile phones.  I don't know what happened but it seems our  
analog phone line is now blacklisted and the Swisscom SMSC is no  
longer accepting our SMSes.  After about 2 hours being passed around  
from one Swisscom helpdesk to another I finally got someone that had  
a clue about fixnet to mobile SMS services.  This person told me  
that he removed our phone number from the blacklist but that it  
could take 30mins to 24hours for the change to be effected(?!).   
Even if this was the most help I had in 2 hours on the phone, the  
guy could not imagine that I could send an SMS without an approved  
Swisscom telephone.



...
Parsing '/usr/share/smsclient/services/swisscom' Found  
'SMS_centre_number', setting value to '0794998990'

...
MODEM: Sending dial string ATDT0794998990 to modem
Written String: +ATDT0794998990+
MODEM: Waiting for Connection...
Received String: +ATDT0794998990+
Received String: +BLACKLISTED+
MODEM: Expecting CONNECT response - UNKNOWN
...



Actually, this looks like your modem is doing the blacklisting, if it  
was Swisscom, then you'd get a CONNECTED message following by a  
blacklisted answer from the SMSC. Well it might actually be Swisscom  
but let me explain. Blacklisting is something which used to be (don't  
know if it is still the case) mandated on all Modems. If you dialed a  
number and didn't get a carrier but a voice answer, the modem had to  
blacklist this number for a certain amount of time. Now if Swisscom   
blacklisted you on their end, they'd just play some recorded message  
when you call, and so getting your modem to blacklist that number as  
well. But this is all speculation from someone who had to implement  
blacklisting routines in assembler some 16 years ago...


Cheers,
-daniel

___
swinog mailing list
swinog@lists.swinog.ch
http://lists.swinog.ch/cgi-bin/mailman/listinfo/swinog


Re: [swinog] Blacklisted for fixed to mobile SMSes

2008-05-25 Thread Per Jessen
Jon Martin wrote:

> I'm using sms_client to send alarm SMSes from my monitoring system to
> mobile phones.  I don't know what happened but it seems our analog
> phone line is now blacklisted and the Swisscom SMSC is no longer
> accepting our SMSes.  

The only similar thing I've seen was this:


May 15 03:40:09 [23459] : Dialing SMSC 0794998990...
May 15 03:40:14 [23459] WARNING: read() Timeout
May 15 03:40:40 [23459] : Connection Established.
May 15 03:40:40 [23459] : SMSC Respsonse: 01/00079/R/01/N/04/ Not accepted 
- Maximum messages for the address exceeded/A1
May 15 03:40:40 [23459] ERROR: Message rejected
May 15 03:40:40 [23459] : Hangup...
May 15 03:40:43 [23459] : Hangup...
May 15 03:40:43 [23459] : swisscom Service Time: 34 Seconds
May 15 03:40:43 [23459] WARNING: Could not deliver message 0 to  on 
0796423985 delivery code 170



/Per Jessen, Herrliberg

___
swinog mailing list
swinog@lists.swinog.ch
http://lists.swinog.ch/cgi-bin/mailman/listinfo/swinog