@sergey-safarov commented on this pull request.


> +             return CHECK_FLOW_ERROR_URI_NOT_MYSELF;
+       }
+
+
+       LM_DBG("topmost route URI: '%.*s' is me\n", uri.len, ZSW(uri.s));
+       ret = decode_flow_token(msg, &rcv, puri.user);
+
+       if(ret == -2) {
+               LM_DBG("no flow token found\n");
+               return CHECK_FLOW_ERROR_NO_FLOW_TOKEN;
+       } else if(ret == -1) {
+               LM_DBG("failed to decode flow token\n");
+               return CHECK_FLOW_ERROR_DECODE;
+       } else if(rcv->proto == PROTO_TCP || rcv->proto == PROTO_TLS
+                         || rcv->proto == PROTO_WS || rcv->proto == PROTO_WSS) 
{
+               tcp_connection_t *con =

done

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