@herlesupreeth commented on this pull request.


> @@ -44,6 +44,34 @@ void contact_dlg_create_handler(
        LM_DBG("Successfully registered contact dialog handler\n");
 }
 
+
+/** removes the default port ':5060' from the string in order compare later
+ *  returns:
+ *  0 => found
+ *  1 => not found
+ *  < 0 => error
+ */
+static int filter_default_port(str *src, str *dst)
+{
+       str default_port = str_init(":5060");

ah okay. Then all good.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4454#discussion_r2470390179
You are receiving this because you are subscribed to this thread.

Message ID: <kamailio/kamailio/pull/4454/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