[PATCH] better smsbox-route abilities

2007-02-01 Thread Stipe Tolj
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 semicolon seperated

Re: [PATCH] generic lookup dictionary (hash) - extends gwlib/dict.[ch]

2007-02-01 Thread Stipe Tolj
Alexander Malysh wrote: Hi, I don't know now how to use this code but code reviews show: usage example is in test/test_gw_dict.c, which is attached in the patch. 1) gw_dict_ops_t doesn't define function to destroy key. Because key is not Octstr anymore you need to know which function to ca

Re: are these bugs when sending concatenated SMSs

2007-02-01 Thread Andreas Fink
I am saying that a concatenated 7 bit sms part can only bee 153 chars. On 01.02.2007, at 13:20, Hillel wrote: Hi Andreas, Are you saying the concatenated SMS can be either 153 or 154 as it depends on the SMSC if it discards the last char? If this is the case, which is interesting, we will

RE: are these bugs when sending concatenated SMSs

2007-02-01 Thread Hillel
Hi Andreas, Are you saying the concatenated SMS can be either 153 or 154 as it depends on the SMSC if it discards the last char? If this is the case, which is interesting, we will need to test with each SMSC we use and keep a record if a concatenated message is 153 or 154 chars. Currently in test