Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8196229
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T05:24:53+00:00 2026-06-07T05:24:53+00:00

We have a smpp server for which we have ip address username password port

  • 0

We have a smpp server for which we have

  1. ip address
  2. username
  3. password
  4. port no

on entering these details to code and trying to send a sms we are recieving the below error message:-

Bind Transmitter PDU: 0 100 101 109 111 49 50 51 0 97 99 116 105 118
101 0 51 0 0 0 Sending PDU, len == 36 Sending PDU, header-len == 16
Sending PDU, command_id == 2 Trying to read PDU. Reading PDU : 16
bytes. Stream len : 12 Command id : 2. Command status : 13.
sequence_number : 1. Got CM_BIND_TRANSMITTER_RESP. Warning: unpack()
[function.unpack]: Type a: not enough input, need 1, have 0 in
/home/acftp052/public_html/smpp/smppclass.php on line 580 system id :
. Received PDU: €(0)(0)(2)(0)(0)(0)(13)(0)(0)(0)(1) Error binding to
SMPP server. Invalid credentials? Sending PDU, len == 16 Sending PDU,
header-len == 16 Sending PDU, command_id == 21 Trying to read PDU.
Socket was closed.!! Connection lost. In split_message. One message:
30 PDU spec: a1cca1cca14ccca1a1ccccca30. Sending PDU, len == 76
Sending PDU, header-len == 16 Sending PDU, command_id == 4 Trying to
read PDU. Socket was closed.!! Connection lost. Sending PDU, len == 16
Sending PDU, header-len == 16 Sending PDU, command_id == 6 Trying to
read PDU. Socket was closed.!! Connection lost.

We are able to deduce from the error that the credential provided is wrong.

My Doubt is:-

  1. What details are required to connect to a smpp server.
  2. should the code files be deployed on Smpp server or can it be deployed to a different server and try to access the smpp server to send the message.(We did try to connect to the smpp server via filezilla but it was unsuccessful)
  3. is from number manadatory when we are trying to send a message from system to a mobile.

Please guide us. We are stuck with this problem since a week done all the research that i know off but i am turning only towards dead end and going blank.

Any suggestion is welcome.

Thanks & Regards
Krishnan.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T05:24:55+00:00Added an answer on June 7, 2026 at 5:24 am

    My answers are based on .SMPP 3.4 spec

    ===

    I am assuming that your setup looks like this:

    1. You are developing SMPP client (a.k.a. ESME).
    2. You have connectivity information to a SMPP server (a.k.a. SMSC).

    Question 1: What details are required to connect to a smpp server.

    At bare minimum, a ESME needs the following to connect to a SMSC (required at TCP level):

    1. IP of SMSC
    2. Port of SMSC

    Most SMSC will also require (but this is not mandatory):

    1. system_id (serves as username)
    2. password

    Some SMSC will also require:

    1. system_type (see section 4.1.1 in SMPP 3.4 spec)
    2. address_range (see section 4.1.1 in SMPP 3.4 spec)

    Question 2: should the code files be deployed on Smpp server or can it be deployed to a different server and try to access the smpp server to send the message.(We did try to connect to the smpp server via filezilla but it was unsuccessful)

    SMSC (i.e. SMPP server) and ESME (i.e. SMPP client) are not required to be on the same box; you can do if you want. Only requirement is that they can connect over TCP.

    I believe FileZilla is a FTP client and it has got nothing to do with SMSC.

    Question 3: is from number manadatory when we are trying to send a message from system to a mobile.

    I am assuming that you are using SUBMIT_SM to send a message (since you are trying to connect via BIND_TRANSMITTER).

    In the spec, the from number is referred as source_addr (see section 4.4.1/5.2.8 in SMPP 3.4 spec). Most SMSC will require source_addr however it is not mandatory.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a trying to send SMS messages with ruby-smpp. Following the project examples
I have following code which successfully sent email using Gmail address. But when i
I have kannel SMPP (kannel.org) and receive SMS statuses by param: %d And here
I have powershell script which sends text message through a sms-gateway. I get the
I'm trying to send an email message using the .NET MailMessage class which can
I am trying to send an email through following code CODE Dim MyMailMessage As
I have the following code import smtplib from email.mime.text import MIMEText smtpserver = 'smtp.gmail.com'
I am writing ESME using logica smpp lib , but have a serious problem
have written this little class, which generates a UUID every time an object of
Have a procedure which looks like Procedure TestProc(TVar1, TVar2 : variant); Begin TVar1 :=

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.