[SR-Users] syslog message about invalid domain name

2012-12-05 Thread Juha Heinanen
when i t_relay in-dialog bye: Request-Line: BYE sip:0x8eb94d0@[2002:c062:660a::1]:5050;transport=tcp SIP/2.0 Message Header Via: SIP/2.0/TCP [2002:C062:660A:0:0:0:0:1];branch=z9hG4bKde53.6aaed77ea908953bbb133e5021d74036.0 Via: SIP/2.0/UDP

Re: [SR-Users] syslog message about invalid domain name

2012-12-05 Thread Daniel-Constantin Mierla
Hello, looking at the code history, you added this check in the commit 019ab5e2d6730b764b20a890f9a3b5f9237b6338 . It is about checking if it is a valid domain, to avoid doing queries on invalid values. In this particular case is probably related to presence of characters [, ], and :.

Re: [SR-Users] syslog message about invalid domain name

2012-12-05 Thread Juha Heinanen
Daniel-Constantin Mierla writes: looking at the code history, you added this check in the commit 019ab5e2d6730b764b20a890f9a3b5f9237b6338 . It is about checking if it is a valid domain, to avoid doing queries on invalid values. In this particular case is probably related to presence of

Re: [SR-Users] [sr-dev] dns resolver issue (RFC3263)

2012-12-05 Thread MÉSZÁROS Mihály
Hi Daniel I wrote in my first patch announcing email, that i didn't test the patched dns resolution without cache. I only tested with dns cache. This is the reason why i didn't recognize this problem. You are right I made a mistake, but now it is corrected. Many Thanks, Misi On 2012-12-04

[SR-Users] Freezing for next major release

2012-12-05 Thread Daniel-Constantin Mierla
Hello, based on last irc devel meeting and feedback afterwards, most of the people seem to be fine releasing next major release a bit earlier, in order to: - make websockets support and the other new features available in a stable version - allow proper development time frame for other

Re: [SR-Users] Freezing for next major release

2012-12-05 Thread Alex Balashov
On 12/05/2012 11:05 AM, Daniel-Constantin Mierla wrote: It seems that many people are already using devel version to play with websockets, meaning that we are staying very well with testing. I would add to this only an emphasis on the importance of not forgetting to test everything else,

[SR-Users] modules_s/eval - survey of usage

2012-12-05 Thread Daniel-Constantin Mierla
Hello, is anyone using the modules_s/eval module? In the context of merging modules_s/* to modules/*, this one lacks the docbook xml files for readme. It has a text readme file, from where I understand it does script operations using a stack and polish notation expressions. Probably it

Re: [SR-Users] Freezing for next major release

2012-12-05 Thread Daniel-Constantin Mierla
On 12/5/12 5:06 PM, Alex Balashov wrote: On 12/05/2012 11:05 AM, Daniel-Constantin Mierla wrote: It seems that many people are already using devel version to play with websockets, meaning that we are staying very well with testing. I would add to this only an emphasis on the importance of

[SR-Users] db_cluster configuration

2012-12-05 Thread Juan José Ivars
Hello, i am configuring db_cluster module in kamailio 3.3 I have configured in roun-robin read between two MySQL servers but the load is not distributed equally My configuration is that: modparam(db_cluster, connection, con1=mysql://USER1:PASS1@1.1.1.1/DB) modparam(db_cluster, connection,

Re: [SR-Users] Segmentation fault in sip-capture

2012-12-05 Thread Alexandr Dubovikov
something in tcp stack, maybe need initialize some modules before. But who cares ? :-) regards, Alexandr From: sr-users-boun...@lists.sip-router.org [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Owen Lynch Sent: Tuesday, December 04, 2012 9:21 PM To: SIP Router - Kamailio

Re: [SR-Users] Internal/External SIP setup

2012-12-05 Thread Zero Aggression
Awesome. Thank you so much ;) On Wed, Dec 5, 2012 at 12:06 AM, Uriel Rozenbaum uriel.rozenb...@gmail.comwrote: The answer is YES. The setup you talk about requires a little work on the routing domain, but with Kamailio and RTPProxy you'll be fine. On Tue, Dec 4, 2012 at 8:00 PM, Zero

[SR-Users] Kamailio Load Balancing, problems ACK and BYE.

2012-12-05 Thread Nguyen Anh Tuan
Hi everyone, I am a beginner in using Kamailio. I am currently building a load balancer for multiple SIP Servers, all of them are Kamailio. The Load balancer can help end-users REGISTER and INVITE normally, but has problems with ACK and BYE. Messages 180 Ringing and 200 OK sent

[SR-Users] Kamailio Load Balancing, problems ACK and BYE.

2012-12-05 Thread Nguyen Anh Tuan
Hi everyone, I am a beginner in using Kamailio. I am currently building a load balancer for multiple SIP Servers, all of them are Kamailio. The Load balancer can help end-users REGISTER and INVITE normally, but has problems with ACK and BYE. Messages 180 Ringing and 200 OK sent

[SR-Users] Preparing for the next major release

2012-12-05 Thread Olle E. Johansson
Hi! Daniel has set a code freeze date for the next major release and the Kamailio community needs to work together to prepare the release. That means you as well! There will be a lot of work in the coming weeks to merge code from SIP router into the Kamailio core to complete the merger