Re: [SR-Users] rare impossibility to send requests to TLS connected peer

2016-03-09 Thread Vasiliy Ganchev
Hi Daniel! Currently I have complete scheme of the issue (and at last time to describe it here): Issue logic (all mentioned functions from tcp_main.c): SIP phone (A-B) connected via TLS, on port 443 to tcp proxy: 192.168.1.24:3487 <--> 192.168.1.85:443 (connect A) 127.0.0.1:64935 <--->

[SR-Users] processing ACK

2016-03-09 Thread jaflong jaflong
Hi Everyone I am manually processing sdp and handling media so I want to repond to ACK myself instead of forwarding on for media server. I catch the method=="ACK" condition. From within this condition how do I retrieve avp variables that were set in the INVITE. Requesting $avp("myvar") comes

Re: [SR-Users] What to read after RFC 3261 to get started with Kamailio.

2016-03-09 Thread SamyGo
Hi, Well reading might be a very good idea but trying things and scenarios will be an even better thing. There are very amazing blogs, more like How to for kamailio written by Daniel himself available over asipto knowledge base. Kb.asipto.com Just go through those installation steps, copy over

Re: [SR-Users] In kamailio.log not print log message

2016-03-09 Thread Shiv Patidar
i want to print user registration in kamailio.log file On Wed, Mar 9, 2016 at 10:40 PM, Shiv Patidar wrote: > i did according to you then my log file print this but i want to print > user registraction in kamailio.log what i do please help me > >

Re: [SR-Users] In kamailio.log not print log message

2016-03-09 Thread Shiv Patidar
i did according to you then my log file print this but i want to print user registraction in kamailio.log what i do please help me /usr/local/sbin/kamailio[25086]:INFO:[main.c:798]:sig_usr():Signal 15 received /usr/local/sbin/kamailio[15085]:INFO:[main.c:798]:sig_usr():Signal 15 received

[SR-Users] problem with relaying after t_susped() and t_continue()

2016-03-09 Thread Uri Shacked
I have a problem when using t_suspend() and t_continue(). Let's say I would like to have a 5 sec delay before relaying an INVITE. For example the following code: *route[MYROUTE] {* *t_newtran();* *if

[SR-Users] What to read after RFC 3261 to get started with Kamailio.

2016-03-09 Thread Oivvio Polite
I want to get started with Kamailio. So far I've understood that I really need to grok SIP before tackling Kamailio so I'm reading the book "SIP demystified" as the starting point of my Kamailio journey. After that I will read RFC 3261. After that I think it's time to read something that will give

Re: [SR-Users] TCP connection select problem

2016-03-09 Thread Daniel Tryba
On Wed, Mar 09, 2016 at 10:05:11PM +0800, 张顺通 wrote: > Yes,Use Path in DB. like > KA_REGISTER wile the path info in DB. Should not be a problem if you use the use_received options in http://kamailio.org/docs/modules/stable/modules/path.html#idp135216 and

Re: [SR-Users] TCP connection select problem

2016-03-09 Thread 张顺通
Yes,Use Path in DB. like KA_REGISTER wile the path info in DB. Linphone behind the same NAT router. 2016-03-09 14:49 GMT+08:00 Daniel-Constantin Mierla : > Are you using Path with received parameter on KA Edge? > > Are bot Linphone behind the same NAT router? > > Cheers, >

Re: [SR-Users] SIP Autentication Failed

2016-03-09 Thread Daniel-Constantin Mierla
Hello, do you have WITH_ASTERISK defined? If yes, is the asterisk database having a subscriber table where you keep the usernames and passwords? Cheers, Daniel On 09/03/16 09:09, Bruno Henrique Gomes Gouvêa wrote: > > Hello, > > Params here: > > # - auth_db params - > #!ifdef WITH_AUTH

Re: [SR-Users] SIP Autentication Failed

2016-03-09 Thread Bruno Henrique Gomes Gouvêa
Hello, Params here: # - auth_db params - #!ifdef WITH_AUTH modparam("auth_db", "calculate_ha1", yes) modparam("auth_db", "load_credentials", "") #!ifdef WITH_ASTERISK # subscriber table is actually a view in DBASTURL modparam("auth_db", "use_domain", 1) modparam("auth_db", "db_url",