The Short Message Peer-to-Peer (SMPP) protocol is a telecommunications industry protocol for exchanging SMS messages between SMS peer entities such as short message service centers and/or External Short Messaging Entities.
6
votes
1answer
477 views
Can't send multipart sms message over SMPP in java
I am trying to send a multipart sms message in java.
public static void main(String[] args) throws Exception {
SMPPSession session = new SMPPSession();
session.connectAndBind("0.0.0.0", ...
4
votes
6answers
2k views
Is the SMPP (binary SMS) protocol dead?
Has anyone dealt with the SMPP binary SMS protocol? I know this technology is still fairly widely used by the messaging aggregators and carriers, but it seems like the SMPP spec is not being updated, ...
3
votes
2answers
758 views
Am i using eventmachine in the right way?
I am using ruby-smpp and redis to achive a queue based background worker to send SMPP messages.
And i am wondering if I am using eventmachine in the right way. It works but it doesnt feel right.
...
3
votes
3answers
1k views
send SMS via SMPP
How do I send SMS directly via SMPP? My provider provides an SMPP interface to send SMS, how do I connect it to it? Are there any libraries or examples that can educate me on using SMPPP to send? ...
3
votes
2answers
774 views
64 bit smpp library for .net
I'm currently using the devshock smpp library. unfortunatly it only appears to be available in 32 bit binaries. Does anyone know if they do a 64 bit version or if there is anywhere that does a decent ...
2
votes
1answer
76 views
Sending messages with Eventmachine and EM-Redis in ruby-smpp
I have a trying to send SMS messages with ruby-smpp. Following the project examples and some research into em-redis and eventmachine, I have the following gateway.rb configuration:
loop do
...
2
votes
1answer
187 views
DLR Routing failure in Kannel in a situation where there is a separate receiver and transceiver bind
I have a Kannel gateway with multiple SMPP binds ( one operator requires separate transmitter and receiver binds while another permits transceiver binds ). The transceiver binds do not display this ...
2
votes
1answer
875 views
Kannel configuration for multiple smsc
I have created multiple SMSC SMPP connection.
after configuration i have send sms but sms is send with random smsc.
How can i control kannel to send sms with smpp which i want to send.
1
vote
1answer
32 views
GenericNackResponseException
I create SMPP Server Simulatorn with JSMPP. It is OK when accepting the message, but when I want to send delivery report or message I get this exception.
InvalidResponseException
...
1
vote
1answer
128 views
+250
How to correctly represent message class in SMPP
I am currently trying to figure out how sms classes are correctly represented in SMPP. However I am by now completely confused by the standard and it's documentation.
In normal sms we have
Class0: ...
1
vote
1answer
109 views
In SMPP bind transceiver requesst What is the meaning of the Address Range Parameter
I found it's definition in the SMPP protocol Specification, but I didn't understand what it means exactly. I know that to receive a SMS from the SMSC you have first to initialize a connection (bind ...
1
vote
0answers
511 views
SMPP, SMS, GSM, Data Encodings, and Locking Shift Tables [closed]
I'm working with a corporation which is attempting to send SMS messages to people in countries all over the world using various languages.
The corporation has a custom-written application which ...
1
vote
1answer
465 views
How to connect SMSC server using SMPP from PHP
I am trying to connect SMSC server using SMPP from PHP to send and receive sms.
It would be easy if I can find some good php classes or already built script so that I don't have to bother in details?
...
1
vote
1answer
344 views
How to send WAP SI Messages with JSMPP
I want to send wap-push message over smpp, using jsmpp library. I found some material, but it is not working. Can someone explain me, what is the technology for sending wap-push message?
1
vote
2answers
226 views
passing value in c#
Dear All,
I am writing a smpp application using c# and Devshock protocol.Here the mySmppClient_evDeliver_Sm method get the parameter "e" as a parameter on ...
1
vote
1answer
385 views
How to send a WAP Push with jsmpp
I'm finding it difficult to send a WAP Push via jSMPP.
I need to know how to designate the UDH for jSMPP, and also how to specify that I'm sending a binary message.
Is there anybody with some sample ...
1
vote
1answer
1k views
How do I send SMS using Net::SMPP in Perl?
I am trying to send a SMPP message using the Net::SMPP module, but it's giving the error below:
Message state is 2
Response indicated error: Message ID is invalid (ESME_RINVMSGID=0x0000000C) at ...
1
vote
2answers
815 views
A robust SMPP library for .NET
I'm developing an online SMS messenger and looking for a scalable and robust SMPP library for .NET. I saw EasySMPP (but have some doubts with it) and RoamingSMPP. There are also one but I can't recall ...
1
vote
2answers
412 views
Receiving SMS over SMPP
I have a project coming up where I need to send and receive messages through a specific mobile operator, which only provides an SMPP interface. The whole project will be a hosted website. I have ...
1
vote
3answers
1k views
Implement SMPP in Python
Have you ever heard of really working python-libraries for the realization of the SMPP client and the SMPP server?
1
vote
2answers
1k views
How to set up Kannel without using a 3rd party gateway service
I'd like to set up Kannel to send SMS messages without going through a 3rd party gateway like Clickatell or Twilio. In other words, I'd like to connect to the SMPP server for each wireless services ...
1
vote
1answer
112 views
What's a good machine-readable formal way of describing telecom protocols such as SMPP or CIMD2?
I've implemented several telecom protocols from human-readable specs in various languages during my career, and frankly, I'm not enjoying it very much anymore.
Instead, I'd like to translate the ...
1
vote
1answer
350 views
Multiple delivery confirmations per message with Ruby SMPP
I am using the ruby smpp library to send/receive SMS. Right now we are sending messages to two different servers, using the ruby-smpp library. One of them works perfectly, but the other one sends ...
1
vote
1answer
349 views
Conversion of text to picture-message?
Friends,
I need to know how to convert a text to a picture-message(.ota) format in JAVA for sending through mobiles? I am developing a software that sends the picture-message to another mobile via ...
0
votes
1answer
27 views
smpp delivery report
how to check for the delivery report of the sent message. I am using php and i have the smpp account, Can somebody help me with the checking of delivery report.
Will I get an delivery report as ...
0
votes
1answer
27 views
InboundQueue SMPPSIM
Working on SMPPSIM ,
If the size of my inbound queue is 1, what does that mean ?
the message was not received ? or what ?
please be specific in you answer
0
votes
1answer
87 views
Sending wap push
I try send wap push message. I set datacoding 0xf5 and send submit sm with following message:
GSM Short Message Service User Data
udh length: 6
16-bit address 05 04
Destination port ...
0
votes
1answer
115 views
How to receive sms via smpp connection - Kannel
I sent messages through smpp connection (using selenium SmppSim) from Kannel and it worked.
But somehow when I try to receive messages or in other words when I try to send messages from SmppSim It ...
0
votes
0answers
32 views
SMPPSim doesn't run in Ubuntu
I downloaded and executed runtests.sh on SMPPSim (Seleninumsoft) and it gave me errors. When I execute it on Windows it gives me no error. And in windows there is a GUI when I run the runtests.bat.
...
0
votes
0answers
110 views
SMPP Server (SMSC) emulator that accepts multiple clients
I know there's Logica SMSC Server but it doesn't respect the address_range parameter.
I have two clients: one with address_range: ^123$ and another with address_range: ^321$. When I send an SM from ...
0
votes
0answers
88 views
Python asyncore - multiple SMPP PDU's in one TCP packet
I need to create an asynchronous SMPP client using Python. So I found asyncore module for implementing async clients and wrote such a code:
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import ...
0
votes
0answers
64 views
How can i interact/implement a USSD session from a webpage if possible at all?
There is a VAS service that is currently available via USSD on mobile phones. The session options are the typical ones, it has menu options etc with one of them being airtime transfer.
Now i would ...
0
votes
1answer
62 views
Full emulation esme
I want to know if it is possible to emulate work: Mobile Phone (sms, ussd) -> SMSC -> ESME on linux (preferably written in java) ? Sorry for my English...
0
votes
1answer
163 views
SMPP BIND ERROR: 0x0000000D in EasySMPP
I am implementing the SMPP client using EasySMPP for .NET
The application is compiling fine but there was no successful outcome and I am getting this weird error
SMPP BIND ERROR: 0x0000000D
What ...
0
votes
2answers
97 views
deliver_sm request with unicode charecter
I am trying to develop a smsc simulator which will send deliver_sm to gateway. Now i am able to send deliver_sm request to gateway successfully.But this time i need to send Unicode character as a ...
0
votes
2answers
132 views
smpp binary message
what are the parameters which differentiates a text sms and binary sms in smpp. i assume both the messages are encoded in submitSM object. if not please tell how smpp binary messages are encoded into ...
0
votes
0answers
137 views
NET_SMPP example to send sms and receive delivery reports
Please has anyone used NET_SMPP before Here is the link. It has the worst documentation I have ever seen in my life. The example shown is not descriptive at all. I need to use it to send sms via smpp ...
0
votes
1answer
354 views
how to send deliver_sm request from SMSC
i am creating an application where my mechine will act like a SMSC. And from there i need to send only deliver_sm. The server will send the bind request. I need to bind my mechine with the server. My ...
0
votes
0answers
95 views
Need to create SMPP client which will only send deliver_sm request
I have to create a SMPP client which will send the deliver_sm request to the server. My machine will work as SMSC so that remote server will send the bind request to me. And I will send only the ...
0
votes
0answers
67 views
Failed long smpp submissions
I am using JSMPP library for sending multipart unicode sms. Suppose that I receive a nack for a particular message fragment of my multipart sms. Should i retry only the failed fragment, or should send ...
0
votes
1answer
275 views
Give SMPP connection via JSMPP
I have SMPP connection with mobile provider (JSMPP). Now I want give SMPP connection to another person over SMPP. (Mobile provider doesn't allow give direct SMPP connection to another person) How can ...
0
votes
0answers
370 views
Send Unicode SMS via SMPP
I want to send sms iwth unicode characters via SMPP (JSMPP library). I know that Data Encoding must be 8 for it & sms length is 70 character. But when I try this, I get sms with Chinese symbols. ...
0
votes
0answers
213 views
Error code 1 occuring when connecting to Infobip's SMPP server (to send sms) using PHP
I am trying to connect to Infobip's SMPP server with the code below but am getting error code 1 invalid message format. Please could someone tell me what the problem is. Please could someone also tell ...
0
votes
1answer
167 views
Multiple SMPP Sessions
Lets say there are two receiver session from same application to a SMPP over different TCP ports.
Message is sent to application and reply is (i.e deliver_sm_resp) is coming to SMPP via the other ...
0
votes
1answer
447 views
GSM7 bit padding for SMS concatenation in C#
I'm writing an algorithm for splitting large SMS messages(>140 bytes) into smaller parts(140 bytes) in order to be able to send them to mobile operators via SMPP protocol.
Each part has an UDH(User ...
0
votes
1answer
254 views
SMPP error code 61,62
I am using the jsmpp lib for sending sms. The SMSC center returns negative response like 61,62 which are Invalid scheduled delivery time and Invalid Validty Period value. After talking with SMSC ...
0
votes
0answers
84 views
Need to understand this code in pysmpp
The below function from pysmpp library, checks if the socket connection has been idle for long then unbind, else send an enquirelink message. But, why incrementidle is called irrespective of if\else ...
0
votes
1answer
463 views
send sms from web application
I am trying to send sms from java application using SMPPSim as SMS gateway and smppapi
This is the code to send SMS
public class SyncTransmitter extends SMPPAPIExample {
private Log logger = ...
0
votes
0answers
131 views
Receving delivery Reports using Devshock Protocol c#.net source code
Can anybody provide me how to receive delivery reports using Devshock dll in c#.net
0
votes
1answer
615 views
how to use OpenSMPP
I wanted to know if anybody has an idea how to use opensmpp, I want to create a java program that connects through an smpp interface to send sms messages. If you can provide me with a guide and if ...