[sr-dev] [kamailio/kamailio] topos and dialog timeout conflict (#1216)
Daniel-Constantin Mierla
notifications at github.com
Mon Sep 25 15:24:04 CEST 2017
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20170925/c337e7f9/attachment.html>
More information about the sr-dev
mailing list