Re: [SR-Users] htable never

2015-10-21 Thread Juha Heinanen
just to close this thread, it turned out that htable entries that were added in htable:mod-init were lost due to htable.reload. -- juha ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://list

Re: [SR-Users] htable never

2015-10-07 Thread jh
I have not been able to tesr yet, but it may be that the htable entries that were added in event route disapeared because of htable reload. If so, it Would be nice if enent route would be re-run or if it would be possible to prevent reload affecting entries that do not originate from db. Juha > H

Re: [SR-Users] htable never

2015-10-06 Thread Daniel-Constantin Mierla
Hello, I looked at the code and no change for deleting auto-expired items -- there is a condition in time function ht_timer() from ht_api.c: if(ht->htexpire>0) Which is "scan for expired items only if the hash table definition has auto expire". Can you do: kamcmd htable.listTables and