Re: [sr-dev] [kamailio/kamailio] Problem with topos together with track_cseq_updates (#1038)

2017-04-06 Thread lamSteven
I'm sorry for the delay! Attached you'll find two full debug logs: one with topos loaded before dialog, one with topos loaded after dialog. [topos_before_dialog.txt](https://github.com/kamailio/kamailio/files/901938/topos_before_dialog.txt)

Re: [sr-dev] [kamailio/kamailio] Problem with topos together with track_cseq_updates (#1038)

2017-04-05 Thread Daniel-Constantin Mierla
Just re-pinging in case you missed my previous comment. It will help troubleshooting as the issue seems the missing Via headers which should be added by topos callbacks when receiving the sip response. -- You are receiving this because you are subscribed to this thread. Reply to this email

Re: [sr-dev] [kamailio/kamailio] Problem with topos together with track_cseq_updates (#1038)

2017-03-31 Thread Daniel-Constantin Mierla
Hmm, can you provide log messages with debug=3 when topos is loaded before dialog module? -- 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] Problem with topos together with track_cseq_updates (#1038)

2017-03-30 Thread lamSteven
I already gave this a try ;-) It doesn't make any difference if i load topos.so before or after the dialog.so and uac.so modules -- 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] Problem with topos together with track_cseq_updates (#1038)

2017-03-30 Thread Daniel-Constantin Mierla
Can you try changing the order you load dialog and topos modules and test again? It may be a quick fix after looking a bit at the code -- even if working, I am planning a more consistent fix. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or

Re: [sr-dev] [kamailio/kamailio] Problem with topos together with track_cseq_updates (#1038)

2017-03-28 Thread lamSteven
Sure, no problem! I have a installation to test this on. Here i tested kamailio 5.0.0 with the same result. If you want i can also give you ssh access so you can see what happens for yourself... -- You are receiving this because you are subscribed to this thread. Reply to this email directly

Re: [sr-dev] [kamailio/kamailio] Problem with topos together with track_cseq_updates (#1038)

2017-03-28 Thread Daniel-Constantin Mierla
I think I found a lead to the issue, need a bit of time to push the fix. Would you be able to test with master branch or version 5.0? There were more changes to topos and backporting them to 4.4 might not be straightforward. -- You are receiving this because you are subscribed to this thread.

Re: [sr-dev] [kamailio/kamailio] Problem with topos together with track_cseq_updates (#1038)

2017-03-22 Thread lamSteven
version: kamailio 4.4.5 (x86_64/linux) >From the "http://deb.kamailio.org/kamailio44 jessie main" repository. -- 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] Problem with topos together with track_cseq_updates (#1038)

2017-03-22 Thread Daniel-Constantin Mierla
What version of kamailio are you using (get the output of `kamailio -v`)? -- 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] Problem with topos together with track_cseq_updates (#1038)

2017-03-19 Thread lamSteven
Thank you for your reply, i have attached somewhat anonymised logs. If you need anything else, let me know! [topos-track_cseq_updates.txt](https://github.com/kamailio/kamailio/files/853241/topos-track_cseq_updates.txt)

Re: [sr-dev] [kamailio/kamailio] Problem with topos together with track_cseq_updates (#1038)

2017-03-19 Thread Daniel-Constantin Mierla
Attach the logs file here or make it available on some web site/pastebin -- they are useful to investigate. Also, can you grab ngrep output for such situation (all sip messages passing through the server: `ngrep -d any -qt -W byline port 5060`). -- You are receiving this because you are

[sr-dev] [kamailio/kamailio] Problem with topos together with track_cseq_updates (#1038)

2017-03-18 Thread lamSteven
### Description When using the dialog track_cseq_updates feature (to increase the cseq for calls that are authenticated using the uac uac_auth) together with topos, it seems like a reply is not handled by topos. Log Messages I have a 2219 line debug log demonstrating this, i can supply