-
I've made some profiling on my application which uses smpp in multithreading mode. I saw that 30% of the send(Request request, boolean asynchronous) method from org.smpp.Session is spent on request.debugString() method. See the code below:
///////////////////////////
final private Response send(Request request, boolean asynchronous)
throws ValueNotSetException, TimeoutException...
2009-11-27 15:32:12 UTC by fldrog
-
It seems that the original coder made the assumption that the address will always be an IP address. As a result, the minimum length is 7 characters ("w.x.y.z"). This should be corrected and will be done soon (hopefully ;)).
2009-11-17 09:02:37 UTC by abhiksarkar
-
Do you still have an issue... I assume after all this time you have managed to get it working some how :)
Depending on which SMSC you are connecting and sending messages to, you should be able to send using plain old ASCII or LATIN1 instead of Gsm7Bit.
2009-11-17 08:58:15 UTC by abhiksarkar
-
Hi,
These are explained in the SMPP specifications. If you don't already have a copy, you can get them from here:
https://sourceforge.net/apps/trac/smstools/wiki/SmppSpecifications
This request will be closed.
Abhik.
2009-11-17 08:55:23 UTC by abhiksarkar
-
Hi all,
How to get description of Command_Status Error Codes?.
2009-11-07 00:31:31 UTC by vietdoor
-
I also have this problem, after i changed code in the "submit" function by using ENC_ASCII
request.setShortMessage(shortMessage,Data.ENC_ASCII);.
2009-11-07 00:29:38 UTC by vietdoor
-
sverkera committed revision 81 to the OpenSmpp/SMS Tools SVN repository, changing 1 files.
2009-10-28 02:22:01 UTC by sverkera
-
sverkera committed revision 80 to the OpenSmpp/SMS Tools SVN repository, changing 5 files.
2009-10-28 02:13:18 UTC by sverkera
-
sverkera committed revision 79 to the OpenSmpp/SMS Tools SVN repository, changing 1 files.
2009-10-28 01:05:18 UTC by sverkera
-
paoloc committed revision 78 to the OpenSmpp/SMS Tools SVN repository, changing 1 files.
2009-09-24 16:18:28 UTC by paoloc