@toharish commented on this pull request.
In src/modules/topos/topos_mod.c:
> @@ -490,10 +503,9 @@ int tps_msg_received(sr_event_param_t *evp) } } dialog = (get_to(&msg)->tag_value.len>0)?1:0; - if(dialog) { - /* dialog request */ - tps_request_received(&msg, dialog); - } + + tps_request_received(&msg, dialog); +
Ok thank you, I will close this PR and add a new PR with Call-ID mask when it is sent out downstream
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.