Re: Some remarks

2006-07-13 Thread Colin Pitrat
Hello, I re-send my patch for MWI sms. The problem is that judging by fields_to_dcs function in sms.c, an empty message with an activating MWI flag should result in discard message MWI whereas a non-empty message should result in store message MWI. But when the smsbox handle the message sent

Re: Some remarks

2006-07-07 Thread Colin Pitrat
lorry, I was tired. What I wanted to say is that -r option is short for --randomize in fakesmsc, and it's also short for --port : if (strcmp(argv[i], -r)==0 || strcmp(argv[i], --port)==0) [...] else if (strcmp(argv[i], -r)==0 || strcmp(argv[i], --randomize)==0)

Re: Some remarks

2006-07-07 Thread Vincent CHAVANIS
@kannel.org Sent: Friday, July 07, 2006 9:37 AM Subject: Re: Some remarks lorry, I was tired. What I wanted to say is that -r option is short for --randomize in fakesmsc, and it's also short for --port : if (strcmp(argv[i], -r)==0 || strcmp(argv[i], --port)==0) [...] else if (strcmp(argv[i], -r)==0

Re: Some remarks

2006-07-07 Thread Stipe Tolj
Colin Pitrat wrote: lorry, I was tired. What I wanted to say is that -r option is short for --randomize in fakesmsc, and it's also short for --port : if (strcmp(argv[i], -r)==0 || strcmp(argv[i], --port)==0) [...] else if (strcmp(argv[i], -r)==0 || strcmp(argv[i], --randomize)==0)

Re: Some remarks

2006-07-07 Thread Colin Pitrat
Stipe Tolj wrote: I had a report of an other Kannel user that cvspserver was not available for TCP connection? Can you state a timestamp for this? Well, when I go to http://kannel.org/cgi-bin/lxr/source, I've got the Apache Test Page, but I just figured that ViewVC is working. Colin

Re: Some remarks

2006-07-07 Thread Stipe Tolj
Colin Pitrat wrote: Stipe Tolj wrote: I had a report of an other Kannel user that cvspserver was not available for TCP connection? Can you state a timestamp for this? Well, when I go to http://kannel.org/cgi-bin/lxr/source, I've got the Apache Test Page, but I just figured that ViewVC is

Re: Some remarks

2006-07-06 Thread Colin Pitrat
Oups, of course I forgot the attachment ! Colin Colin Pitrat wrote: Hello, here is another patch as attachment. It concerns contrib/php-admin which is broken when php is configured with register_globals=Off (reccomended) and use of name instead of value in option tag. I'm currently working

Re: Some remarks

2006-07-06 Thread Vincent CHAVANIS
Yep, i'm in favor of normlizing all args. (host=-h port=-p etc...) btw, your patch is incomplete, (i.e static char usage) regards Vincent. -- Telemaque - NICE - (FR) Service Technique - Developpement http://www.telemaque.fr/ [EMAIL PROTECTED] Tel : +33 4 93 97 71 64 (fax 68) - Original

Re: Some remarks

2006-07-06 Thread Vincent CHAVANIS
, 2006 2:58 PM Subject: Re: Some remarks Oups, of course I forgot the attachment ! Colin Colin Pitrat wrote: Hello, here is another patch as attachment. It concerns contrib/php-admin which is broken when php is configured with register_globals=Off (reccomended) and use of name instead

Re: Some remarks

2006-07-06 Thread Stipe Tolj
Vincent CHAVANIS wrote: Yep, i'm in favor of normlizing all args. (host=-h port=-p etc...) btw, your patch is incomplete, (i.e static char usage) yeah, if we could... It's not a mistake that I had to switch -p - -r for fakesmsc. The reason is Alex's way to include generic binary switch

Re: Some remarks

2006-07-06 Thread Humberto Figuera
On 7/6/06, Vincent CHAVANIS [EMAIL PROTECTED] wrote: in php when double quotes are used, PHP will first look inside the string for any references to variables that may exist. (=lower). It is variable interpolation ;p If you are using static string please use ' single quote (=faster in

Re: Some remarks

2006-07-06 Thread Colin Pitrat
Okay, but then there is a conflict with randomize that is -p, and the help is not consistant as it says -p for port and -r for randomize. Colin Stipe Tolj wrote: Vincent CHAVANIS wrote: Yep, i'm in favor of normlizing all args. (host=-h port=-p etc...) btw, your patch is incomplete, (i.e

Re: Some remarks

2006-07-06 Thread Stipe Tolj
Colin Pitrat wrote: Okay, but then there is a conflict with randomize that is -p, and the help is not consistant as it says -p for port and -r for randomize. ??? Stipe --- Kölner Landstrasse 419 40589 Düsseldorf, NRW, Germany