-
Hi Oran,
Just to let you know that I finally had to make an modification to the code of parseAllOptions because the SMSC could never correcting the error when sending blank MO.
Sorry for not to sent this before.
Following is a copy of the modifieded Code:
while (p < opts.length) {
Object val = null;
//fboesche
//Modified to resolve...
2009-10-26 16:01:47 UTC in Java SMPP API
-
Ok, I understand that.
Trying to fix it in the right way I'm going to talk with the SMSC technician and only if they can't or don't want to do it, I will go to modify the code.
Oran, kindly appreciated your help. I will like to let you know how finally I can fix it.
Regards,
2009-07-12 18:53:25 UTC in Java SMPP API
-
Hi Oran,
I going to talk with SMSC technician to see if they can fix the blank sms bug you found! from their side.
I'm not sure, but I remember that they said they going to implement TLVTable on their SMSC applications server. I going to ask also about it.
Questions:
* When you say that TLVTable parsing exception occurs only when I call some method that calls its parseAllOptions method...
2009-07-12 18:05:40 UTC in Java SMPP API
-
Please check your mail. I sent binary file.
2009-07-11 15:20:24 UTC in Java SMPP API
-
Sorry Oran, I have a error on my last message:
The correct text has to be:
Hex code bellow has to show only two MO messages,......
Regards.
2009-07-11 00:07:39 UTC in Java SMPP API
-
Hi Oran,
Following your suggestion, bellow is the hex code I got using smscLink.setSnoopStreams(SnoopIn, SnoopOut). Please note that I has ported binary data to hex. Also I can send you bout files by mail if you need it. Please confirm your SourceForge mail.
Hex code bellow has to show only MO messages, first one succesfully with Text=Juego (from phone number 05650252084013) and last one...
2009-07-10 23:16:55 UTC in Java SMPP API
-
Hi Oran,
Just to keep you updated, I have included a "snoop" rutine into packetReceived function but when I try to replicate the fail I found that program thread stop (fail) before it can get on packetReceived and only get data without the bug.. Looks like the fail start before the api can get onto packetReceived function.
However, today I'm going to work with technician from SMSC...
2009-07-10 19:11:08 UTC in Java SMPP API
-
Thank you Oran,
Yes, I assume also, exception has originated from a deliver_sm packet. I'm going to try to capture bytes of the deliver_sm packet and send you as soon as posible.
I was using smppapi ver,0.3.7 but yestarday I have updated to new 0.3.9 version but that did not make any change.
Thanks again.
2009-07-10 15:41:37 UTC in Java SMPP API
-
Hi Oran
Please help me with this:
I'm getting a Connection Fatal exception in receiver thread (RX) when SMSC sent sms (MO) with blank message text (I mean without text on message data).
After that I can't receive any more MO messages until restart connection.
This is a copy of logger:
java.lang.ArrayIndexOutOfBoundsException: 1
at ie.omk.smpp.util.SMPPIO.bytesToInt(Unknown Source...
2009-07-09 23:41:40 UTC in Java SMPP API
-
Hi Oran,
Thank you. I found there what I looking for.
Regards,
2008-06-17 01:46:19 UTC in Java SMPP API