RE: [Patch] EMI2 Keepalive patch

2001-08-02 Thread Ozkan ERENER
I have two questions for those patches: - I've commented out receive-port from the conf file but the bearerbox didn't start complaining about a missing parameter - I've added keepalive = 1 to the conf file and set the debugging level to 0. I was expecting to see UCP 31 messages every

RE: [Patch] EMI2 Keepalive patch

2001-08-02 Thread Andreas Fink
Title: RE: [Patch] EMI2 Keepalive patch I have two questions for those patches: - I've commented out receive-port from the conf file but the bearerbox didn't start complaining about a missing parameter That's correct. - I've added keepalive = 1 to the conf file and set the debugging level to

RE: [Patch] EMI2 Keepalive patch

2001-08-02 Thread Ozkan ERENER
Title: RE: [Patch] EMI2 Keepalive patch The manual says its value is"minute". Are you sure it's seconds? And event it was"seconds" I guess it doesn't get logged to the logs, right? thanks, Ozkan -Original Message-From: Andreas Fink [mailto:[EMAIL PROTECTED]]Sent: Thursday,

cvs

2001-08-02 Thread Frederik Ammitzbøll
Trying to download cvs snapshots from www.kannel.3glab.org, I fail to see the EMI2 keepalive patch committed anywhere (smsc_emi2.c looks the same as in 1.1.5!). Are these daily snapshots not generated anymore (snapshot-timestamp says June 22), or do you need cvs access to get them (in that case

Routing problems for SMS push

2001-08-02 Thread Gildas PERROT
Hi, I am using CVS version of June, 21. I am using 2 different emi2 accounts (for 2 differents sendsms users, A and B) on the SMSC and I want to route all A push traffic to account A only (idem for B). Here is my kannel configuration : group = smsc smsc-id = A ... group = smsc smsc-id = B ...

Re: cvs

2001-08-02 Thread David Holland
On Thu, Aug 02, 2001 at 11:10:44AM +0200, Frederik Ammitzbøll wrote: Are these daily snapshots not generated anymore (snapshot-timestamp says June 22), or do you need cvs access to get them (in that case could somebody be so kind as to send the patch to me please?) The daily snapshots are

Re: [patch] Flash, MWI and Unicode

2001-08-02 Thread Bruno David Simões Rodrigues
Re: [patch] Flash, MWI and Unicodeon mwi you activate or deactivate the simbols. mwimessages is a number that indicates the number of messages displayed on the mobile your unicode lacks one char (it's allways n*4 chars) Sorry for the others, but our kannel system has gone to production and it's

Re: [Patch] EMI2 Keepalive patch

2001-08-02 Thread Bruno David Simões Rodrigues
Keepalive value is in seconds! You cant (shouldn't) send one keepalive per second. See how long does it takes to the SmSC to shutdown the connection and use here a value a little bit smaller. -- Bruno Rodrigues - Original Message - From: Ozkan ERENER To: Bruno David Simões

Kannel usage in my project (Was: Re: Bug discovered with long text messages and escape sequences...)

2001-08-02 Thread Bruno David Simões Rodrigues
No, I haven't finished it yet the encoding code. :( As I said, our system started production and my primary concern now is to fix all small bugs like: 2001-07-31 Bruno Rodrigues [EMAIL PROTECTED] * bearerbox.c, smsbox.c: added alog_reopen to HUP signal handler. * smsbox.c: