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_
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
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__
```
Jul 1 14:49:27 debian10 kamailio[5644]: 9(5655) INFO: {1 1 INVITE
5786fc5eb54a-4wh0mpzuxwx6@snomSoft}
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");
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
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
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
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