RE: Accounting with Kannel

2002-04-25 Thread Angel Fradejas
EMI driver reports 2 messages received for each MO in /status. A better solution for accounting would be kannel.access parsing, for example. Or integrate kannel with an accounting database, as I did. Angel Fradejas Mediafusión España, S.A. [EMAIL PROTECTED] www.mediafusion.es Tel. +34 91 252

Stable SMSC with wavecom modems

2002-04-25 Thread Jacob Vennervald Madsen
Hi All I've already sent this on the users list but I thought maybe the devel list was a better place to post this. Has anybody been using wavecom modems and AT2 as SMSC under high loads both for sending and receiving? I'm having trouble making it work correctly. If I'm only sending a lot of

Re: Fw: Kannel version 1.1.5-1 fault tolerance and memory leaks

2002-04-25 Thread Aarno Syvänen
Hi James, From: James Wang [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Fw: Kannel version 1.1.5-1 fault tolerance and memory leaks Date: Mon, 22 Apr 2002 12:29:26 +0100 - Original Message - From: James Wang [EMAIL PROTECTED] Dear Sir/Madam, I have the following

Re: Stable SMSC with wavecom modems

2002-04-25 Thread Stipe Tolj
Jacob Vennervald Madsen wrote: Are there any settings I can change to make this work more stable? I've tried to change the sendline-sleep setting to something higher but it doesn't help. Does anybody have any ideas? please send us a log of the smsbox to see what's going on there. It's

Re: CVS is broken?

2002-04-25 Thread Alex Judd
Thanks. Will diff the patches for a few things today and submit them. Alex On Wed, 24 Apr 2002, Stipe Tolj wrote: Seems to be fixed now. Commit that fixed the bug was: http://www.kannel.3glab.org/cgi-bin/viewcvs.cgi/gateway/gw/smsbox.c.diff?r1=1.185r2=1.186sortby=date -- Alex Judd

RE: Stable SMSC with wavecom modems

2002-04-25 Thread Jacob Vennervald Madsen
This is what it says in the core access log: 2002-04-25 11:25:15 FAILED Send SMS [SMSC:4526750112] [SVC:telecom2002] [ACT:] [from:+4526750106] [to:26750106] [flags:0:1:0:0:0] [msg:56:spam 13 of 15. Please reply with the same message. ASAP.] [udh:0:] 2002-04-25 11:25:15 FAILED Send SMS

Re: Stable SMSC with wavecom modems

2002-04-25 Thread Andrea Viscovich
Well, maybe won't change anything, by the way you have AT+CMMS=2^M It does not work with wavecom, and you should take it away from your source or get current cvs that should have a setting for it. Maybe then it will work. I had the same problem, but Usually I don't use modem to send sms, only to

RE: Stable SMSC with wavecom modems

2002-04-25 Thread Jacob Vennervald Madsen
Where do I remove it from in source 1.1.6? Jacob Vennervald -Original Message- From: Andrea Viscovich [mailto:[EMAIL PROTECTED]] Sent: 25. april 2002 11:58 To: Jacob Vennervald Madsen; Kannel lists (E-mail 2) Subject: Re: Stable SMSC with wavecom modems Well, maybe won't

Re: Stable SMSC with wavecom modems

2002-04-25 Thread Andrea Viscovich
Search cmms in smsc_at2.c source. There is only 1 row. do an /* */ over it Andrea - Original Message - From: Jacob Vennervald Madsen [EMAIL PROTECTED] To: Andrea Viscovich [EMAIL PROTECTED]; Kannel lists (E-mail 2) [EMAIL PROTECTED] Sent: Thursday, April 25, 2002 12:14 PM

Firmware update for wavecom

2002-04-25 Thread Jacob Vennervald Madsen
Has anybody got a firware update for a Wavecom 1200 series modem later than 410aM11B.58 1137292 090600 17:39? Jacob Vennervald

Re: Fw: Kannel version 1.1.5-1 fault tolerance and memory leaks

2002-04-25 Thread James Wang
- Original Message - From: Aarno Syvänen [EMAIL PROTECTED] ++ 1). If I send an empty UDP packet to the WAP box, it does not serve any more. (I have to restart the service.) Can you report your settings with

Re: Bug in wap_push_ppg.c ?

2002-04-25 Thread Stipe Tolj
Paul Keogh wrote: I think the function; /* * Check that we have rigth application id for confirmed push (it is, push.sia) */ static int coriented_deliverable(long appid_code) { return appid_code == 2; } should be static int coriented_deliverable(long appid_code) {

[PATCH] SMPP null terminated input

2002-04-25 Thread Simon Beale
Null terminated messages received by kannel keep hold of the null and turn it into an ''. This is best demonstrated if you do a get-url with an input null terminated message. e.g. received: HelloWorld\0 resulting URL requested: http://foo.bar/page.html?text=HelloWorld; The attached patch