smpp

Is the SMPP (binary SMS) protocol dead?

Hi everyone, 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, and support for SMPP libraries is slowly fading away. The "SMS Forum" (http://www.smsforum.net) was shut down in 2007. To ...

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 64-bit smpp library?? ...

How to send sms in a language other than english

Hi, Im using Logica SMPP api for sending sms. Im able to send plain english messages with default data coding as "0" Now if i want to send sms in other language such as hindi or chinese, what are the different values i should set.. Should i create a UDH for the same ? wht data coding should i use? wht esm class should i set ? sho...

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 serial-port. Could anyone help for creating a routine for the conversion process? I need that routine to converts the given text/picture to a...

fsockopen() [function.fsockopen] : Error through SMPP

I am using SMPP with PHP for sending and receiving messages. I got this error when i am trying to send a message. what is the cause of this and how can i send a message ? thanks. pfsockopen() [function.pfsockopen]: unable to connect to sms.korewireless.com:2777 (A connection attempt failed because the connected party did not properly...

SMPP Simulator: How to check connection reset ?

Im using the smpp simulator tht comes with the Logica smpp api as a virtual smsc. The simulator is not able to detect any connection resets, whn a smpp client disconnects abrupty without sending an unbind PDU. The SMSCSession class in the simulator does not handle/catch any exceptions, while sending a PDU such as DeliverSM. So, how do yo...

SMPP SMS receiving speed

We have developed SMPP application. It's SMS receiving speed is mere 16 SMS per second. How can i increase this speed? ...

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 multiple DELIVRD confirmations for each messages. And by multiple I mean hundreds of confirmations per message in some cases. Does anyone know...

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? Perhaps using PHP? or C#? ...

How to write simple SMPP server

I want to write a simple SMPP Server that basically forwards traffic to another SMPP server (C#, PHP). What are the things I need to know? How do I proceed? ...

How to send SMS via SMPP using mblox?

Is there any open source scripts or resources available to inetegrate mblox using SMPP in .net framework ? ...

How to develop my own sms Gateway ?

I intend to develop an SMS gateway in c#, but i am doubtful about it's feasibility, because my initial research had shown that an SMS gateway had to cover for protocol differences. So what exactly a gateway had to do, further if i use SMPP, so is it possible to send/receive SMS to/from any number in the world by simply using SMPP ? ...

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 human-readable protocol specs into machine-readable protocol specs, and automatically generate protocol handlers in various languages. I'm sp...

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 (AT&T, Verizon, etc.). How difficult/easy is it to run a Kannel server this way? Each SMSC has to be configured for each mobile network. W...

Implement SMPP in Python

Good day. Have you ever heard of really working python-libraries for the realization of the SMPP client and the SMPP server? ...