Module: kamailio Branch: master Commit: be24a03b0ffcd2a1d219a301c32906b74249426f URL: https://github.com/kamailio/kamailio/commit/be24a03b0ffcd2a1d219a301c32906b74249426f
Author: Kamailio Dev <[email protected]> Committer: Kamailio Dev <[email protected]> Date: 2026-01-06T13:01:15+01:00 modules: readme files regenerated - dispatcher ... [skip ci] --- Modified: src/modules/dispatcher/README --- Diff: https://github.com/kamailio/kamailio/commit/be24a03b0ffcd2a1d219a301c32906b74249426f.diff Patch: https://github.com/kamailio/kamailio/commit/be24a03b0ffcd2a1d219a301c32906b74249426f.patch --- diff --git a/src/modules/dispatcher/README b/src/modules/dispatcher/README index 5e475a97ca4..d1cd5859275 100644 --- a/src/modules/dispatcher/README +++ b/src/modules/dispatcher/README @@ -1617,6 +1617,16 @@ if(ds_list_exists("10")) { be set to groupid of matching address and the attributes will be set in variable specified by 'attrs_pvname'. +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 (in + short, UDP for 'sip:' and TCP for 'sips:'). + Note that for backward compatibility mode, when no parameter is given or only groupid is given, the matching is done only for IP address and port (protocol is ignored). _______________________________________________ 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!
