@sergey-safarov commented on this pull request.
> +
+int check_flow_token(struct sip_msg *msg)
+{
+ struct hdr_field *hdr;
+ struct sip_uri puri;
+ rr_t *rt;
+ str uri;
+ int ret;
+ struct receive_info *rcv = NULL;
+ tcp_connection_t *con = NULL;
+
+ switch(find_first_route(msg)) {
+ case -1:
+ LM_DBG("there is no Route HF\n");
+ return CHECK_FLOW_NO_ROUTE_HEADER;
+ break;
done
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4449#discussion_r2471723279
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/4449/review/[email protected]>_______________________________________________
Kamailio - Development Mailing List -- [email protected]
To unsubscribe send an email to [email protected]
Important: keep the mailing list in the recipients, do not reply only to the
sender!