Re: [SR-Users] fresh kamailio installation unable to connect through jitsi

2014-02-28 Thread Michelle Jun Lee
Hi Fred I assume that audio port 21064 and video port 23134 which is between 2 to 3 right? In anycase i tried to login using internal ip address and the voice and audio is also not connected Thanks > On Feb 28, 2014, at 3:41 PM, Fred Posner wrote: > >> On 2/27/14, 1:21 PM, Michelle

Re: [SR-Users] What is required to enable TLS on non-standard port?

2014-02-28 Thread info
That's fine as long as it is possible to connect via TLS and exchange voice/text. The linked tutorial, as I understand, was written by Kamailio developer and it should be trustworthy. Is there anything else that I could miss? It sounded so easy in that tutorial, but on practice nothing but TCP w

Re: [SR-Users] fresh kamailio installation unable to connect through jitsi

2014-02-28 Thread Fred Posner
On 2/27/14, 1:21 PM, Michelle Jun wrote: m=audio 21064 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101. m=video 23134 RTP/AVP 105 99. It does look like it's within the range. I would generally ensure that your firewall is forwarding the ports. -- Fred Posner | The Palner Group, Inc. http://qxo

[SR-Users] REGISTER failure_route 401 problem

2014-02-28 Thread Marc Soda
I have a Kamailio server setup which is registers to a back end server on behalf of endpoints. The endpoints can register to Kamailio but Kamailio is failing to register to the server when I put a NAT device in front of it. Without the NAT device it works fine. The problem is the 401 that comes

Re: [SR-Users] Replacing an ACME Packet Net-Net SBC

2014-02-28 Thread Stefan Sayer
Hello, I'm not going to comment on the relative merits of commercial products like Net-Net SBC and ABC SBC, as this is an open source focused list (we may continue this on kamailio-business if interested; of course I'd also have a few things to say e.g. regarding HA, DOS or interop, and we are mor

Re: [SR-Users] Kamailio crashes with double qm_free

2014-02-28 Thread Tuan Viet Nguyen
Thanks Daniel, I've just tested, it works. Best regards, On Fri, Feb 28, 2014 at 2:22 PM, Daniel-Constantin Mierla wrote: > Hello, > > it is still related to tm and the other related crashes. This one can be > avoided via setting: > > mem_safety=1 > > in kamailio.cfg > > I saw that other dev

Re: [SR-Users] Kamailio crashes with double qm_free

2014-02-28 Thread Daniel-Constantin Mierla
Hello, it is still related to tm and the other related crashes. This one can be avoided via setting: mem_safety=1 in kamailio.cfg I saw that other developers will start soon to investigate, I will look over the reports soon as well, currently being out of office. Cheers, Daniel On 28/02/

[SR-Users] Kamailio crashes with double qm_free

2014-02-28 Thread Tuan Viet Nguyen
Hello, I have another kamailio crash with 4.1.1. The scenario is simple: + call a number, fail + retry on another peer, fails In this case, I use t_reply("404", "Not found") then exit. It seems that we have a double qm_free. Log file Feb 28 13:15:56 kamailio23 /usr/local/sbin/kamailio[29595]: WA

Re: [SR-Users] kamailio crashes

2014-02-28 Thread Jason Penton
Hi, this seems similar to this bug report - http://sip-router.org/tracker/index.php?do=details&task_id=400 I will have a look as soon as I get a chance. cheers Jason On Fri, Feb 28, 2014 at 1:09 PM, Tuan Viet Nguyen wrote: > Hello, > > I have a crash with the following scenario: > I try to ro

Re: [SR-Users] Add Header

2014-02-28 Thread Tony Turner
Hi Daniel, Perfect thanks regards Tony -Original Message- From: Daniel Tryba Sent: Friday, February 28, 2014 9:29 AM To: sr-users@lists.sip-router.org Subject: Re: [SR-Users] Add Header On Thursday 27 February 2014 18:06:13 Tony Turner wrote: is it possible with Kamailio to have c

[SR-Users] kamailio crashes

2014-02-28 Thread Tuan Viet Nguyen
Hello, I have a crash with the following scenario: I try to route an INVITE to a remote host, it fails, I route to the second suing the dispatcher module. It fails the second time and I stop the call. It seems that I did not release the transaction in this case 93454 Feb 28 11:39:08 kamailio23 /u

Re: [SR-Users] Replacing an ACME Packet Net-Net SBC

2014-02-28 Thread Jason Penton
I'm curious re. your statement about P-CSCF. What does LI and transcoding have to do with Kamailio? As already mentioned these functions are available only in B2BUA which Kamailio is *not*. What other issues then did you have with P-CSCF impl. using Kamailio. Also, how did P-CSCF even get into this

Re: [SR-Users] Add Header

2014-02-28 Thread Daniel Tryba
On Thursday 27 February 2014 18:06:13 Tony Turner wrote: > is it possible with Kamailio to have customers calls come in on a trusted > IP and when they send calls we add a header with a [client id] which we > can remove on the next ip switch upstream > > So example > > Call comes in from customer

Re: [SR-Users] Replacing an ACME Packet Net-Net SBC

2014-02-28 Thread Luis Silva
Hi Melanie, Now I'm curious about which tests are you mentioning. Also, Acme Packet/Oracle as many different SBCs models, which can be selected according with the customer's requirements. When talking about the infinite number of features I wasn't really thinking in H.323. Although, probably there

Re: [SR-Users] prevent relaying to myself

2014-02-28 Thread Daniel-Constantin Mierla
On 28/02/14 08:49, Daniel-Constantin Mierla wrote: Hello, you have to check if $du or $ru is matching myself, something like: if(($du==$null) { A typo above, it should be != . Daniel if(is_myself("$du")) { # goes to myself } } else { if(is_myself("$ru")) { # goes to myself