GithubHelp home page GithubHelp logo

Comments (4)

CodeMonkeyKevin avatar CodeMonkeyKevin commented on September 21, 2024

Would you be able to provide a sample UHD PDU (preferably in hex)?

\Kevin

On Feb 27, 2016, at 03:38, Haisum Bhatti [email protected] wrote:

There's no way of sending UDH data for concatenated sms as described in https://en.wikipedia.org/wiki/Concatenated_SMS#Sending_a_concatenated_SMS_using_a_User_Data_Header

There are other ways like using Sar_* tlv fields or message_payload TLV field for sending concatenated sms but they aren't supported by all smpp servers. Only reliable way is to use UDH headers. Any suggestion on how I might be able to send multiple messages as one big message using this library?


Reply to this email directly or view it on GitHub.

from smpp34.

haisum avatar haisum commented on September 21, 2024

check https://help.nexmo.com/hc/en-us/articles/204015653-Sending-Concatenated-Messages

and there's a java example here https://itprobes.wordpress.com/2009/09/05/hello-world/

from smpp34.

 avatar commented on September 21, 2024

Why you say you cannot? Usually UDHi is sent into the payload of the message itself, after setting the esm_class accordingly.

So you set, by example, esm_class to 0x40, Store&Forward+UDHi, , and then you can prepend the UDHi to the message segment, having care of respecting the syntax for concatenation, which is the same thing the post is saying....

from smpp34.

haisum avatar haisum commented on September 21, 2024

You're right, I did solve this problem as you suggested but forgot to mention here.

from smpp34.

Related Issues (13)

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.