sqlbox issue

2006-10-30 Thread Eyram Schwinger
I read an faq for sqlbox patch with the cvs version of kannel. I am using kannel 1.4.1 and I want to know if the standalone version of sqlbox also works with this faq. I realizedc that when I build sqlbox it is installed into /usr/local/bin while the bearerbox is installed into /usr/loc

RE: sqlbox issue

2006-10-30 Thread Cavit Dolgun
  As far as I know the patch will not work with kannel 1.4.1, it doesn’t even work with the latest cvs version of kannel since there have been some changes in the source code of kannel.   The sqlbox standalone is a separate application so you can not define directives for it in the kanne

SMSC returns Throttling error a bit too often

2006-10-30 Thread David Szanto
Hi everyone, I've got kannel v 1.4.0 installed on a debian (Sarge) platform comunicating with a SMSC through SMPP v3.4. Now, I've been getting the following error 7 times every 30 seconds or so: --- 2

Re: SMSC returns Throttling error a bit too often

2006-10-30 Thread Ben Suffolk
Hi everyone, I've got kannel v 1.4.0 installed on a debian (Sarge) platform comunicating with a SMSC through SMPP v3.4. Now, I've been getting the following error 7 times every 30 seconds or so: -- -

sqlbox kannel

2006-10-30 Thread Eyram Schwinger
Hi,Do you build kannel sepapately from sqlbox. If that is not the case then the question is would you havev to copy the contents of the sqlbox standalone version into the gateway folder and run the configure. I'm asking this because it seems as if there are certain statements that go into the smsbo

RE: SMSC returns Throttling error a bit too often

2006-10-30 Thread Mario Noboa
Hi David, Ben is rigth, that error means that you are sending more messages per second that your operator is allowing, but not always. I had the same problem, but thoughput and max-pending-submits didn't work. I resolved that problem with wait-ack. You ban probe some values for that parameter. T

Re: sqlbox issue

2006-10-30 Thread Mi Reflejo
Cavit is absolutely right. Just two things: 1) Take a look to the example file configuration located in "example" directory. 2) To compile sqlbox in another directory: ./configure --prefix=/DIRECTORY M On 10/30/06, Cavit Dolgun <[EMAIL PROTECTED]> wrote: As far as I know the patch will not wor

Re: SMSC returns Throttling error a bit too often

2006-10-30 Thread David Szanto
Hi Ben, Thanks for your prompt response!! According to my operator they used to have a limit of 10 SMSs/second, but they changed it to unlimited days ago. Actually that's why I set the throughput to 10. I'm quite lost with this. Besides I'm quite new to kannel. :-D Any other ideas? Thanks again

Re: sqlbox kannel

2006-10-30 Thread Mi Reflejo
Which statements? Sqlbox now is stand alone and it is compiled using kannel libraries. You don't need touch kannel files anymore. M On 10/30/06, Eyram Schwinger <[EMAIL PROTECTED]> wrote: Hi, Do you build kannel sepapately from sqlbox. If that is not the case then the question is would you hav

RE: sqlbox kannel

2006-10-30 Thread Cavit Dolgun
It would be better if you keep your question under the same subject to get a better reply.   Now to your question…   Sqlbox standalone is a totally separate program and I could NOT get it working with kannel 1.4.1.   If you want to use sqlbox I think first you have to install the cvs

RE: sqlbox kannel

2006-10-30 Thread Cavit Dolgun
It would be better if you keep your question under the same subject to get a better reply.   Now to your question…   Sqlbox standalone is a totally separate program and I could NOT get it working with kannel 1.4.1.   If you want to use sqlbox I think first you have to install the cvs

DLR for service

2006-10-30 Thread Nico Brenner
Hi, I'm having the following problem: I have a service configured like this: group = sms-service accepted-smsc = ENTEL allowed-receiver-prefix = 6539 keyword = prueba keyword-regex = ^prueba text = "Servicio de prueba" max-messages = 3 concatenation = true accept-x-kannel-headers = false omit-em

Re: sqlbox kannel

2006-10-30 Thread Eyram Schwinger
it is supposed to but when I compile both separately and try to run bearerbox it panics when it encounters the beaerbox-is-sqlbox = true in the smsbox group of the configuration and I cannot add the sqlbox group to the configuration so I have to run it separately. when I start bearerbox and later r

Re: sqlbox kannel

2006-10-30 Thread Nico Brenner
Hi Eryam, I have successfully built and installed sqlbox standalone in my machine, and I even set up 3 sqlboxes with 3 smsboxes, here is my /etc/init.d/kannel file which might serve you as an example on how to run sqlbox (I also include the sqlbox and smsbox configuration):-

Kannel Installation problems.

2006-10-30 Thread Arun Jain
Hello Group.   I am working on WAP gateway installation.  While installing kannel, I encountered following problems.   I tried running the following command.   I am working on Linux RedHat 4.5.3. (coreutils)   I ran this command as root.   1. /home/arun>sudo rpm --import /usr/share/doc/fedora-rele

Re: Kannel Installation problems.

2006-10-30 Thread Arnar Gestsson
Hi, have you looked into the rpm, by "rpm -qlp ..." to see the exact locations of the files? BR. Arnar On Mon, 2006-10-30 at 11:55 -0800, Arun Jain wrote: Hello Group.   I am working on WAP gateway installation.  While installing kannel, I encountered following problems.

Which package to install?

2006-10-30 Thread Arun Jain
Hello Group,    When I go to Kannel site I am confused.  I am working on Linux OS, but the downloas versions available on Kannelsites are for Fedora and Debian only.    Fedors has current add ons packages from Linux 1 to Linux 6 (Yarrow,Tettnang...Zod).    What is the difference among all three OSe

Please help with modem configuration

2006-10-30 Thread Luki Lusiano
I have a modem that my friend give me for testing with kannel, but i dont know how to make modem configuration for it, please can anyone help me?the modem isdowtel model ws-2100manufacture by korea inc.please at least can anyone help me to guide me to make my own configuration by giving any link or

Re: Please help with modem configuration

2006-10-30 Thread Luki Lusiano
Thank you very much for your reply.I still confuse how to setup the group = modemsthis is a part of my kannel.conf file that works finegroup = smscsmsc = atsmsc-id = lusianomodemtype = siemens_tc35device = /dev/ttyS0speed = 19200validityperiod = 167group = modemsid = siemens_tc35name = "Siemens TC3

RE: sqlbox kannel

2006-10-30 Thread Cavit Dolgun
  Remove the bearerbox-is-sqlbox from your kannel configuration file and run kannel that way. Then go set up the config file for sqlbox to connect to bearerbox within the sqlbox configuration file.   Regards,   Cavit Dolgun From: Eyram Schwinger [mailto:[EMAIL PROTECTED] Sen

RE: DLR for service

2006-10-30 Thread Cavit Dolgun
Can you paste the deliver_sm pdu from your logs? I was facing the same problem. I used to get code 8 saying that the message has been submitted to smsc and then no updates. I checked the logs and realized that I had a mistake in one of the database fields in my kannel configuration file. So kannel