Re: Throughput disabling and Enableling on Code

2013-03-14 Thread krnrd b
Hi Team, Please Help .. On Wed, Mar 13, 2013 at 1:01 PM, krnrd b wrote: > Hi Team, > > How to disable and Eanble smsc connection throughput from code. > > My kannel not reading the throughput parameter even if i specify on > configuration i am using kannel 1.4.3. > > Regards, > KRNRDB >

Re: Throughput disabling and Enableling on Code

2013-03-14 Thread Milan P. Stanic
On Thu, 2013-03-14 at 13:15, krnrd b wrote: > Hi Team, > > Please Help .. > > On Wed, Mar 13, 2013 at 1:01 PM, krnrd b wrote: > > Hi Team, > > > > How to disable and Eanble smsc connection throughput from code. > > > > My kannel not reading the throughput parameter even if i specify on > > c

Re: Throughput disabling and Enableling on Code

2013-03-14 Thread spameden
Do not use 1.4.3, it's outdated. Use the latest from SVN trunk, not the 1.5.0 on the site (it's buggy too). 2013/3/14 Milan P. Stanic : > On Thu, 2013-03-14 at 13:15, krnrd b wrote: >> Hi Team, >> >> Please Help .. >> >> On Wed, Mar 13, 2013 at 1:01 PM, krnrd b wrote: >> > Hi Team, >> > >> >

Re: Throughput disabling and Enableling on Code

2013-03-14 Thread krnrd b
Without updating to latest version of kannel is there any patch to do this. On Thu, Mar 14, 2013 at 3:07 PM, spameden wrote: > Do not use 1.4.3, it's outdated. > > Use the latest from SVN trunk, not the 1.5.0 on the site (it's buggy too). > > 2013/3/14 Milan P. Stanic : > > On Thu, 2013-03-14 at

Re: Contents of users digest : SMSC moving away from SMPP

2013-03-14 Thread Ombongi Moraa Fe
Stipe, Thanks for your response. Never appreciated the ease of SMPP as much as I do now. Everything is so straight forward with SMPP. I run into challenges, I just refer to kannel userguide and get the answer and if I'm still having trouble understanding, I just loop in the forum. **Congratulatio

Re: SMSC moving away from SMPP

2013-03-14 Thread Milan P. Stanic
On Thu, 2013-03-14 at 00:15, Stipe Tolj wrote: > Am 11.03.2013 12:46, schrieb Milan P. Stanic: > >On Mon, 2013-03-11 at 14:21, Ombongi Moraa Fe wrote: > >>My SMSC is moving CPs away from SMPP and introducing an SDP Platform. There > >>are a set of endpoints to allow me to receive messages from the

sqlbox on FreeBSD - Question & Request

2013-03-14 Thread Alberto Mijares
Hi list, Anyone using kannel and sqlbox on FreeBSD there? I'd like to know how did you implemented the start and stop of sqlbox. In case of modifying the kannel init script, a diff would be fine. The request is to include version 1.12 for automake in bootstrap script since this is the current ve

sqlbox on remote address

2013-03-14 Thread Arturo SAnchez
Hello All You know, I'm experimenting a weird situation. I want to use sqlbox and connect to LAN DB but I think this is when sqlbox crashes. It's a simple remote host = 10.191.219.22X I can connect from this machine using the mysql client, actually it uses the same DB for dlr storage Please let me

Re: sqlbox on remote address

2013-03-14 Thread Willy Mularto
If you are trying to connect SQLBox to another host make sure you have define port directive in your SQLBox configuration: …. host = 1.2.3.4 port = 3306 …. Willy Mularto sangpr...@gmail.com On Mar 15, 2013, at 12:55 PM, Arturo SAnchez wrote: > Hello All > > You know, I'm experimenting a wei

Re: sqlbox on remote address

2013-03-14 Thread Arturo SAnchez
Hello Yes I already have the port, I think is something more about coding. That's why I cc devel - group = sqlbox id = sqlbox-db smsbox-id = sqlbox #global-sender = "" bearerbox-host = localhost bearerbox-port = 13001 smsbox-port = 13005 smsbox-port-ssl = false sql-log-table = sent_sms sql-ins

Re: sqlbox on remote address

2013-03-14 Thread Willy Mularto
Have you grant your host in MySQL? Willy Mularto sangpr...@gmail.com On Mar 15, 2013, at 1:03 PM, Arturo SAnchez wrote: > Hello > > Yes I already have the port, I think is something more about coding. That's > why I cc devel > - > group = sqlbox > id = sqlbox-db > smsbox-id = sqlbox > #

Re: sqlbox on remote address

2013-03-14 Thread Arturo SAnchez
Willy, Yes that's the weird part. I can even use mysql client and nothing. I can use it for dlr storage but no for sqlbox Someone can explain that? please. Thanks 2013/3/15 Willy Mularto > Have you grant your host in MySQL? > > > Willy Mularto > sangpr...@gmail.com > > On Mar 15, 2013, at 1

Re: sqlbox on remote address

2013-03-14 Thread Willy Mularto
Have you also check max connection allowed, etc? Try to set spool directive in SQLBox, by default it create 10 concurrent connections. Willy Mularto sangpr...@gmail.com On Mar 15, 2013, at 1:36 PM, Arturo SAnchez wrote: > Willy, > > Yes that's the weird part. > > I can even use mysql clie

Re: sqlbox on remote address

2013-03-14 Thread Arturo SAnchez
Oh Shamera, You gave me a hint, the problem was the port because the iptables rule I was using was wrong. Thank you all guys! Sorry my bad. 2013/3/15 A Shamera Thusan Ranathunga < shamera.ranathu...@mahindracomviva.com> > Hi > > > > Is your mysql port is correct ? I sow in your configuration