Giter VIP home page Giter VIP logo

Comments (1)

stela avatar stela commented on July 26, 2024

I've successfully used this library together with Swisscom's "SMS LA (Large Account)", is this the offer you use?

Please check:

  • That you're not exceeding the global client TCP connection count, it's fairly low (5 I believe)
  • Not sure about this, but use only bind_transmitter and not bind_transciever if you're only sending messages
  • Make sure the bind-request fills in the correct fields for both "username"/password (system_id/password)
  • Make sure you ordered an SMPP interface (not UCP)
  • Make sure that if, applicable, your IP addresses are whitelisted for the account you're using
  • Read the "tiny letters" at the start of the documentation, rest appears copy-pasted from the regular SMPP specs.

And once you're past the bind, if you want to use non-UCS-2 encodings, make sure the encodings match what you're sending (verify if it's ISO-8859-1/ISO-8859-15 by sending a euro sign/currency-sign/cedilla e.g.) For me using ISO-8859-15 and setting submit_sm.data_encoding=0 allowed use of € (euro) correctly. I was never able to use GSM-03.38 directly.

from cloudhopper-smpp.

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.