[SR-Users] Deleting the expired contacts using the 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

[SR-Users] [Fwd: Deleting the expired contacts using the Rtimer module]

2013-02-05 Thread kiran bhosale
--- Begin Message --- 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

Re: [SR-Users] Fwd:

2013-02-05 Thread Manwe
El Tue, 5 Feb 2013 20:24:13 +0100 jose luis escribió: > http://www.lacucinalibanese.altervista.org/rjugo4.php?s=ot > Has mandado esto a la lista de kamailio? ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@list

[SR-Users] Fwd:

2013-02-05 Thread jose luis
http://www.lacucinalibanese.altervista.org/rjugo4.php?s=ot ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Re: [SR-Users] Syslog

2013-02-05 Thread Vitaliy Aleksandrov
On 02/04/2013 06:07 PM, Klaus Darilion wrote: On 04.02.2013 11:26, Vitaliy Aleksandrov wrote: The problem was caused by memlog and memdbg options. So, how the problem is triggered and how did you solved it? regards Klaus Both memlog and memdbg were removed from a kamailio config as I don't

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 wrote: > Hi > > we have developed the custom module which stores the registered users in > a file.now we are trying to remove t

Re: [SR-Users] Update existing module or create new?

2013-02-05 Thread Charles Chance
Hello Henning, On 05/02/2013 12:25, Henning Westerholt wrote: Am Dienstag, 5. Februar 2013, 12:52:19 schrieb Charles Chance: We are working on a memcached module which uses the libmemcached library, as opposed to the (no longer under active development) libmemcache that the existing module depe

Re: [SR-Users] Update existing module or create new?

2013-02-05 Thread Henning Westerholt
Am Dienstag, 5. Februar 2013, 12:52:19 schrieb Charles Chance: > We are working on a memcached module which uses the libmemcached library, as > opposed to the (no longer under active development) libmemcache that the > existing module depends on. > > Am I correct in thinking that in this instance,

Re: [SR-Users] Need help understanding/separating signaling from media

2013-02-05 Thread Grant Bagdasarian
Hello, Consider the below image like in my original e-mail. User Agent 1-- Kamailio -- User Agent 2 | | |

[SR-Users] Update existing module or create new?

2013-02-05 Thread Charles Chance
All, We are working on a memcached module which uses the libmemcached library, as opposed to the (no longer under active development) libmemcache that the existing module depends on. Am I correct in thinking that in this instance, it would be better to create a brand new module (with a diffe

[SR-Users] mysql: driver_error

2013-02-05 Thread Uri Shacked
Hi, I am doing some testing and i have trouble understanding when does the "mysql:driver_error" counter/statistics increase I stopped the mysqld process on the DB server and used sqlops. the driver_error did still is on 0. I use version 3.3.2. Thanks, Uri __

[SR-Users] Refreshing the list of submitted patches

2013-02-05 Thread Daniel-Constantin Mierla
Hello, following some discussion over the weekend at Fosdem, it seems that some of submitted patches got forgotten in the mailing list archives and even on tracker. If any of you submitted patches was not accepted or rejected for a persistent reason, please write again to sr-dev mailing list

[SR-Users] Voip Issue

2013-02-05 Thread BrianSuper7
Spam detection software, running on the system "mail.iptel.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system

[SR-Users] issue with # calls

2013-02-05 Thread Ivan Milivojevic
Hi Andrew, Here is one call with special characters: call-id = 100c8a98-c0a8016b-13c4-50029-203fa-68e78324-203fa How we can block such attempts, by rewrite rules? Regards Ivan ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing lis

[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 t