Re: [SR-Users] Multiple Registrations - Overwrite oldest contact

2016-05-13 Thread David Holl
Thank you, Bruno! Regarding this test: if ($hdr(User-Agent)=~$(ulc(caller=>user_agent)[$var(i)])) { Shouldn't the =~ be replaced with == so that user agent strings aren't misinterpretted as regular expressions? It appears to work on my end with == when I tested just now. Als

[SR-Users] Debian, dnssec.so, and missing dnsval.conf

2016-05-13 Thread David Holl
In the interest of sharing and promoting DNSSEC, I was recently stumped on a problem where I noticed I could not call sip:test.e...@sip5060.net without disabling the dnssec.so module in my kamailio.cfg. The last time I had tried the sip5060 echo test was several months ago, and in the interven

Re: [SR-Users] SQlite DB Lock with Presence

2016-04-02 Thread David Holl
stems, I would worry that my own loads would not be sufficient to stress test my changes. Thank you, David ps: I'm still reading through the devel guide: http://www.kamailio.org/docs/kamailio-devel-guide/#c09apistructure On 4/1/16 2:21 AM, Daniel-Constantin Mierla wrote: > On 31/03/16 21:

Re: [SR-Users] SQlite DB Lock with Presence

2016-04-02 Thread David Holl
erting in db table pua > > On Fri, Apr 1, 2016 at 5:21 AM, Daniel-Constantin Mierla > wrote: >> >> On 31/03/16 21:05, David Holl wrote: >> >> I'm curious why the kamailio sqlite module doesn't export a transaction API, >> especially since the

Re: [SR-Users] SQlite DB Lock with Presence

2016-03-31 Thread David Holl
I'm curious why the kamailio sqlite module doesn't export a transaction API, especially since the native sqlite API does support transactions according to https://www.sqlite.org/transactional.html Maybe someday, I'd get time to dig into the kamailio module myself to try lending a hand... Anyhow,