set registered_delivery field to 1 in kannel SUBMIT_SM

2015-04-07 Thread Salma BARKAOUI
Hi users , How can I set registered_delivery field to 1 in kannel SUBMIT_SM ? Using wireshark I see it fixed on 0 then I get no DLR repport :(

Re: set registered_delivery field to 1 in kannel SUBMIT_SM

2015-04-07 Thread spameden
how do you submit MT? if you submit via smsbox, add dlr_mask=31 if via sqlbox set dlr_mask field to 31 to get all delivery reports. if you want to get only certain types of DLR read user guide. 2015-04-07 16:53 GMT+03:00 Salma BARKAOUI : > Hi users , > > How can I set registered_delivery fiel

BUG IN DLR-URL CODE

2015-04-07 Thread Kirti Mandwade
Hi, I am using xml http post request to send SMS through kannel. I am url encoding dlr-url part but its not working. http%3A%2F%2Fyy.xx.yy.zz%2Freceipts%2FSMSServlet%3FsmsId%3D1%26status%3D%25d%26smsc%3D%25i%26timeDate%3D%25t%26destination%3D%25p%26delivInfo%3D%25a%26source%3D%25P%26msgid%3D%25

throughput SMSC group variable

2015-04-07 Thread Haris Lihovac
Hello everybody! I have question about throughput variable. Manual stated following: throughput - float (messages/sec) If SMSC requires that Kannel limits the number of messages per second, use this variable. This is considered as active throttling. (optional) However I have requirement to limi

getting consistent 1 msg/sec sending with Kannel + opensmpp box

2015-04-07 Thread Michael Epstein
Hi All, I have an SMPP server setup and am using Kannel as a proxy with opensmpp box from app. When I connect directly to the SMPP server the throughput is over 10x higher than going through Kannel. When going through Kannel I always get exactly 1 msg/sec. I have been tweaking and testing k

Re: throughput SMSC group variable

2015-04-07 Thread Milan P. Stanic
On Wed, 2015-04-08 at 01:21, Haris Lihovac wrote: > I have question about throughput variable. > > Manual stated following: > > throughput - float (messages/sec) > If SMSC requires that Kannel limits the number of messages per second, use > this variable. This is considered as active throttling.