Get ordered dict keys

2003-07-29 Thread CHARBONNIER Christophe
Hi list, Is there a (simple) way to get the keys of a Dict structure in an ordered manner ?? Thxs Christophe

Re: Extended Character Set in Kannel

2003-07-29 Thread Andreas Fink
On Dienstag, Juli 29, 2003, at 02:31 Uhr, Stamatopoulos Panagiotis ([EMAIL PROTECTED]) wrote: Andreas, There are only 10 (capital) letters for the greek language that do not match the english one. All other letters are the same as english. These 10, I think are all included in the ISO8859-1.

RE : Get ordered dict keys

2003-07-29 Thread CHARBONNIER Christophe
I implemented a little tri a bulles algorithm (bubble ordering) like this: (not very fast nor readable, but it works) // List ordering n = list_len(my_list); for (i = 0; i n; i++) for (j = 0; j n - i - 1; j++) { if (octstr_compare(list_get(my_list, j),

[RFT] Kannel Keyword Handling

2003-07-29 Thread Alex Judd
Title: OTA provisioning SMS format I'm now getting to the point where the keyword handling within Kannel is not as intelligent as we need it to be and I'm looking to build in (or around) some better functionality. Thought it would be good to air my thoughts before going ahead. 1. Current

Re: [RFT] Kannel Keyword Handling

2003-07-29 Thread Alexander Malysh
Hi Alex, why not just add regexp ? with regexpr you can map most variations... Am Dienstag, 29. Juli 2003 21:39 schrieb Alex Judd: OTA provisioning SMS formatI'm now getting to the point where the keyword handling within Kannel is not as intelligent as we need it to be and I'm looking to

Adding syslog support for smsbox and bearerbox

2003-07-29 Thread Alan McNatty
Hello, I have attached a small patch to add syslog logging support for both smsbox and bearerbox as was done for wapbox some time ago. I have made some minor changes to gwlib/log.c to reformat in case of syslog logging to exclude the date stamp which syslog prepends. Also a tiny change to

Re: Kannel quits without reporting fatal error

2003-07-29 Thread Alan McNatty
Patch to run_kannel_box to log to syslog. On Wed, 2003-07-09 at 12:54, Andreas Fink wrote: On Dienstag, Juli 8, 2003, at 11:13 Uhr, Alan McNatty wrote: Hello, run_kannel_box is a strange beast (at least to me). It's purpose seems unclear (or more

Re: Adding syslog support for smsbox and bearerbox

2003-07-29 Thread Alan McNatty
patch attached. On Wed, 2003-07-30 at 10:13, Alan McNatty wrote: Hello, I have attached a small patch to add syslog logging support for both smsbox and bearerbox as was done for wapbox some time ago. I have made some minor changes to gwlib/log.c to reformat in case of syslog logging to