Re: [SR-Users] Possible causes of calls being terminated (ACK packet never received)

2014-05-23 Thread James Cloos
> "AVL" == Alex Villací­s Lasso writes: AVL> could this work if the kernel SIP modules at the firewall are AVL> blacklisted and Kamailio is made to do all the heavy lifting itself? There has been quite a bit of advice on various sip-related lists over the last decade to avoid the sip conntra

Re: [SR-Users] Possible causes of calls being terminated (ACK packet never received)

2014-05-23 Thread Alex Villací­s Lasso
El 21/05/14 11:41, Alex Villací­s Lasso escribió: El 21/05/14 10:28, Alex Villací­s Lasso escribió: El 21/05/14 00:52, Juha Heinanen escribió: Alex Villací­s Lasso writes: I am trying to explain the situation to our carrier, but I want to rule out possible misconfigurations on our side. Are t

Re: [SR-Users] TLS and SIP

2014-05-23 Thread Kristian Kielhofner
On Fri, May 23, 2014 at 3:10 PM, James Cloos wrote: >> "FC" == Frank Carmickle writes: > > FC> Freeswitch does support most new features of openssl 1.0.1 branch. I > FC> believe it defaults to tls1.1 currently but I believe the goal is to > FC> only enable tls1.2, with ECDHE+AES128 by defaul

Re: [SR-Users] TLS and SIP

2014-05-23 Thread James Cloos
> "FC" == Frank Carmickle writes: FC> Freeswitch does support most new features of openssl 1.0.1 branch. I FC> believe it defaults to tls1.1 currently but I believe the goal is to FC> only enable tls1.2, with ECDHE+AES128 by default. You can certainly FC> ask it to do what ever openssl supp

Re: [SR-Users] Issues after upgrade

2014-05-23 Thread Juha Heinanen
Daniel W. Graham writes: > I originally put it in the last xlog statement, thanks for catching > that. I moved directly after the lookup and it returns '-1'. if lookup returns -1, then body of if statement if (!lookup( .. should not be executed at all. -- juha __

Re: [SR-Users] Issues after upgrade

2014-05-23 Thread Daniel W. Graham
With that said, the first xlog statement was added prior to uncovering this issue and adding additional statements attempting to figure out this issue. > > if (!lookup("location")) { > > xlogl("L_INFO", "$ci : Location not found for $rU\n"); > > $var(rc) = $rc; Si

Re: [SR-Users] TLS and SIP

2014-05-23 Thread James Cloos
> "JC" == James Cloos writes: JC> Good point. A quick test shows that contacting asterisk-11 over tls/tcp JC> negotiates rsa key exchange; kamailio does better and agrees to ECDHE-RSA. JC> If the trace is of kama talking to asterisk ephemeral is not likely. Sorry. I forgot which thread th

Re: [SR-Users] Issues after upgrade

2014-05-23 Thread Daniel W. Graham
I originally put it in the last xlog statement, thanks for catching that. I moved directly after the lookup and it returns '-1'. -Original Message- From: sr-users-boun...@lists.sip-router.org [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Juha Heinanen Sent: Friday, May 23,

Re: [SR-Users] Issues after upgrade

2014-05-23 Thread Juha Heinanen
Daniel W. Graham writes: > Great idea! It returned a '1'. > > if (!lookup("location")) { > > xlogl("L_INFO", "$ci : Location not found for $rU\n"); > > $var(rc) = $rc; > > xlog $rc to see what value it has. where did you put xlog? note that setting of $var(rc) s

Re: [SR-Users] Issues after upgrade

2014-05-23 Thread Daniel W. Graham
Great idea! It returned a '1'. -Original Message- From: sr-users-boun...@lists.sip-router.org [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Juha Heinanen Sent: Friday, May 23, 2014 2:30 PM To: Kamailio (SER) - Users Mailing List Subject: [SR-Users] Issues after upgrade Dan

[SR-Users] Issues after upgrade

2014-05-23 Thread Juha Heinanen
Daniel W. Graham writes: > if (!lookup("location")) { > xlogl("L_INFO", "$ci : Location not found for $rU\n"); > $var(rc) = $rc; xlog $rc to see what value it has. -- juha ___ SIP Express Router (SER) and Kamailio (Open

[SR-Users] Issues after upgrade

2014-05-23 Thread Daniel W. Graham
I recently upgraded to 4.0.6 from an older 4.0.x version using GIT, since then I have had several functions stop working. Here is one example: I have a UA that is not in the location table, when calling I get the following output as a result of my xlog statements - (xlog statements added for tr

Re: [SR-Users] TLS and SIP

2014-05-23 Thread Frank Carmickle
On May 23, 2014, at 12:43 PM, James Cloos wrote: >> "FC" == Frank Carmickle writes: > > JC>> If you record the full packet trace, wireshark can use your privkey.pem > JC>> to decode the tls handshake, recover the session key, and use that to > JC>> decode the payload packets. > > FC> This

Re: [SR-Users] kamailio 4.1.3 remote registration

2014-05-23 Thread Alex Balashov
Iyi geceler Betül, On 05/23/2014 10:40 AM, betul.ce...@netgsm.com.tr wrote: Hi to all, We use uac module to use remote registration but when I add a new user to uacreg table the change doesnt take effect until I restart kamailio service which is not convenient for us.Is there another way to ach

Re: [SR-Users] Kamailio replies

2014-05-23 Thread Andrea Meroni
Oh, i see ... thank u very much!! Andrea On Fri, May 23, 2014 at 5:41 PM, Alex Balashov wrote: > On 05/23/2014 12:40 PM, Andrea Meroni wrote: > >> >> Hi all, >> >> maybe this is a trivial question but ... how Kamailio manages SIP >> replies? I mean, how does it know to what URI reply in onreply

Re: [SR-Users] TLS and SIP

2014-05-23 Thread James Cloos
> "FC" == Frank Carmickle writes: JC>> If you record the full packet trace, wireshark can use your privkey.pem JC>> to decode the tls handshake, recover the session key, and use that to JC>> decode the payload packets. FC> This is true if you are not using an ephemeral Diffie Hellman cypher

Re: [SR-Users] Kamailio replies

2014-05-23 Thread Alex Balashov
On 05/23/2014 12:40 PM, Andrea Meroni wrote: Hi all, maybe this is a trivial question but ... how Kamailio manages SIP replies? I mean, how does it know to what URI reply in onreply_route? Does it use the SIP Via header or something else, maybe in memory? The TM module keeps this information

[SR-Users] Kamailio replies

2014-05-23 Thread Andrea Meroni
Hi all, maybe this is a trivial question but ... how Kamailio manages SIP replies? I mean, how does it know to what URI reply in onreply_route? Does it use the SIP Via header or something else, maybe in memory? Regards, Andrea ___ SIP Express Router (S

[SR-Users] kamailio 4.1.3 remote registration

2014-05-23 Thread betul.cerit
Hi to all, We use uac module to use remote registration but when I add a new user to uacreg table the change doesnt take effect until I restart kamailio service which is not convenient for us.Is there another way to achieve this without restarting service? My configuration is below.Am I doing st

Re: [SR-Users] Modifying SDP in Kamailio

2014-05-23 Thread Frank Carmickle
On May 18, 2014, at 2:34 AM, MrIhaveAnOpinionOnEverything wrote: > Hi guys: > > I am a R&D engineer trying to learn kamailio. After following some > tutorials and reading the thread in this mailing list I was able to setup a > voip backend with this configuration > > > XLITE/LINPHONE

Re: [SR-Users] RTPProxy timeout

2014-05-23 Thread Igor Potjevlesch
Hi Carsten, Oh ok, I understand. Where can I find the patch as he is not in the test/ directory? I compiled Kamailio from source, not GIT. Then, about the configuration, is it mandatory to use a XMLRPC interface or that could be done through TCP or UDP? I saw in the man page of RTPProxy that

Re: [SR-Users] TLS and SIP

2014-05-23 Thread Frank Carmickle
On May 22, 2014, at 6:46 PM, James Cloos wrote: > > If you record the full packet trace, wireshark can use your privkey.pem > to decode the tls handshake, recover the session key, and use that to > decode the payload packets. > > Cf http://wiki.wireshark.org/SSL for details. This is true if y

Re: [SR-Users] Kamailio with Sqlite

2014-05-23 Thread Ashwin Kumar R
Dear All, Solved the Issue.It was the the location problem itself. had to change it to #!define DBURL "sqlite:///usr/local/etc/kamailio/kamailio.db" Regards Ashwin On 2014-05-21 20:54, Ashwin Kumar R wrote: Dear Sir, I'm still getting the same error . I checked the log file ,following is

Re: [SR-Users] insufficient ports returned from mediaproxy

2014-05-23 Thread Morten Isaksen
Hi, Answering myself. The problem is documented here. http://mediaproxy.ag-projects.com/issues/2013 So far this patch has solved our problem. /Morten On Thu, May 15, 2014 at 2:45 PM, Morten Isaksen wrote: > We have a periodic problem with the communication between mediaproxy > (kamailio mod