Hi,
*dlr-url = integer value*
http://127.0.0.1:12013/cgi-bin/sendsms?username=abuzaid&dlr-url=1245&charset=utf-8&from=UPDATE&to=9664541886&dlr-mask=31&text=test+sms&smsc=smsc001&password=TEST&coding=0
Getting Error:
Status: 400 Answer:
--
Regards
Khan Abuzaid
Mob# :09664541886/9594092200
Mu
Hi
Try to urlencode the url before inserting ir to send_sms
Regards
Alvaro
|-|
Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier
celular y Nextel
en el Perú, Méxic
Hi
dlr-url must be an url. why did you declare it as an integer?
should be something like:
...&dlr-url=urlencode(http://myhost/mypath/myscript.php?x)&...
dlr-url is the url kannel calls for delivering the message status
notifications (dlr)
Regards
Alvaro
|
Hi Lee,
Sorry i can't help, just asking you about your throughput statistic?
I got the same issue here with 100TPS at max.
After amendment by Rene, opensmppbox become more stable as it has no enough
time to drain my RAM because it will be... crashed some times :(
Regards, Hanh.
Date: Wed, 21 May
Hi,
I had a problem in opensmpp a while back that it crashed upon receiving
concatenated messages. I’m not sure it’s the same issue (also not sure if the
problem persists in the latest versions – I can test it if it’s the case). In
my case, as I don’t use these messages on my system, I just inc
Using sqlbox no error, but in smsbox getting error.
i want to update message status in other table map with id(integer) that
why using integer not url.
On Thu, May 22, 2014 at 7:14 AM, Alvaro Cornejo wrote:
> Hi
>
> dlr-url must be an url. why did you declare it as an integer?
>
> should be so
Hi
Then you need to use your own app to do that.
dlr-ulr, by definition --and validated by smsbox-- is an url. that is
why you get the malformed error. An integer in not a url.
What you need to do is create a script you can call by http and pass
your id like
...&dlr-url=urlencode(http://myhost/