RE: SMS to email

2002-06-02 Thread Oded Arbel
The error you describe is related to the fake_smsc module, and it means that something went wrong with the message you submitted using fake_smsc, and not because of how you wrote the sms-service. I'd say that the exec line you posted looks ok - even if I wouldn't do it like this. -- Oded Arbel

RE: MySQL logging

2002-06-02 Thread Oded Arbel
What SMSC module are you using ? -- Oded Arbel m-Wise Inc. [EMAIL PROTECTED] (972)-67-340014 (972)-9-9581711 (ext: 116) ::.. "According to a new survey, women say they feel more comfortable undressing in front of men than they do undressing in front of other women. They say that women are too

SMS to email

2002-06-02 Thread Domino
I am trying to setup an SMS to email gateway on linux with Kannel 1.1.6 I have been trying an sms-service as exec = "echo %r | mail -s \"sms message from %p\" %s" the intension being the sender would specify the keyword 'email' followed by the email address then the body text. I've tried this usi

RE: MySQL logging

2002-06-02 Thread Hani Mustafa
Well, besides having mysql logging all queries made to it, I don't see any extra entries in the dlr table that I made. As a matter of fact, no entries at all. Thanks, ~Hani Mustafa Oded Arbel <[EMAIL PROTECTED]> wrote : > There are some minor memory leaks in the dlr module, and that is what yo

RE: siemens m20

2002-06-02 Thread Oded Arbel
Make sure that the terminal speed is set correctly (19200 on my M20 - could yours be set to a different line speed ?), that was my problem last time I had difficulties getting the M20 to start. -- Oded Arbel m-Wise Inc. [EMAIL PROTECTED] (972)-67-340014 (972)-9-9581711 (ext: 116) ::.. Wise men

RE: MySQL logging

2002-06-02 Thread Oded Arbel
There are some minor memory leaks in the dlr module, and that is what you see in the logs that you submitted. it will probably get fixed when it anoys one of the developers enough to invest the time in, but is really a non-issue as these are mainly static memory buffer that only get allocated o

RE: siemens m20

2002-06-02 Thread Peter Löfman
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of Lukas > Sent: den 2 juni 2002 10:51 > To: Kannel lists (E-mail) > Subject: Re: siemens m20 > > > > We're also using M20 terminals w/o problems - we had some problems > > with sim buffering and an

MySQL logging

2002-06-02 Thread Hani Mustafa
Hello everyone. I'm having problems using dlr-storage as mysql, although I note the bearerbox connecting to the sql server, no queries/inserts are done, and it quits normally when bearerbox ends. here is a sample of the error: 2002-05-30 17:23:57 [0] ERROR: MYSQL: 2002-05-30 17:23:57 [0] DEBUG:

Re: DLR implementation

2002-06-02 Thread Oded Arbel
Troy Kelly wrote: > Hi, > > Can somebody point me in the right direction with the DLR reports (url > based) > > I am using internal storage and have the DLR reports being returned to > a URL. How do I know what message they are for? > > I can see this in my SMSbearer window... > > 2002

Re: siemens m20

2002-06-02 Thread Lukas
> We're also using M20 terminals w/o problems - we had some problems with > sim buffering and an old M20 which was probably faulty, but the new > bunch we got work perfectly. So i really don`t know what`s the problem in my case. I have Slackware 8.0 linux with 2.4.18 kernel + libxml2-2.4.20 insta

Re: siemens m20

2002-06-02 Thread Oded Arbel
Bruno Rodrigues wrote: >On Fri, 2002-05-31 at 11:00, Lukas wrote: > > >>Hello group, >> >>I have serious problem with setting my siemens m20 as smsc center. Kannel >>cannot run it. I don`t know what it is, but i used this modem with other >>applications (based on AT commands too) and worked fin