Re: Very, very new to kannel and SMS

2005-09-14 Thread Wilfried Goesgens
On Wed, Sep 14, 2005 at 01:58:04AM -0300, EG wrote: Hi everyone, I'm newbie in this and searching for a good platform to connect to an SMSC kannel does this job. centre to send information, do voting and TV chat like applications and maybe ringtones. for that you need usual http based

How to deal with multithreading

2005-09-14 Thread Hillel
Hi, I'm running Kannel cvs-20050615 and when sending many SMSs at almost the same time using multithreading Kannel starts to spawn more bearerboxes. The command ps -auxwww|grep kannel , shows me more than one bearerbox. I'm concerned how to prevent Kannel trying to connect twice to the same SMSC

Re: keyword-regex

2005-09-14 Thread Christian Vandrei
Maybe you forgot a wildcard after TC? In standard regular expressions you would use ^TC* to match lines beginning with TC and followed anything else. If there always HAS to be some characters or numbers after TC you should try ^TC*+. May that helps, Christian. P.S.: It's the kind of mistake

RE: How to deal with multithreading

2005-09-14 Thread Paul Keogh
I'm running Kannel cvs-20050615 and when sending many SMSs at almost the same time using multithreading Kannel starts to spawn more bearerboxes. The command ps -auxwww|grep kannel , shows me more than one bearerbox. I'm concerned how to prevent Kannel trying to connect twice to the

RE:How to deal with multithreading

2005-09-14 Thread Hillel
Hi, I'm running on kernel 2.6.9-11.ELsmp #1. Rgds I'm running Kannel cvs-20050615 and when sending many SMSs at almost the same time using multithreading Kannel starts to spawn more bearerboxes. The command ps -auxwww|grep kannel , shows me more than one bearerbox. I'm concerned

Re: How to deal with multithreading

2005-09-14 Thread Enver ALTIN
Hi, On Wed, 2005-09-14 at 11:41 +0200, Hillel wrote: I'm concerned how to prevent Kannel trying to connect twice to the same SMSC as I only have one allowed instance. How can you set in the configuration files how many instances are allowed when multithreading. I think you're climbing the

Re: [REPOST] DLR on wappushes ?

2005-09-14 Thread Mike Nwaogu
hello, I'm not sure how you'll impliment it, but you need to be sure that the URL has no spaces inbetween the values for the parameters. when there's a break the URL may not be properly represented. EG: BAD username=ppgusernamepassword=ppgpassworddlr-mask=31dlr-url=http://192.168.0.1/my midi

{Spam?} Re: [REPOST] DLR on wappushes ?

2005-09-14 Thread Linkas
Ok guys, the problem in NOT in the url syntax Julien Mike Nwaogu wrote: hello, I'm not sure how you'll impliment it, but you need to be sure that the URL has no spaces inbetween the values for the parameters. when there's a break the URL may not be properly represented. EG: BAD