Re: [sr-dev] [kamailio/kamailio] Function "tcp_get_conid" from tcpops module does not write the conid into given target variable (#2382)

2020-07-03 Thread kvrban
fixed with https://github.com/kamailio/kamailio/commit/fbb4312f1b2ebf6793408241d56bfc2dca6543ec -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2382#issuecomment-653407456_

Re: [sr-dev] [kamailio/kamailio] Function "tcp_get_conid" from tcpops module does not write the conid into given target variable (#2382)

2020-07-03 Thread kvrban
Closed #2382. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2382#event-3509986104___ Kamailio (SER) - Development Mailing List sr-dev@l

Re: [sr-dev] [kamailio/kamailio] Function "tcp_get_conid" from tcpops module does not write the conid into given target variable (#2382)

2020-07-03 Thread kvrban
Issue was fixed for me with: https://github.com/kamailio/kamailio/pull/2386 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2382#issuecomment-653399719__

Re: [sr-dev] [kamailio/kamailio] Function "tcp_get_conid" from tcpops module does not write the conid into given target variable (#2382)

2020-07-01 Thread kvrban
``` Jul 1 14:49:27 debian10 kamailio[5644]: 9(5655) INFO: {1 1 INVITE 5786fc5eb54a-4wh0mpzuxwx6@snomSoft}

Re: [sr-dev] [kamailio/kamailio] Function "tcp_get_conid" from tcpops module does not write the conid into given target variable (#2382)

2020-07-01 Thread Daniel-Constantin Mierla
Strange, looked further in the code and seems all ok, no error messages -- I will try to troubleshoot when I get a chance to test with tcp phones. Meanwhile, can you test the following variant and see what is printed: ``` xlog("L_INFO", "Contact found for user:$rU at $rd:$rp \n");

Re: [sr-dev] [kamailio/kamailio] Function "tcp_get_conid" from tcpops module does not write the conid into given target variable (#2382)

2020-07-01 Thread kvrban
Then called a uac which is registered via TCP -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2382#issuecomment-652358376___ Kamailio (SE

Re: [sr-dev] [kamailio/kamailio] Function "tcp_get_conid" from tcpops module does not write the conid into given target variable (#2382)

2020-07-01 Thread kvrban
To reproduce, i installed a new Kamailio 5.3.5 from http://deb.kamailio.org/kamailio53 on a fresh debian 10 vm and only added: ``` --- kamailio.cfg2020-06-22 14:21:22.0 +0200 +++ /home/kris/kamailio.cfg 2020-07-01 13:07:15.476661500 +0200 @@ -19,7 +19,7 @@ # Several features c

Re: [sr-dev] [kamailio/kamailio] Function "tcp_get_conid" from tcpops module does not write the conid into given target variable (#2382)

2020-06-30 Thread Daniel-Constantin Mierla
The code looks ok for setting the variable. Can you provide all logs printed by kamailio with debug=3 in config, from the moment of receiving the sip message till its end of processing, when this case is reproduce? -- You are receiving this because you are subscribed to this thread. Reply to th

[sr-dev] [kamailio/kamailio] Function "tcp_get_conid" from tcpops module does not write the conid into given target variable (#2382)

2020-06-30 Thread kvrban
Function "tcp_get_conid" from tcpops module does not write the conid into target variable I followed the documentation on https://www.kamailio.org/docs/modules/devel/modules/tcpops.html#tcpops.f.tcp_get_conid And with debug enabled, you see the connection is found: `Jun 30 14:13:47 kamailio-de