Re: How to get the Kannel time, in GMT+2

2007-01-12 Thread Thanos Chatziathanassiou
Hillel wrote: Hi Andreas, I'm using the latest Centos which uses Redhat. # cat /etc/sysconfig/clock ZONE=Africa/Johannesburg UTC=true This implies that your system clock is set to UTC... is it ? ARC=false We set UCT to true as show above in /etc/sysconfig/clock and rebooted the server

Re: DLR status problem in Kannel1.4.1

2007-01-12 Thread Stipe Tolj
migital wrote: Why kannel is not able to call this url. Even earlier i was using the same url(With the required customization) and it was working fine. that is right... I checke code revisions of gw/smsbox.c. In fact yes, version 1.2.1 was using rev. 1.209 of the file, while Bruno added the

Re: [PATCH] Kannel Indentation

2007-01-12 Thread Stipe Tolj
Mi Reflejo wrote: Since i get sick patching kannel because the indentation (spaces mixed with tab [mixed 4 and 8 spaces too]) I decided to fix it. There is the huge patch. divide in two files gwlibindent.patch and gwindent.patch I did it completely by hand and then for sanity check i did: #

Re: DLR status problem in Kannel1.4.1

2007-01-12 Thread migital
Thanks a lot for your help. But can you please elaborate more on this so that i can overcome this problem or it will be great if you can please provide me some pointers so that i can solve this problem. Thanks, Stipe Tolj wrote: migital wrote: Why kannel is not able to call this url.

Re: [PATCH] Kannel Indentation

2007-01-12 Thread Mi Reflejo
Stipe: I made a simple test to avoid typos: diff -NrEbwB gw_orig gw_indeted Empty result. So there isn't typos. ;) M On 1/12/07, Stipe Tolj [EMAIL PROTECTED] wrote: Mi Reflejo wrote: Since i get sick patching kannel because the indentation (spaces mixed with tab [mixed 4 and 8 spaces

Re: [PATCH] Kannel Indentation

2007-01-12 Thread Stipe Tolj
Mi Reflejo wrote: Stipe: I made a simple test to avoid typos: diff -NrEbwB gw_orig gw_indeted Empty result. So there isn't typos. reasonable and sophisticated! +++1. Any objections from other to commit? Stipe --- Kölner

Re: DLR status problem in Kannel1.4.1

2007-01-12 Thread Stipe Tolj
migital wrote: Thanks a lot for your help. But can you please elaborate more on this so that i can overcome this problem or it will be great if you can please provide me some pointers so that i can solve this problem. there is not much more to say actually. You need to encode a full URL

Re: [PATCH] Re: MO Concatenation

2007-01-12 Thread fred
to help this patch out, the following has been working really well for ages for us. long bb_smscconn_receive_message(SMSCConn *conn, Msg *sms) { ... if( catenation_incoming ) // config to switch on feature { if(catenation_udh(sms,part_no,num_messages) != 0 ) // by catentation commands

Re: [RFC] enhancing SMSC routing - Re: routing from smsbox

2007-01-12 Thread fred
- Original Message - From: Stipe Tolj [EMAIL PROTECTED] To: fred [EMAIL PROTECTED] Cc: devel devel@kannel.org Sent: Saturday, January 13, 2007 1:33 AM Subject: [RFC] enhancing SMSC routing - Re: routing from smsbox fred wrote: not sure if this has come up before, but say if you