Re: [OpenSIPS-Users] Opensips MediaProxy Integration

2011-08-19 Thread Saúl Ibarra Corretgé
On Aug 18, 2011, at 10:18 PM, Mike Tesliuk wrote: Ok, this problem is about the dialog module, the time of the hangup is defined by my dialog module, but why ? i think that the dialog is ok and the call was stablished, why is dialog assuming the hangup ? MediaProxy doesn't terminate a

Re: [OpenSIPS-Users] Opensips MediaProxy Integration

2011-08-19 Thread Vlad Paiu
Hello, It seems that the Dialog module thinks that the dialog expired, because it has been ongoing for longer than the configured dialog timeout . What value have you configured for the |default_timeout| parameter in the dialog module ? Or maybe you are using the timeout_avp param ?

Re: [OpenSIPS-Users] Not enough free memory, will atempt defragmenation

2011-08-19 Thread Dani Popa
Hi, Where should i find memory dump ? I have something in logs about memory. I'll attach an file. Please let me know if this is what you need. I also increased PKG_MEM_POOL_SIZE = 8 *1024 * 1024, and shared mem to 256, and also updated opensips 1.6.4 to latest svn revision, i think.

Re: [OpenSIPS-Users] Not enough free memory, will atempt defragmenation

2011-08-19 Thread Vlad Paiu
Hello, Thanks for the reply. Unfortunately, It seems that you have not compiled OpenSIPS with -DDBG_QM_MALLOC, so please review my last email and see that I also suggested editing Makefiles.defs and uncommenting that particular line, while commenting -DF_MALLOC. If you succesfully do this,

Re: [OpenSIPS-Users] Not enough free memory, will atempt defragmenation

2011-08-19 Thread Dani Popa
Hi again, i also saw that i compiled opensips with libxmlrpc-c3-dev and libxmlrpc-c3 and i was warned somewhere that i'll compile it on my own risk. Now i removed libxmlrpc-c3-dev and libxmlrpc-c3 and i compiled with libxmlrpc-c++4-dev without warnings. Let's see what we will get! Thanks,

Re: [OpenSIPS-Users] Not enough free memory, will atempt defragmenation

2011-08-19 Thread Dani Popa
Hi, True, i changed wrong the Makefiles.defs. I dont know if you need this: if i change Makefile.defs as: DEFS+= $(extra_defs) \ . . . . -DCHANGEABLE_DEBUG_LEVEL \ #-DF_MALLOC \ -DDBG_QM_MALLOC \ #-DDBG_F_MALLOC \ opensips will not be compiled with

Re: [OpenSIPS-Users] Opensips MediaProxy Integration

2011-08-19 Thread Mike Tesliuk
The problem was the default_timeout, i assume that if the call was established the default_timeout value would be discard, so, i remove the parameter and all work fine (the documentation say that will be assumed a value of 12 hour as default value) 2011/8/19 Vlad Paiu vladp...@opensips.org **

Re: [OpenSIPS-Users] siptrace missing inbound requests from caller

2011-08-19 Thread John Quick
Hi Vlad, Thanks for the quick response. Your suggestion worked - I just had to change the order of setting the trace flag and calling sip_trace(). I tried to use trace_dialog() when I first started looking at the siptrace module and had some problems. Today I tried it again and it worked fine

Re: [OpenSIPS-Users] Not enough free memory, will atempt defragmenation

2011-08-19 Thread Bogdan-Andrei Iancu
Hi Dani, You can not have comments in multi-line assignments So, instead of DEFS+= $(extra_defs) \ . -DCHANGEABLE_DEBUG_LEVEL \ #-DF_MALLOC \ -DDBG_QM_MALLOC \ #-DDBG_F_MALLOC \ you should do : DEFS+= $(extra_defs) \ . -DCHANGEABLE_DEBUG_LEVEL

Re: [OpenSIPS-Users] Installation of opensips tls version 1.7

2011-08-19 Thread Bogdan-Andrei Iancu
Hi, instead of manually downloading the RPM, better use package manager on your OS. If it is debian derived, use apt, if redhat derived use yum . Regards, Bogdan On 08/19/2011 07:38 AM, isshed wrote: Hello Vlad, Can you please let me know from where can i download the rpms. I am using

Re: [OpenSIPS-Users] Opensips MediaProxy Integration

2011-08-19 Thread Vlad Paiu
Hi Mike, The default_timeout gives the maximum overall dialog lifetime, counting after the dialog establishment ( 200 Ok received ). Regards, -- Vlad Paiu OpenSIPS Developer On 08/19/2011 01:57 PM, Mike Tesliuk wrote: The problem was the default_timeout, i assume that if the call was

Re: [OpenSIPS-Users] Issues with RURI port VS contact port when ACK is relayed back to UA

2011-08-19 Thread Bogdan-Andrei Iancu
Hi Bobby, what you could do is to store into fixed contact the original IP and port, so that you can restore he original contact in sequential requests. like you received sip:foo@ip_1:port_1 - fixing to sip:foo@ip_2:port_2;xip=ip_1;xport=ip_1 See:

Re: [OpenSIPS-Users] osipsconsole problem : adding gateways

2011-08-19 Thread Bogdan-Andrei Iancu
H Trevor, when you say I cannot add/do, can you give a reason? do you get an error? or ? Regards, Bogdan On 08/18/2011 10:59 PM, Trevor Francis wrote: Alright, this is very strange. I can add gateways with opensipsctl but not osipsconsole. The config files are nearly exactly the same

Re: [OpenSIPS-Users] module drouting - opensips 1.6.3

2011-08-19 Thread Bogdan-Andrei Iancu
Hi Diego, 1.6.3 does not have that param, better upgrade to 1.6.4 or even better to 1.7.0 Regards, Bogdan On 08/17/2011 12:05 AM, Diego Nakamashi wrote: Hi list, I downloaded the opensips version 1.6.3 from http://opensips.org/pub/opensips/1.6.3/src/opensips-1.6.3-notls_src.tar.gz. But

Re: [OpenSIPS-Users] msilo and server_header

2011-08-19 Thread Bogdan-Andrei Iancu
Hi Dani, In your case opensips will act as UAC (not server), so you need to define your custom user_agent_header: http://www.opensips.org/Resources/DocsCoreFcn17#toc96 Regards, Bogdan On 08/16/2011 03:12 PM, Dani Popa wrote: Hi, When using m_store($ru) the SIP messages sent back to

Re: [OpenSIPS-Users] openSIPS vs Kamailio vs SIP-Router

2011-08-19 Thread Bogdan-Andrei Iancu
Hi Nick, On 08/15/2011 03:52 PM, Nick Khamis wrote: Hello Everyone, Thank you all for your responses, David: The topology hiding feature looks interesting, will defiantly follow up on it. In terms of running both solutions on the same network, we would rather stick with one that offers most

Re: [OpenSIPS-Users] Wrong socket selected by proxy when forwarding requests

2011-08-19 Thread Bogdan-Andrei Iancu
Hi Jam, So, what you say is that the A sends ACK on 5002 to opensips and opensips sends it to B via 5060 port ? Regards, Bogdan On 08/15/2011 03:56 PM, Jan Blom wrote: Hello, I have noticed a problem when using mhomed=1. The problem was discovered in 1.6.3, but has also been verified in

Re: [OpenSIPS-Users] Cassandra DB Driver

2011-08-19 Thread Bogdan-Andrei Iancu
Hi Pete, I recall that; haven;t received any contact yet and do not remember exactly the name /company of the speaker .something with Whistle ?? Maybe we can dig the ClueCon presentations from the first day. Regards, Bogdan On 08/14/2011 10:38 PM, Pete Kelly wrote: Hi At the ClueCon

Re: [OpenSIPS-Users] ICE and Mediaproxy break when using append_branch and serial_branches/next_branches

2011-08-19 Thread osiris123d
Saul, Looks like you've been pretty busy. Just wanted to see if you ever had a chance to mock this up? -- View this message in context:

Re: [OpenSIPS-Users] Cassandra DB Driver

2011-08-19 Thread David J
Maybe 2600hz On Aug 19, 2011 11:22 AM, Bogdan-Andrei Iancu bog...@opensips.org wrote: Hi Pete, I recall that; haven;t received any contact yet and do not remember exactly the name /company of the speaker .something with Whistle ?? Maybe we can dig the ClueCon presentations from the first

Re: [OpenSIPS-Users] openSIPS vs Kamailio vs SIP-Router

2011-08-19 Thread Brett Nemeroff
On Fri, Aug 19, 2011 at 10:16 AM, Bogdan-Andrei Iancu bog...@opensips.orgwrote: Mark: No need for flame wars, it's always good to keep the user community in mind. I guess the volume of this mailing list and the rich documentation proves how important the community is for the OpenSIPS

Re: [OpenSIPS-Users] Not enough free memory, will atempt defragmenation

2011-08-19 Thread Dani Popa
Hi, what about this logs: http://92.55.132.13/memdump.log.tar.gz thanks, Dani On 08/19/11 17:31, Bogdan-Andrei Iancu wrote: Hi Dani, You can not have comments in multi-line assignments So, instead of DEFS+= $(extra_defs) \ . -DCHANGEABLE_DEBUG_LEVEL \ #-DF_MALLOC \

Re: [OpenSIPS-Users] Not enough free memory, will atempt defragmenation

2011-08-19 Thread Dani Popa
Hi Bogdan, I did and solved compliling opensips with -DDBG_QM_MALLOC. Thanks, Dani On 08/19/11 17:31, Bogdan-Andrei Iancu wrote: Hi Dani, You can not have comments in multi-line assignments So, instead of DEFS+= $(extra_defs) \ . -DCHANGEABLE_DEBUG_LEVEL \

Re: [OpenSIPS-Users] Not enough free memory, will atempt defragmenation

2011-08-19 Thread Dani Popa
the logs are also ok if opensips crash instead stop it ? Thanks, Dani On 08/19/11 17:31, Bogdan-Andrei Iancu wrote: Hi Dani, You can not have comments in multi-line assignments So, instead of DEFS+= $(extra_defs) \ . -DCHANGEABLE_DEBUG_LEVEL \ #-DF_MALLOC \

Re: [OpenSIPS-Users] OpenSIPS+MediaProxy mangling ACKs?

2011-08-19 Thread Jock McKechnie
My deepest apologies. After I'd stuffed it into PasteBin an hour or so later (honestly) it told me it was suspicious of the content and wanted verification, which when I did, it told me the paste had been nuked already. Helpful. The CORRECT PasteBin URI (and working as of _now_ ;) is:

Re: [OpenSIPS-Users] Not enough free memory, will atempt defragmenation

2011-08-19 Thread Dani Popa
sorry because i waste your time. the logs i sent to you are wrong. If i'ii replicate the case i'll send you good logs. Thanks, Dani On 08/19/11 17:31, Bogdan-Andrei Iancu wrote: Hi Dani, You can not have comments in multi-line assignments So, instead of DEFS+= $(extra_defs) \ .

Re: [OpenSIPS-Users] Wrong socket selected by proxy when forwarding requests

2011-08-19 Thread Jan Blom
Hi Bogdan, Yes! Best regards, Jan -Original Message- From: Bogdan-Andrei Iancu [mailto:bog...@opensips.org] Sent: den 19 augusti 2011 17:20 To: OpenSIPS users mailling list Cc: Jan Blom Subject: Re: [OpenSIPS-Users] Wrong socket selected by proxy when forwarding requests Hi Jam,

Re: [OpenSIPS-Users] Cassandra DB Driver

2011-08-19 Thread Pete Kelly
It was onsip. This is the contact details at the end of the presentation: https://picasaweb.google.com/106120232325050278321/ClueCon2011Day1?authuser=0feat=directlink#5638975817090500786 develo...@junctionnetworks.com John Riordan Want me to get in touch with him? Pete On 19 August 2011

[OpenSIPS-Users] Ability to tell active calls per customer

2011-08-19 Thread Robert Thomas
Hi, I have a load balancer module to distribute calls among my Gateways. I can use the lb_list command to see the active calls per gw, but I would like something similar to graph my customer amount of active calls. I was thinking creating another set of resources on the load balancer, but