[SR-Users] OpenSER/Kamailio Support? - Forwarding SIP INVITE Packets

2012-09-27 Thread Eddie Elric
Hello fellow OpenSER/Kamailio users, I hope this is the right method of contact - I was unable to find a forum on which to post any queries. In essence, I've set up a Kamailio server of the latest version - logging on to clients works fine, etc. The idea of my setting up was for forwarding SIP me

Re: [SR-Users] Registration Authentication Error

2012-09-27 Thread Daniel-Constantin Mierla
Can you sent the attachment in text format so it can be read from any device? It should be just text content anyhow. Cheers, Daniel On 9/27/12 4:26 AM, Nathaniel L Keeling III wrote: I am using the Jitsi sip client and tried the X-Lite sip client. I am not able to authenticate with either. I a

Re: [SR-Users] DB accounting missing if t_newtran() is called explicitly

2012-09-27 Thread Daniel-Constantin Mierla
Hello, you can try after you set the flag you wanted to be in transaction, to be sure it gets there. Cheers, Daniel On 9/26/12 7:43 PM, Andrew Pogrebennyk wrote: Hi Daniel, No, I don't. Thanks for the tip. Could you advice where t_flush_flags() should be placed? I tried in branch_route and

Re: [SR-Users] pseudovariable values written from app_lua sometimes appear incorrect

2012-09-27 Thread Daniel-Constantin Mierla
Hello, On 9/26/12 9:47 PM, elact...@jamailca.com wrote: Hi, I am using app_lua to frequently store some data in htable and avp entries, using sr.pv.sets. When I read the values using sr.pv.get immediately after writing them, they seem correct. However, when I read them later from Lua, I have

Re: [SR-Users] [sr-dev] SRV record in via header not resolving.

2012-09-27 Thread Daniel-Constantin Mierla
Can you provide the patch taken with 'diff -u' or 'git diff' -- it is easier to understand what parts you refer to and were updated. Cheers, Daniel On 9/27/12 12:31 AM, Jijo wrote: Hello, I'm observing that Via Header domain name of type SRV is resolving as DNS A. I looked at the code and

Re: [SR-Users] Double attempt to record-route

2012-09-27 Thread Daniel-Constantin Mierla
On 9/26/12 4:44 PM, Juha Heinanen wrote: Juha Heinanen writes: I tried to call record_route_preset() in branch route in order to add contact specific RR headers when request is forked to more than one contact. What happened was that I got error message: Sep 26 17:03:47 wheezy2 /usr/sbin/sip-

Re: [SR-Users] pseudovariable values written from app_lua sometimes appear incorrect

2012-09-27 Thread elactrum
On 2012-09-27 10:19, Daniel-Constantin Mierla wrote: Hello, On 9/26/12 9:47 PM, elact...@jamailca.com wrote: Hi, I am using app_lua to frequently store some data in htable and avp entries, using sr.pv.sets. When I read the values using sr.pv.get immediately after writing them, they seem corr

[SR-Users] non-local socket info message

2012-09-27 Thread Juha Heinanen
when i do registrar save in multiple registrar setup, i get this kind of info message to syslog when socket field value in location table does not match local socket of the registrar: INFO: usrloc [udomain.c:321]: non-local socket ...ignoring looks like location table entries are updated no matt

[SR-Users] Kamailio sip user authentication

2012-09-27 Thread Burak ÖZTÜRK
I installed kamailio from this link: http://www.kamailio.org/dokuwiki/doku.php/install:kamailio-3.0.x-from-git And I used Linphone and/or CSipSimple android apps as sip clients. And if I give the correct sip server name (usually server ip address), kamailio does not check the sip username and pa

Re: [SR-Users] Registration Authentication Error

2012-09-27 Thread Nathaniel L Keeling III
Sorry, I thought I had saved it in plain text format. I have included the right file. Thanks Nathaniel On 9/27/12 10:12 AM, Daniel-Constantin Mierla wrote: Can you sent the attachment in text format so it can be read from any device? It should be just text content anyhow. Cheers, Daniel On

Re: [SR-Users] Registration Authentication Error

2012-09-27 Thread Moritz Graf
Hi, I have not been that much in Kamailio yet, but I can see the following messages: UAC UAS REGISTER -> (CSeq=1) 401 Unauth. <-- REGISTER -> (CSeq=1) 401 Unauth. <-- I am missing the answer from the UAC where it solves the challange and sends another Register with CSeq=2. Bu