[SR-Users] modifying global data-structures using Rtimer module

2013-02-05 Thread Kiran Bhosale
Hi we have developed the custom module which stores the registered users in a file.now we are trying to remove the expired contacts using the rtimer module.while saving the registered users to the file we also store the expires values in static array.but when we try to decrement the

Re: [SR-Users] modifying global data-structures using Rtimer module

2013-02-05 Thread Ovidiu Sas
Why don't you just simply use db_text? http://kamailio.org/docs/modules/devel/modules/db_text.html Regards, Ovidiu Sas On Mon, Feb 4, 2013 at 11:34 PM, Kiran Bhosale kiranbhosa...@gmail.com wrote: Hi we have developed the custom module which stores the registered users in a file.now we