-
Currently DLR's are getting updated on Web Interface provided / or MySql DB, but its not getting delivered to SMPP server.
For Example: Suppose i am using a third party SMPP client and connecting it…
-
Hi,
I tried sending long message for Arabic language (more than 160 characters) using Payload as well as default TLV (0x0424) submit modes but the message always gets delivered as split messages (i.e…
-
Hi,
I try to connect sample php send sms file with my smsc. it's logica smsc which support SMPP v3.4.
but i'm getting following error.
I have tried it Linux box and enable the php socket extension…
-
I worte a SMPP application with nodejs and shorty,
I try to connect to an carrier, but i can't set system-username,
How make it?...
With kannel the config is :
```
group=smsc
smsc=smpp
smsc-id=azur…
-
-
I need to checking for an errors when I make send SMS. Let's say I'm doing the following:
```
$from = new SmppAddress('Test SMPP', \SMPP::TON_ALPHANUMERIC);
$to = new SmppAddress('some number', \SMPP…
-
basically the transport (VUMI) should use the client (just Twisted) which uses the encoder (core Python)
the dependencies are to entwined at present
-
the client will still need access to persistence(redis) but it should be handed a std interface
could be redis or FakeRedis or any key value store
try to use a single key namespace
consider limiting f…
-
Hi,
I just installed the latest Twisted (11.0.0) and the smpp.twisted module (0.2), and tried to run the example described in Github.
I got the following error:
Traceback (most recent call last):
…
-
This is to maintain a concise list of methods intended for public use
both to help in disentangling transport and client and for future stability
consider matching the mozes/smpp.twisted client method…