DLR Only returns status 8 - Please assist

2014-02-18 Thread MOSES KARIUKI
Hi All, I have set up Kannel on Ubuntu. I am testing functionality using fakesmsc. Below is the configuration. group = core admin-port = 13000 admin-password = bar admin-deny-ip = "*.*.*.*" admin-allow-ip = "127.0.0.1" #wapbox-port = 13002 smsbox-port = 13001 wdp-interface-name = "*" log-file = "

SMPP DLR with identification

2014-02-18 Thread [Digital^Dude] ®
Hi all, I need to have some relation b/w the sms I send out from kannel and the dlr that is received. e.g. like a custom message ID I send along with my sendsms URL, the dlr-url should have that same sms id in one of the parameters Can this be acheived? How? Thanks.

Re: SMPP DLR with identification

2014-02-18 Thread Alvaro Cornejo
Hi On your dlr-url just add a field where you set your own id i.e. ...&my_id=1234&... Then the app/script that receives the dlr-url call will get that value and do the magic you need. Regards Alvaro |--

Re: Consistently large SMSbox queue

2014-02-18 Thread oladeji
Following up: any insights on this is appreciated. Thanks. On Mon, Feb 17, 2014 at 10:09 AM, wrote: > Hello folks, > > I have the following setup using kannel 1.5.0 > > services <--> 1 smsbox <---> bearerbox <> 2 smsc connections (mo > and mt) > > I believe I have set throughput, max-

Re: Consistently large SMSbox queue

2014-02-18 Thread spameden
check your operator log, it might be throttling problem, try playing with throughput and max-pending-submits parameters and adding more SMPP connections. 2014-02-18 20:09 GMT+04:00 : > Following up: any insights on this is appreciated. > > Thanks. > > > On Mon, Feb 17, 2014 at 10:09 AM, wrote:

Re: Consistently large SMSbox queue

2014-02-18 Thread Alvaro Cornejo
Check smsbox log to see if there is any information about it. You might need to set logging into debug mode Regards Alvaro |-| Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y des

Re: Consistently large SMSbox queue

2014-02-18 Thread oladeji
No throttling in the logs - set to debug mode already. How can I add more connections with same SMPP account? On Tue, Feb 18, 2014 at 11:40 AM, spameden wrote: > check your operator log, it might be throttling problem, try playing with > throughput and max-pending-submits parameters and adding

Re: Consistently large SMSbox queue

2014-02-18 Thread Alvaro Cornejo
Just add another group with the same info. Use a different admin-name to differentiate them. Note however that not all operators allows more than one connection with the same credentials. Regards Alvaro |

Re: Consistently large SMSbox queue

2014-02-18 Thread oladeji
I asked operator and it appears they allow more than 1 connection. So below is what I came up with: I want to send messages via &smsc=msmc-mo and have bearerbox load balance between the connections. Does the config look right? Also I assume the throughput number now needs to be divided across t

Re: Consistently large SMSbox queue

2014-02-18 Thread Alvaro Cornejo
Hi - as per the load balancing, is correct; bearerbox will balance between mo1 & mo2 - as per the throughput, it will depend on what your carrier will allow you. If it is 65 per connection or total. - also add a different log files for each smsc so you can debug them separately. - you can also use

Re: Consistently large SMSbox queue

2014-02-18 Thread oladeji
I just confirmed operator allows 65 total. I will set each connection to 32. Is it worth it to also have multiple SMSboxes instead of 1. Is their any performance improvement to be gained doing that? On Tue, Feb 18, 2014 at 1:57 PM, Alvaro Cornejo wrote: > Hi > > - as per the load balancing, is

Re: Consistently large SMSbox queue

2014-02-18 Thread oladeji
Hi Alvaro, appreciate your inputs.. I did turn on debug for smsbox and see the following snippet.. let know if any interesting observations from this.. 2014-02-18 21:29:02 [17275] [2] DEBUG: HTTP: Creating HTTPClient for `127.0.0.1'. 2014-02-18 21:29:02 [17275] [2] DEBUG: HTTP: Created HTTPClien