@grumvalski commented on this pull request.

Thanks!
Looks fine, just a small comment on the doc.


In src/modules/siptrace/doc/siptrace_admin.xml:

> @@ -656,6 +654,11 @@ hlog("$hdr(P-MyID)", "Another one with a custom correlation ID");
 	Stateless forwarded messages (forward()) are not logged if you set the
 	flag, use sip_trace() inside <emphasis>onsend_route</emphasis> block.
 	</para>
+	<para>
+	If dialog level tracing is used internally generated BYE transaction(in
+	case of internal timeouts) won't be traced. At the moment kamailio offers
+	no posibility to trace those messages.

Actually it should be possible to capture these BYEs, as we do for ACK, in onsend_route or in tm's module local_route.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.