Module: kamailio Branch: master Commit: 100ca7e59f292a6aff7bab625de637743f1cc44d URL: https://github.com/kamailio/kamailio/commit/100ca7e59f292a6aff7bab625de637743f1cc44d
Author: Xenofon Karamanos <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2026-01-06T12:50:54+01:00 dispatcher: docs: Add transport notes --- Modified: src/modules/dispatcher/doc/dispatcher_admin.xml --- Diff: https://github.com/kamailio/kamailio/commit/100ca7e59f292a6aff7bab625de637743f1cc44d.diff Patch: https://github.com/kamailio/kamailio/commit/100ca7e59f292a6aff7bab625de637743f1cc44d.patch --- diff --git a/src/modules/dispatcher/doc/dispatcher_admin.xml b/src/modules/dispatcher/doc/dispatcher_admin.xml index 272508c809f..a92ac9b7e51 100644 --- a/src/modules/dispatcher/doc/dispatcher_admin.xml +++ b/src/modules/dispatcher/doc/dispatcher_admin.xml @@ -1949,6 +1949,15 @@ if(ds_list_exists("10")) { be set to groupid of matching address and the attributes will be set in variable specified by 'attrs_pvname'. </para> + + <note> Note on default transport (RFC 3263 See 4.1 Selecting a Transport Protocol): + The dispatcher module normalizes the transport protocol of destination URIs + according to RFC 3263 default transport rules. When a destination in the + dispatcher list does not contain an explicit ;transport= URI parameter, the + module derives and sets the transport based on the SIP URI scheme and RFC + 3263 resolution procedures. + </note> + <para> Note that for backward compatibility mode, when no parameter is given or only groupid is given, the matching is done only for IP address _______________________________________________ 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!
