Re: Message ID higher than 2147483647

2006-06-04 Thread Mi Reflejo
: users@kannel.org Subject: Re: Message ID higher than 2147483647 Mi Reflejo wrote: Well. Actually the patch was mine ;) wups... need to correct the credits in ChangeLog then.. :) Stipe --- Kölner Landstrasse 419 40589 Düsseldorf

Re: Message ID higher than 2147483647

2006-06-04 Thread Stipe Tolj
Rene Kluwen wrote: Stipe, Are you maintaining a ChangeLog of the ChangeLog? ;) nop :], should I? ;) Stipe --- Kölner Landstrasse 419 40589 Düsseldorf, NRW, Germany tolj.org system architecture Kannel Software Foundation

Re: Message ID higher than 2147483647

2006-06-04 Thread Stipe Tolj
Mi Reflejo wrote: Heh, resentful attitude. ;) structural, yes... but unreal ;) Stipe --- Kölner Landstrasse 419 40589 Düsseldorf, NRW, Germany tolj.org system architecture Kannel Software Foundation (KSF)

Re: Message ID higher than 2147483647

2006-06-01 Thread Stipe Tolj
Ady Wicaksono wrote: Dear all on 32 bit system, we have max int 2^31 - 1 = 2147483647 (look at /usr/include/stdint.h) :# define INT32_MAX(2147483647) I have the problem with this, some of SMSC use hex/decimal pair. submit_sm_resp is using hexadecimal 2006-05-18 15:30:18

Re: Message ID higher than 2147483647

2006-06-01 Thread Stipe Tolj
Vincent CHAVANIS wrote: joke buy a 64bit server :-) /joke now, joking is only allowed if afterwards code analysis follows! :p Stipe --- Kölner Landstrasse 419 40589 Düsseldorf, NRW, Germany tolj.org system architecture

Re: Message ID higher than 2147483647

2006-06-01 Thread Mi Reflejo
There is a patch :) http://bugs.kannel.org/view_bug_advanced_page.php?f_id=345 Regards, M On 6/1/06, Stipe Tolj [EMAIL PROTECTED] wrote: Vincent CHAVANIS wrote: joke buy a 64bit server :-) /joke now, joking is only allowed if afterwards code analysis follows! :p Stipe

Re: Message ID higher than 2147483647

2006-06-01 Thread Stipe Tolj
Ady Wicaksono wrote: Dear all on 32 bit system, we have max int 2^31 - 1 = 2147483647 (look at /usr/include/stdint.h) :# define INT32_MAX(2147483647) I have the problem with this, some of SMSC use hex/decimal pair. submit_sm_resp is using hexadecimal 2006-05-18 15:30:18

Re: Message ID higher than 2147483647

2006-06-01 Thread Mi Reflejo
Well. Actually the patch was mine ;) M. On 6/1/06, Stipe Tolj [EMAIL PROTECTED] wrote: Ady Wicaksono wrote: Dear all on 32 bit system, we have max int 2^31 - 1 = 2147483647 (look at /usr/include/stdint.h) :# define INT32_MAX(2147483647) I have the problem with this,

Re: Message ID higher than 2147483647

2006-06-01 Thread Mi Reflejo
But all merits to Ady for show us the light ;) On 6/1/06, Mi Reflejo [EMAIL PROTECTED] wrote: Well. Actually the patch was mine ;) M. On 6/1/06, Stipe Tolj [EMAIL PROTECTED] wrote: Ady Wicaksono wrote: Dear all on 32 bit system, we have max int 2^31 - 1 = 2147483647 (look at

Re: Message ID higher than 2147483647

2006-06-01 Thread Stipe Tolj
Mi Reflejo wrote: Well. Actually the patch was mine ;) wups... need to correct the credits in ChangeLog then.. :) Stipe --- Kölner Landstrasse 419 40589 Düsseldorf, NRW, Germany tolj.org system architecture Kannel Software

RE: Message ID higher than 2147483647

2006-06-01 Thread Rene Kluwen
Stipe, Are you maintaining a ChangeLog of the ChangeLog? ;) -- ME -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Stipe Tolj Sent: vrijdag 2 juni 2006 1:15 To: Mi Reflejo Cc: users@kannel.org Subject: Re: Message ID higher than 2147483647 Mi Reflejo

(Solutions) Re: Message ID higher than 2147483647

2006-05-18 Thread Ady Wicaksono
Subject: Message ID higher than 2147483647 Dear all on 32 bit system, we have max int 2^31 - 1 = 2147483647 (look at /usr/include/stdint.h) :# define INT32_MAX(2147483647) I have the problem with this, some of SMSC use hex/decimal pair. submit_sm_resp is using hexadecimal 2006