@miconda commented on this pull request.
@@ -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);
+
Is the above change necessary? Should tps_request_received() be executed for initial
(non-in-dialog) requests?
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3334#pullrequestreview-1265586441
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3334/review/1265586441(a)github.com>