-
hi.I need help about wap push can anyone here help me with some part of code or links explaining how to do that usin smpp api.
2009-10-29 14:15:07 UTC in Java SMPP API
-
hi .im trying to develop i have an application sending text SMS to an smsc and it works fine.Now i'd like to send wap push sms ,i lookin for suggestions for that .Is there some specific classes in this API for encoding this kind of message.
waitin for ur help guys .Piece of code would be helpful.
2009-10-29 13:54:30 UTC in Java SMPP API
-
can u please tell how u did that?,i mean send wap push message to the mobile , i wanna try something like that but i dont know how to start.a piece of code would be helpfull.
2009-10-29 13:48:36 UTC in Java SMPP API
-
hi .
i got this error message trying to send message to an SMSC. what does the code 88 means?.
2009-09-16 13:48:48 UTC in Java SMPP API
-
what does error code means? please.
2009-09-16 11:25:25 UTC in Java SMPP API
-
hi
i got the status REJECTED in my delivery report file when i try to send SMS to an SMSC .im looking for the causes if this matter .
thank for your help.
2009-09-11 13:30:35 UTC in Java SMPP API
-
hi
i got the status REJECTED in my delivery report file when a try to send SMS to an SMSC .im looking for the causes if this matter .
thank for your help.
2009-09-11 13:30:21 UTC in Java SMPP API
-
i face this problem once.u just have to add the smppapi.jar on your classpath.
2009-09-10 16:16:26 UTC in Java SMPP API
-
hi
i got a problem trying to receive data from a real SMSC.here is the exception i have on my log file
java.io.EOFException: EOS reached. No data available
at ie.omk.smpp.net.SmscLink.readBytes(SmscLink.java:358)
at ie.omk.smpp.net.SmscLink.read(SmscLink.java:313)
at ie.omk.smpp.Connection.readNextPacketInternal(Connection.java:1103)
at...
2009-09-09 16:23:14 UTC in Java SMPP API
-
hi guys
i ve dveloped a sms gateway and it works fine .Now i want it to work as smpp server in order to communicate with an other smpp gateways. i found smpppsim an i want to add it in my program is it possible? for those who usin smppsim please help me.How can i retrieve the incomin short messages?.
2009-07-15 16:12:26 UTC in Java SMPP API