Sozonnik Andrew

Show:

What's happening?

  • Followup: RE: running the smsdemo sample app

    Hello ! Did you try to put smppapi.jar into project classpath ? BR, Andrew.

    2009-09-10 14:00:40 UTC in Java SMPP API

  • Followup: RE: Urgent problem: underscore not shown!

    Try to use other encodnigs instead of default GSM encoding. For instance Latin1 (ISO-8859): SubmitSM pack = new SubmitSM(); pack.setAlphabet(new Latin1Encoding());.

    2009-07-08 10:06:17 UTC in Java SMPP API

  • Followup: RE: smpp server

    Hello ! smppapi can't act as smsc, but it have all classes for protocol handling. You can take Connection class as example and try to implement your own server connection.

    2009-07-08 09:06:04 UTC in Java SMPP API

  • Followup: RE: MMS Support

    No. MMS usually sent using MM7 protocol.

    2009-07-08 08:56:55 UTC in Java SMPP API

  • Followup: RE: Urgent problem: underscore not shown!

    I faced such problems with different SMSCs. This is not smppapi but SMSC problem. Try different coding scheme.

    2009-07-08 08:51:29 UTC in Java SMPP API

  • Followup: RE: USSD Client

    Hello ! I had a pair of USSDC in my experience and can say that their SMPP interface can be perfectly handled with smppapi using TLV for USSD specific data. You can think that USSDC is SMSC with only one concern - you have to send answer (submit_sm) to incoming request (deliver_sm) as fast as you can because there is a timeout in USSD interaction set on HLR or USSDC. Hence you can use any...

    2009-06-09 10:40:21 UTC in Java SMPP API

  • Followup: RE: How to send large SMSs

    Ok ! Please give me couple of days to remember it and put all together.

    2008-12-19 13:16:29 UTC in Java SMPP API

  • Followup: RE: How to send large SMSs

    Hello Oran ! I'd like to share my humble :) implementation, but only one really implemented header is ConcatenatedMessage, several others are only stubs that are needed only to decode messages. You know that specification is very long and complex :) If you think that it is enough, I can put it in order and publish somewhere. With best regards, Andrew.

    2008-12-19 10:15:20 UTC in Java SMPP API

  • Followup: RE: How to send large SMSs

    Hello ! Firstly forget about setSequenceNum. It is used to implement correct protocol interrogation. Please read SMPP protocol specification before touching it. Secondly if you mean text concatenation of several short messages, it can be achieved in several ways. Most trivial is to use message_payload TLV tag and put all long text here - SMSC will do everything else. But you should be...

    2008-12-19 09:36:37 UTC in Java SMPP API

About Me

  • 2002-01-16 (8 years ago)
  • 429063
  • sozonnik (My Site)
  • Sozonnik Andrew

Send me a message