xkaraman left a comment (kamailio/kamailio#4765)
Hey @btriller ,
> There's a note about normalization of the default transport for destination
> list entries according to RFC 3263, but one could argue that this
> normalization should also be applied to given URIs?
Agree on this, will discuss more about this.
> * Ignore transport via `ds_is_from_list()`'s `flags` parameter
Regarding this you can just use the mode that do not force protocol. `mode: ip
- 1, port - 2, protocol - 4, local socket - 8` from docs.
If you remove the protocol check, it's been found, though not optimal if you
expect the udp to found by default
> * Add transport parameter to given URI
That would part of normalization, and if not mistaken is done in `parse_uri`
function and it only fills the proto member if there is a protocol present.
Maybe we can adopt it to support the normalization.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4765#issuecomment-4781340757
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/4765/[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!