Re: [OpenSIPS-Users] Opensips crashing due to out of memory error

2011-04-20 Thread John Khvatov
Hello Anca, On 19.04.2011, at 13:21, Anca Vamanu wrote: Hi John, That looks very bad... Please help me investigate this. What you can do is to compile with memory debugging support - in Makefile.defs search -DDBG_QM_MALLOC line, uncomment it, move it above -DF_MALLOC line and comment

Re: [OpenSIPS-Users] Opensips crashing due to out of memory error

2011-04-20 Thread Anca Vamanu
Hi John, Thanks for the logs. Do you get the memory statistics from opensips statistics or from top? In the logs I don't see a shared memory leak.. Regards, -- Anca Vamanu OpenSIPS Developer On 04/20/2011 10:18 AM, John Khvatov wrote: Hello Anca, On 19.04.2011, at 13:21, Anca Vamanu

Re: [OpenSIPS-Users] Fwd: opensips and RTP PRXOY

2011-04-20 Thread Razvan Crainea
Hello Giti, You can find a configuration script in OpenSIPS documentation: http://www.opensips.org/html/docs/modules/1.6.x/nathelper.html#id249400 Regards, Razvan On 04/20/2011 11:32 AM, Bogdan-Andrei Iancu wrote: Original Message Subject:opensips and RTP PRXOY

[OpenSIPS-Users] b2b_init_request('top hiding')

2011-04-20 Thread Dani Popa
Hi, I have a problem using b2b_init_request with top hiding. When i receive 200 ok for invite, opensips crash with ERROR:nat_traversal:__dialog_confirmed: FAKED reply - exit. In core dump this is where opensips crash: #0 get_source_uri (dlg=0xb2b4bc84, type=8, _params=0xb70b3c20) at

Re: [OpenSIPS-Users] b2b_init_request('top hiding')

2011-04-20 Thread Ovidiu Sas
The B2B module cannot be used with the nat_traversal module. Run two instances of opensips: - one in B2B mode for top hiding, - one in proxy mode for nat_traversal. Regards, Ovidiu Sas On Wed, Apr 20, 2011 at 8:11 AM, Dani Popa dani.p...@gmail.com wrote: Hi, I have a problem using

Re: [OpenSIPS-Users] memcach

2011-04-20 Thread Richard Revels
Forever is a long time. If memcached fills up it will start booting out old entries to allow new ones to be stored. I seem to remember there being a month time limit on entries as well but that might be only if you are setting a timeout value. Too bad I can't used memcache to replace my

Re: [OpenSIPS-Users] memcach

2011-04-20 Thread Brett Nemeroff
On Wed, Apr 20, 2011 at 9:09 AM, Richard Revels rrev...@bandwidth.comwrote: Forever is a long time. If memcached fills up it will start booting out old entries to allow new ones to be stored. I seem to remember there being a month time limit on entries as well but that might be only if you

Re: [OpenSIPS-Users] memcach

2011-04-20 Thread Richard Revels
Err, I guess there are varying levels of sure as well. It overwrites least used data rather than oldest data. http://code.google.com/p/memcached/wiki/FAQ#Item_Expiration Richard On Apr 20, 2011, at 10:34 AM, Richard Revels wrote: I am sure it will overwrite old data if it becomes full. The

Re: [OpenSIPS-Users] memcach

2011-04-20 Thread Brett Nemeroff
On Wed, Apr 20, 2011 at 9:54 AM, Richard Revels rrev...@bandwidth.comwrote: Err, I guess there are varying levels of sure as well. It overwrites least used data rather than oldest data. Well that's significantly smarter. Fact of the matter is, however, that a well architected system doesn't

Re: [OpenSIPS-Users] Opensips crashing due to out of memory error

2011-04-20 Thread John Khvatov
Hi Anca, On 20.04.2011, at 13:24, Anca Vamanu wrote: Hi John, Thanks for the logs. Do you get the memory statistics from opensips statistics or from top? In the logs I don't see a shared memory leak.. Hm... Maybe the memory leak in the system libraries? Memory usage is calculated as