Code Monkey home page Code Monkey logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
I've been re-reading the spec. I think if the commandStatus is non-zero so the 
PDU body will never be returned 
(the message_id). I read about  this on submit_sm, but the spec didn't mention 
this on deliver_sm.

I'll check it again ASAP.

Thx

Original comment by [email protected] on 20 Apr 2009 at 2:59

  • Changed state: Accepted

from jsmpp.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
I've been checking the code. Normal deliver_sm_resp will return null 
message_id, but when deliver_sm_resp 
return using non-zero command_status, so there is no body part will be returned 
(header only). 

Why do we need message_id after all, since the transaction is rejected. This 
concept comes on submit_sm, and 
this concept will works fine on the deliver_sm.

Original comment by [email protected] on 23 Apr 2009 at 6:38

  • Changed state: Invalid

from jsmpp.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
In SMPP v5 it is definitely the case that the body should be left out when the
command status is non-zero.  There is a single note in the v5 spec stating that.
In SMPP v3.4, however, there are notes along with specific responses stating 
this,
but not for all responses.  As a result of the inconsistencies in the spec, it 
seems
ESME/SMSCs have implemented things based on their interpretations.
The v5 spec confirms this (pg 54)
--------------------------------
However some ESMEs or Message Centers may always include a
PDU body regardless of the command_status being returned. In such 
circumstances, the
receiving ESME or MC should ignore its contents, based on the knowledge that the
original request failed.
--------------------------------
The problem is from the sending side, using jsmpp, I have no control over how 
the
response is sent.  Sending a deliver_sm_resp without the body is an error for 
some SMSCs.
It would be nice if this behavior was configurable in jsmpp. 

Original comment by [email protected] on 23 Apr 2009 at 2:01

from jsmpp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.