> "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
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
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
> "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
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
__
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
> "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
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,
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
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
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
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
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
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
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
> "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
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
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
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
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
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
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
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
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
24 matches
Mail list logo