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

2011-08-22 Thread isshed
Hi All, When I start openSIPS, It crashed with the following backtrace. There is one more thing I would like to tell. While compiling the source, the compilation was failing. It was not finding the mysql.h. So I copied the whole folder "/usr/local/include/mysql" from fedora core 11 while i am usin

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

2011-08-22 Thread isshed
Yes, It was compiled from sources. On Mon, Aug 22, 2011 at 4:34 PM, Bogdan-Andrei Iancu wrote: > ** > Hi, > > in this case, was your opensips compiled from sources or still RPMs ? > > Regards, > Bogdan > > > > On 08/20/2011 12:44 PM, isshed wrote: > > Hello Bogdan, > > > Thanks for your reply. My

Re: [OpenSIPS-Users] B2BUA | Refer scenario not sending SDP

2011-08-22 Thread Sam Govind
Thanks Anca for the explanation, but can you just tell me if what I'm trying to do here is possible with B2BUA or not? if you are saying that A side Refer-to header will be read then obviously I need to take care of the client1 and server1 parameters accordingly. I've a FreeSwitch as Media-Server

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

2011-08-22 Thread Jock McKechnie
Greetings all; I'm afraid I haven't solved this yet, but I did strip out all the dispatcher code and that hasn't helped, so it appears to be something to do with forwarding the calls out while the mediaproxy is enabled. Unfortunately as calls have to be directed through the specific IP of our own

Re: [OpenSIPS-Users] B2BUA | Refer scenario not sending SDP

2011-08-22 Thread Anca Vamanu
Hi Sam, Seems that you have a bad understanding of what the Refer scenario must do. Let's say A and B are in a call. When a Refer message is received from A, the B2B will terminate the call leg with A and will try connect B and the URI in the Refer-To header. The connection is done indeed by sendi

Re: [OpenSIPS-Users] Does create_dialog behave differently on 1.6 than on 1.7?

2011-08-22 Thread Saúl Ibarra Corretgé
Hi Vlad, On Aug 22, 2011, at 12:43 PM, Vlad Paiu wrote: > Hello, > > Are you using fix_contact from the nat_traversal module ? I have only tested > with fix_nated_contact from the nathelper module, but I just checked the code > and they should both work without any issues. > > The scenario sh

[OpenSIPS-Users] OpenSIPS 1.7.0 - from beta to stable

2011-08-22 Thread Bogdan-Andrei Iancu
Hi all, In the last weeks, we received some awesome feedback and support from the community regarding the success or issues the opensips 1.7.0 beta have. Also, a lot of work for troubleshooting and fixing was done, is done and it will be done. Thank you to all people who helped with this - we

[OpenSIPS-Users] Some love for the Debian packaging

2011-08-22 Thread Saúl Ibarra Corretgé
Hi, I've been testing the 1.7 branch over the weekend and I found some issues with the Debian packaging: - Some packages depend on -dev libraries when they shouldn't - Old Debian standards version - No TLS by default? [1] - Some scripts have /bin/sh in the shebang, but Debian Squeeze (stable) us

Re: [OpenSIPS-Users] Cassandra DB Driver

2011-08-22 Thread Bogdan-Andrei Iancu
Hi Pete, I will try to contact him. Thanks and regards, Bogdan On 08/19/2011 11:10 PM, Pete Kelly wrote: It was onsip. This is the contact details at the end of the presentation: https://picasaweb.google.com/106120232325050278321/ClueCon2011Day1?authuser=0&feat=directlink#5638975817090500786

Re: [OpenSIPS-Users] OpenSIPS db schema on PostgreSQL

2011-08-22 Thread Razvan Crainea
Hi Ryan, I've just committed a fix for this issue on trunk. Please update your sources and try again. Let us know if your problem was solved. Regards Razvan Crainea OpenSIPS Developer On 11.08.2011 21:34, Ryan Revels wrote: Bogdan, This is a brand new install so no tables exist. Here is t

Re: [OpenSIPS-Users] topology_hiding without success

2011-08-22 Thread Bogdan-Andrei Iancu
The second part (b2b related) should be fixed - if db_mode is 0 (as per default), b2b will not ask for a db_url to be set. The fix is on SVN trunk & 1.7 Regards, Bogdan On 08/22/2011 12:56 PM, Vlad Paiu wrote: Hello, About the crash on the dialog topology_hiding feature, we can not extract

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

2011-08-22 Thread Bogdan-Andrei Iancu
Hi all, yes, the dialog profiles is the best way to get this done (profiles with values) . There is also some small tutorial on that: http://www.opensips.org/Resources/DocsTutConcurrentCalls Regards, Bogdan On 08/22/2011 01:02 PM, Dani Popa wrote: Hi, I think you could use dialog profil

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

2011-08-22 Thread Bogdan-Andrei Iancu
Hi, in this case, was your opensips compiled from sources or still RPMs ? Regards, Bogdan On 08/20/2011 12:44 PM, isshed wrote: Hello Bogdan, Thanks for your reply. My installation was through after doing the following. ln -s ./libmysqlclient.so.16 ./libmysqlclient.so But when I run it is

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

2011-08-22 Thread Bogdan-Andrei Iancu
Hi Jan, By default OpenSIPS is preserving the socket interface (the outbound interface is the same as inbound interface). A change in the interface is done only if explicitly required from script via functions (like force_send_socket() or lookup(location)) or because of double Record-Routing

Re: [OpenSIPS-Users] Does create_dialog behave differently on 1.6 than on 1.7?

2011-08-22 Thread Vlad Paiu
Hello, Are you using fix_contact from the nat_traversal module ? I have only tested with fix_nated_contact from the nathelper module, but I just checked the code and they should both work without any issues. The scenario should work as long as you call the contact fixing function before the

Re: [OpenSIPS-Users] Does create_dialog behave differently on 1.6 than on 1.7?

2011-08-22 Thread Saúl Ibarra Corretgé
Hi Vlad, On Aug 22, 2011, at 11:52 AM, Vlad Paiu wrote: > Hello Saúl, > > The modifications to the script API should not have affected the behaviour. > I have just done a test with the latest OpenSIPS trunk with a very similar > scenario ( dialog end parties behind NAT ) and everything went fin

[OpenSIPS-Users] B2BUA | Refer scenario not sending SDP

2011-08-22 Thread Sam Govind
Hello, I’ve been trying to configure the REFER scenariobut so far no luck. I've successfully called the scenario on initial INVITE and seems like I'm getting B2B responses and replies but when I see sip traces the following two anomalies exi

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

2011-08-22 Thread Dani Popa
Hi, I think you could use dialog profile, but not sure. Dani On 08/19/11 23:17, Robert Thomas wrote: 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

Re: [OpenSIPS-Users] topology_hiding without success

2011-08-22 Thread Vlad Paiu
Hello, About the crash on the dialog topology_hiding feature, we can not extract any useful information from your backtrace. Seems you did not have the debugging symbols on, maybe ? About the B2B issue, it seems that you did not configure a db_url for the b2b_logic module and that's why Open

Re: [OpenSIPS-Users] Does create_dialog behave differently on 1.6 than on 1.7?

2011-08-22 Thread Vlad Paiu
Hello Saúl, The modifications to the script API should not have affected the behaviour. I have just done a test with the latest OpenSIPS trunk with a very similar scenario ( dialog end parties behind NAT ) and everything went fine ( the caller & callee contacts are the fixed ones ). Could you