smpp Questions

8

Solved

We're about to begin a project which requires the use of SMPP as the primary integration exchange channel. Now since SMS isn't necessarily core to our business, I'd like to use an SMPP library for ...
Speculation asked 16/1, 2013 at 21:57

3

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. ...
Forehand asked 18/7, 2011 at 7:20

2

Solved

I'm using following code for capturing incoming and outgoing tcp packets by ports: tcpdump -i any -s 0 -vvv -A port 3727 or port 5016 or port 3724 -w /home/admin/dump1.cap But tcpdump captures o...
Eward asked 12/7, 2017 at 18:32

2

I have a crucial question related to sending SMS trough SMPP or SS7. Case: We are connected to all local operators using SMPP(we already have an agreement with each one). The fact is that we are a...
Sadi asked 9/5, 2015 at 23:40

1

Solved

DESCRIPTION: We are using sdpmessagingdriver-smpp driver deployed on SOA server to send SMS messages. We have configured SMPP driver properties with "Sender Address" & "Default Sender Address...
Temperature asked 26/10, 2017 at 12:47

1

From a cursory overview of the source code it seems that opensmppbox only supports message concatenation with UDH. Is it possible to make it understand messages concatenated with SAR TLVs? (i.e., s...
Beaded asked 20/4, 2015 at 11:5

2

Solved

In my current project I need to connect to SMPP server for transmit SMS's. So I'm looking SMPP clients written in Erlang programming language. I'm found OSERL using CEAN, but I guess that this pro...
Bui asked 23/4, 2013 at 9:51

2

For concatenated SMS messages (in GSM encoding), if extended table symbol (one of these: }{[]|~^\€) is placed at the end of segment, what is correct way to split such message: Leave first byte of...
Empirical asked 27/8, 2015 at 16:11

2

Solved

I'm working on an SMSC service, which is supposed to join the messages (if it finds the PDU header) and then pass that message to the next service which uses different protocols (not just SMPP) to ...
Spoke asked 11/5, 2015 at 8:15

4

Solved

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...
Okun asked 27/1, 2011 at 18:56

1

Solved

I am trying to send a square bracket to a phone using logica smpp 1.3.7. I use dataCodingSetting of 3 - as per the network I asked about this. They advised that I need to package my message as belo...
Sternutation asked 26/7, 2013 at 6:42

2

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 al...
Romany asked 8/1, 2011 at 9:8

6

Solved

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 ...
Jadejaded asked 10/2, 2009 at 7:17

3

What's the best JAVA implementation of SMPP protocol, needed to provide listener on SMSC to receive messages "Reciever accepts Deliver_SM" With best I mean simple, documentation, Tutorials, Forum...
Robbirobbia asked 20/4, 2012 at 20:58

2

What is the SMPP protocol and how does it work? I've not even seen it yet and have to start with introduction onward.
Matrilateral asked 16/4, 2012 at 4:57

3

Solved

What is the meaning of "data_coding" field in the SMPP protocol? I searched for this but couldn't find any helpful resource.
Cockatoo asked 16/8, 2012 at 10:17

2

Solved

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.
Informant asked 22/1, 2011 at 19:7

1

Solved

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 Class...
Rus asked 14/10, 2011 at 9:6

3

Solved

Have you ever heard of really working python-libraries for the realization of the SMPP client and the SMPP server?
Hirsute asked 19/10, 2010 at 15:46

0

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 w...
Imprecision asked 6/7, 2011 at 21:0

1

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", 00000, ...
Tailor asked 11/1, 2011 at 17:16
1

© 2022 - 2024 — McMap. All rights reserved.