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
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


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:
https://github.com/kamailio/kamailio/issues/1216#issuecomment-350250645___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


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:
https://github.com/kamailio/kamailio/issues/1216#issuecomment-342725063___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


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
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


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) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


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:
https://github.com/kamailio/kamailio/issues/1216#issuecomment-342618765___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


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
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


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 Contact header present only in 1-st Invite. Next Invites are send without 
Contact header...

I will send dump with topos and topoh in private e-mail to you Daniel.

Can you look at this issue or better to create a new one in kamailio github?

Thank you.

-- 
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-342480242___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


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 directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1216#issuecomment-342434068___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


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:
https://github.com/kamailio/kamailio/issues/1216#issuecomment-341689487___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


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 needless to say the file I sent you does not include the log_prefix, but it 
does include the other requested changes.

-- 
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-338102858___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


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 view it on GitHub:
https://github.com/kamailio/kamailio/issues/1216#issuecomment-337494983___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


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 of request_route block add:

```
xlog("received request from $si with content [[$mb]]\n");
```

At the top of reply_route (add it if you don't have it):

```
xlog("received reply from $si with content [[$mb]]\n");
```

Also add the global parameter:

```
log_prefix="{$mt $hdr(CSeq) $ci} "
```

Put the pcap file and the logs file in a tarball or zip and send it to me.

-- 
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-331879484___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


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:
https://github.com/kamailio/kamailio/issues/1216#issuecomment-331394978___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


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
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


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:
https://github.com/kamailio/kamailio/issues/1216#issuecomment-326626536___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


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 it on GitHub:
https://github.com/kamailio/kamailio/issues/1216#issuecomment-323222369___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


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 headers 
>are saved.

-- 
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-322781468___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


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___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


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:
https://github.com/kamailio/kamailio/issues/1216#issuecomment-322546700___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


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:
https://github.com/kamailio/kamailio/issues/1216#issuecomment-322536708___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev