got +CMT but pdu_extract failed

2008-05-29 Thread Eric Beda
Hi, I have just began using kannel, i seem to be able to receive messages but for only about 20 minutes or close to 5 messages, after which kannel doesn't receive sms's i get the following errors in log file got +CMT but pdu_extract failed Any ideas? below is brief extract of logfile 2008-05-2

got +CMT but pdu_extract failed - need help

2008-05-30 Thread Eric Beda
Hi, I have just began using kannel, i seem to be able to receive messages but for only about 20 minutes or close to 5 messages, after which kannel doesn't receive sms's i get the following errors in log file got +CMT but pdu_extract failed Any ideas? below is brief extract of logfile 2008-05-2

forcing PDU mode after every at command

2008-06-02 Thread Eric Beda
Hi, As a quest to solve pdu_extract fail error on wavecom devices in kannel, i came accross a post of someone saying he/she fixed it by 'forcing PDU mode after every at command' i was wondering how do i achieve that ? Eric

automatically restarting kannel when in PANIC

2008-06-09 Thread Eric Beda
Hi, How can i automatically restart kannel or reset whe kannel PANICS or gets an error Regards

Re: automatically restarting kannel when in PANIC

2008-06-09 Thread Eric Beda
Thanks, i'll appreciate a quick howto in setting up kannel to work with daemon tools,,, i'm going to try out daemon tools tomorro > >> How can i automatically restart kannel or reset whe kannel PANICS or >> gets >> an error > > i use daemontools to monitor kannel (and other services). i run it on

Re: automatically restarting kannel when in PANIC

2008-06-13 Thread Eric Beda
ath/to/bin/bearerbox --daemon --parachute > > This will restart kannel if it crached. Optionally you can start some > script to send e.g. email when kannel crached: > > /path/to/bin/bearerbox --daemon --parachute --panic-script /path/to/script > > Thanks, > Alex > >

receiving sms via smpp

2012-09-26 Thread Eric Beda
Hi all, This is my first time posting. I have installed kannel 1.5.0, opensmppbox and sqlbox. I want to be able to send and receive messages via SMPP. I've figured out how to send messages, was wondering how does one receive messages. is it via the sms-service group in get-url ??. Regards

Re: receiving sms via smpp

2012-09-26 Thread Eric Beda
y desde cualquier > celular y Nextel > en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via > SMS y GPRS online > Visitenos en www.perusms.NET www.smsglobal.com.mx y > www.pravcom.com > > > On Wed, Sep 26, 2012 at 5:03 PM, Eric Beda wrote

Re: sms gateway help

2012-10-02 Thread Eric Beda
Hi, As far as I know, kannel may be the best way for SMS data,,, but if your thinking of video, voice, forms there is another opensource tool called open data kit (ODK), its perfect for such but utilises 3G and/or GPRS. Hope that helps On Mon, Oct 1, 2012 at 4:28 PM, hala alramli wrote: > i am

Limiting TCP connections to bearerbox

2012-10-15 Thread Eric Beda
Hi all, I have come up with an unfortunate problem. I had a working kannel configuration with an operators SMSC, everything was working fine, then lately they say that I am connecting to there interface using two interfaces. They have now limited me to one, and my kannel logs receive an error SM

Re: Limiting TCP connections to bearerbox

2012-10-15 Thread Eric Beda
Hi, Well I only have one group=smsc connection which is configured to act as a transceiver Regards On Mon, Oct 15, 2012 at 3:34 PM, spameden wrote: > You probably have multiple > > group=smsc > > defined inside your kannel.conf > > > 2012/10/15 Eric Beda > >

Re: Limiting TCP connections to bearerbox

2012-10-15 Thread Eric Beda
x > > > 2012/10/15 Eric Beda > >> Hi, >> >> Well I only have one group=smsc connection which is configured to act as >> a transceiver >> >> Regards >> >> >> On Mon, Oct 15, 2012 at 3:34 PM, spameden wrote: >> &g

Re: Limiting TCP connections to bearerbox

2012-10-15 Thread Eric Beda
X than i > will suggest appropriate connection strings. > > Kindly check. > > Regards > Tapan Thapa > > On Mon, Oct 15, 2012 at 6:04 PM, Eric Beda wrote: > >> Hi Tapan, >> Yes, I have tried that it works, and via lsof -i I notice there is >> only

Re: Limiting TCP connections to bearerbox

2012-10-15 Thread Eric Beda
I am using kannel 1.5.0 On Mon, Oct 15, 2012 at 3:50 PM, spameden wrote: > I'm using multiple SMSC links with transceiver mode enabled. > > Only 1 connection established to the SMSC for each SMSC. > > What's kannel version you're on? > > >

Re: Limiting TCP connections to bearerbox

2012-10-15 Thread Eric Beda
u can remove it. > > > 2012/10/15 spameden > >> I'm using multiple SMSC links with transceiver mode enabled. >> >> Only 1 connection established to the SMSC for each SMSC. >> >> What's kannel version you're on? >> >> >>

Re: Kannel setup

2013-06-14 Thread Eric Beda
Hi guyz, I've been following this post, I have a some how similar problem, I don't want sqlbox to process received text, as it stands it appears some kind of load balancing between smsbox and sqlbox, as the bulk of the messages are processed via the exec command but some are just inserted into sent

kannel sqlbox performance best practice

2013-06-14 Thread Eric Beda
Hi guys, I have a setup where by I am connected via smpp to mobile operator, receive messages via sms-service get-url, process it with php and send replies via sqlbox (inserting into send_sms) This setup goes all fine and well during testing ( low traffic ) phase except for a few niggles (not the

Re: kannel sqlbox performance best practice

2013-06-15 Thread Eric Beda
t other advices. > > However the best way to test your system is to perform some benchmarks > with smpp simulators (using the real actual sms-services) and check how > your system behave with different configuration types. > > Most of the times kannel is NOT the bottleneck. php/perl