Re: [sr-dev] [kamailio/kamailio] topos and dialog timeout conflict (#1216)

2018-01-24 Thread Daniel-Constantin Mierla
Closed #1216. -- 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/1216#event-1439003703___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] topos and dialog timeout conflict (#1216)

2017-12-08 Thread sergey-vb
Hi Daniel, I think you can close this issue. For Contact header in retries for initial INVITE I will open new one. Thank you. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] topos and dialog timeout conflict (#1216)

2017-11-07 Thread sergey-vb
I have send it via e-mail to you, Daniel. Thank you in advance. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] topos and dialog timeout conflict (#1216)

2017-11-07 Thread Daniel-Constantin Mierla
Reopened #1216. -- 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/1216#event-1330642009___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] topos and dialog timeout conflict (#1216)

2017-11-07 Thread dryvoip
Confirmed is working now. Thanks! -- 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/1216#issuecomment-342620552___ Kamailio (SER) -

Re: [sr-dev] [kamailio/kamailio] topos and dialog timeout conflict (#1216)

2017-11-07 Thread Daniel-Constantin Mierla
I need also all log messages with `debug=3` in kamailio.cfg for such a call. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] topos and dialog timeout conflict (#1216)

2017-11-07 Thread Daniel-Constantin Mierla
Closed #1216. -- 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/1216#event-1330579383___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] topos and dialog timeout conflict (#1216)

2017-11-07 Thread sergey-vb
Hi All. I have just make some tests and now Route header present. So seems this issue was fixed with Daniel's latest commit. But I have found one more little issue with topos... When callee device not reachable kamailio tries to reach it, I have profile with 3 retries with 1second interval, But

Re: [sr-dev] [kamailio/kamailio] topos and dialog timeout conflict (#1216)

2017-11-07 Thread Daniel-Constantin Mierla
Finally back to it, I reviewed a bit based on your hint that issue was not exposed when `log_prefix` was set and I just pushed a patch to master and 5.0 branches. Can you try and report if all ok now? -- You are receiving this because you are subscribed to this thread. Reply to this email

Re: [sr-dev] [kamailio/kamailio] topos and dialog timeout conflict (#1216)

2017-11-03 Thread Daniel-Constantin Mierla
Need to get back to it, went out of my radar due to other tasks that popped up around here ... thanks for the reminder, it is always good to do it! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] topos and dialog timeout conflict (#1216)

2017-10-19 Thread dryvoip
Just sent you the pcap and log file. So here's the fun part: When I add `log_prefix="{$mt $hdr(CSeq) $ci} "` to the global section, the problem *no longer exists* but when I comment this out, the problem returns. This seems to be perfectly reliable to fix & break the issue accordingly. So

Re: [sr-dev] [kamailio/kamailio] topos and dialog timeout conflict (#1216)

2017-10-18 Thread dryvoip
Interestingly I cannot reproduce the problem with those added lines. If I comment them out, I can still reproduce the problem. Will experiment a little more but thought I'd provide that clue. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or

Re: [sr-dev] [kamailio/kamailio] topos and dialog timeout conflict (#1216)

2017-09-25 Thread Daniel-Constantin Mierla
Got some time for it ... according to the logs the route set is seen empty by the dialog module (you can search for route_set in the logs). I need more data to troubleshoot: * grab the pcap with sip packets for such a call * add following in your config before doing the test. At the top

Re: [sr-dev] [kamailio/kamailio] topos and dialog timeout conflict (#1216)

2017-09-22 Thread Daniel-Constantin Mierla
Started to look at the logs at some point, but got distracted by other tasks ... and with no much spare time it got delayed. I will try to get back to it asap. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] topos and dialog timeout conflict (#1216)

2017-09-01 Thread dryvoip
resent as a zip -- 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/1216#issuecomment-326634718___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] topos and dialog timeout conflict (#1216)

2017-09-01 Thread Daniel-Constantin Mierla
Can you resend as zip or tgz (tar.gz / gz) instead of 7z? These are common formats that can be unarchived on mobile devices as well. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] topos and dialog timeout conflict (#1216)

2017-08-17 Thread dryvoip
Not sure if related but on call setup I'm seeing this logged `Aug 17 16:35:25 lev /usr/sbin/kamailio[15994]: ERROR: topos [tps_storage.c:1254]: tps_db_update_dialog(): no valid dlg uuid` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view

Re: [sr-dev] [kamailio/kamailio] topos and dialog timeout conflict (#1216)

2017-08-16 Thread Daniel-Constantin Mierla
>From the logs, topos doesn't do anything for any of the BYEs (as it should, >because they are generated by the server). Can you check if the dialog >structures are the same with and without topos? You can dump them via rpc >command once the call is answered -- important to see if record route

Re: [sr-dev] [kamailio/kamailio] topos and dialog timeout conflict (#1216)

2017-08-15 Thread Daniel-Constantin Mierla
Are you sure you compile a fully fresh cloned master? -- 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/1216#issuecomment-322569964___

Re: [sr-dev] [kamailio/kamailio] topos and dialog timeout conflict (#1216)

2017-08-15 Thread dryvoip
I tried but couldn't compile master. See my comment here: https://github.com/kamailio/kamailio/commit/4eec934a537551d78e833769c182f8020040a678 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] topos and dialog timeout conflict (#1216)

2017-08-15 Thread Daniel-Constantin Mierla
Can you test with master branch (your config for 5.0.x should work) and use debug=3 in kamailio.cfg? Then attach all logs printed by kamailio when the BYEs are sent out. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: