On Wednesday 02 June 2010, Iñaki Baz Castillo wrote:
Hi Iñaki,
this should be properly documented, as it has the potential of breaking some configurations.
I think we should think a bit more about this step, as it would be a major change in the way most people expect the database to work, which happens to be mostly mysql in our case. Add devel list as CC.
Henning
2010/6/2 Henning Westerholt henning.westerholt@1und1.de:
Sure, it would involve an important change so it should be part of a new version and be properly documented. I will check out all the stuf that this would require (table columns, module functions and so) and will document it.
Regards.
2010/6/2 Iñaki Baz Castillo ibc@aliax.net:
A workaround for this would be using:
if ! avp_check("$tU","eq/$au")
instead of:
if ! check_to()
On 6/3/10 12:52 PM, Iñaki Baz Castillo wrote:
note that cmp_str/cmp_istr are availave in 1.5.x as well:
http://kamailio.org/docs/modules/1.5.x/textops.html#id2507121
Cheers, Daniel
2010/6/3 Daniel-Constantin Mierla miconda@gmail.com:
note that cmp_str/cmp_istr are availave in 1.5.x as well:
http://kamailio.org/docs/modules/1.5.x/textops.html#id2507121
Ops, I looked for them yesterday in 1.5 documentation and didn't find them :) (my fault).
Thanks a lot.