RE: HTTPClient

2014-09-30 Thread Melvin Oberem
Hi Willy Please find information as requested below. Regards Melvin Kannel bearerbox version `1.4.3'. Build `Sep 26 2014 16:54:15', compiler `3.4.6'. System SunOS, release 5.10, version Generic_127127-11, machine sun4u. Hostname sms-gateway, IP 10.101.101.10. Libxml version 2.

Re: Message identifier for returning DLR

2014-09-30 Thread ha...@aeon.pk
Actually to clarify for others' help, I checked the logs and discovered that the DLRs were going to sqlbox instead of smsbox. Forcing them to hit smsbox by setting boxc_id parameter has served the purpose for me. But for someone who is using sqlbox as a check-point for reconcile, he should be caref

Re: getting max 10 tps from single smpp session

2014-09-30 Thread RK Krishnas
Hi, I dont know how to do that. >From morning i Connected kannel to nowsms as Upstream. Same 10 tps per session & total of 30 tps. Both Machines are on local lan only. I Changed Nowsms smpp server to async mode. Now sms shows 200 tps with single sesiion from kannel. All 100 sms are transferred in

Re: getting max 10 tps from single smpp session

2014-09-30 Thread ha...@aeon.pk
I am assuming that the config/situation at the far end (telecom operator side) is the same and does not change. On Linux, 'top' or 'htop' command will get you the situation with CPU and RAM. In which scenario are you connecting nowsms with kannel? OPERATOR <--> BBOX <--> NOWSMS? Or some other? O

Re: Message identifier for returning DLR

2014-09-30 Thread ha...@aeon.pk
Great. Your 2nd point solved my issue. Thanks! On Tue, Sep 30, 2014 at 7:40 PM, RK Krishnas wrote: > 1. smsbox must up & running > 2. in insert statement`boxc_id` should be smsbox-id > > Example > > INSERT INTO `smpp_send_sms` > ( > `sql_id`, >

Re: Message identifier for returning DLR

2014-09-30 Thread ha...@aeon.pk
I cross-checked, this is already the case. Note that SMS-MO do make their way to the get-url but only DLRs are getting buffered. On Tue, Sep 30, 2014 at 7:22 PM, Alvaro Cornejo wrote: > Hi > > Check sms routing group /smsc-id it should match that of the route used > > Regards > > Alvaro > > > |-

Re: Message identifier for returning DLR

2014-09-30 Thread RK Krishnas
1. smsbox must up & running 2. in insert statement`boxc_id` should be smsbox-id Example INSERT INTO `smpp_send_sms` ( `sql_id`, `momt`, `sender`, `receiver`, `msgdata`,

Re: Message identifier for returning DLR

2014-09-30 Thread Alvaro Cornejo
Hi Check sms routing group /smsc-id it should match that of the route used Regards Alvaro |-| EnvĂ­e y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier celular y Nextel e

Re: getting max 10 tps from single smpp session

2014-09-30 Thread ha...@aeon.pk
Did you check system resources if either of them is choking? Have some monitoring of CPU idle time, Memory/RAM and network pipe. Regards, H On Tue, Sep 30, 2014 at 10:55 AM, RK Krishnas wrote: > Hi, > > I am Rajeev, > > > I am using Kannel from past 2 years. I am having 2 servers of kannel with

Re: Mutli DB support for DLR entries in failover mode

2014-09-30 Thread Husnain Taseer
Thanks Alex for your response I have already implemented it with HAproxy but I was trying to directly connect two databases with single instance of kannel, but I think I can't do it directly with kannel unless someone or me myself create a patch for it. Also please advice can I use HAProxy with SQ

Re: Mutli DB support for DLR entries in failover mode

2014-09-30 Thread Alexander Malysh
Hi, for this purpose usually used shared virtual IP for DBs with a heartbeat or you can try to use haproxy in tcp mode. Alex Am 30.09.2014 um 08:18 schrieb Husnain Taseer : > Dear Kannel Users, > > I want to connect multiple databases with single Kannel instance to record > DLR data in failo