@sergey-safarov commented on this pull request.


> +
+       if(ret == 1) {
+               /* match on host:port, but if gruu, then fail */
+               if(_puri->gr.s != NULL)
+                       return 0;
+       }
+
+       return ret;
+}
+
+/*!
+ * \brief Parse the message and find first occurrence of Route header field.
+ * \param _m SIP message
+ * \return -1 or -2 on a parser error, 0 if there is a Route HF and 1 if there 
is no Route HF
+ */
+static inline int find_first_route(struct sip_msg *_m)

done

-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4449#discussion_r2484132064
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!

Reply via email to