Re: [PATCH] better smsbox-route abilities

2007-02-27 Thread Stipe Tolj
Stipe Tolj wrote: Hi list, please find attached a patch for enhancing the current smsbox routing via 'smsbox-route' group in bearerbox scope. Changed the config directives to 'smsc-id' and 'shortcode' for smsbox-route group, since this fits the naming convention more, even while these are

Re: [PATCH] better smsbox-route abilities

2007-02-27 Thread Alexander Malysh
Hi Stipe, I hope you know that we never add/change config values without updating userguide? Please update user guide... Stipe Tolj wrote: Stipe Tolj wrote: Hi list, please find attached a patch for enhancing the current smsbox routing via 'smsbox-route' group in bearerbox scope.

Re: [PATCH] better smsbox-route abilities

2007-02-27 Thread Stipe Tolj
Alexander Malysh wrote: Hi Stipe, I hope you know that we never add/change config values without updating userguide? Please update user guide... yep, agreed. Will add it shortly. Stipe --- Kölner Landstrasse 419 40589

numhash overflow?

2007-02-27 Thread Paco
Hello everyone, I'm having a little problem with numhash tables in 64 bit system: the problem seems to be in this function: long numhash_get_char_key(char *nro) { int len; long key; if (!nro) return -1; len = strlen(nro); if (len precision) key = atoi(nro + len -precision);