[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

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

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

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, it

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

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

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

[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

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

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

[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