Module: kamailio Branch: master Commit: 653a950a63f991d1c7c3b482d4d9852ed60cdbed URL: https://github.com/kamailio/kamailio/commit/653a950a63f991d1c7c3b482d4d9852ed60cdbed
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2026-01-06T12:52:15+01:00 dispatcher: summary of what transport is set for target addresses --- Modified: src/modules/dispatcher/doc/dispatcher_admin.xml --- Diff: https://github.com/kamailio/kamailio/commit/653a950a63f991d1c7c3b482d4d9852ed60cdbed.diff Patch: https://github.com/kamailio/kamailio/commit/653a950a63f991d1c7c3b482d4d9852ed60cdbed.patch --- diff --git a/src/modules/dispatcher/doc/dispatcher_admin.xml b/src/modules/dispatcher/doc/dispatcher_admin.xml index a92ac9b7e51..3def9ff8761 100644 --- a/src/modules/dispatcher/doc/dispatcher_admin.xml +++ b/src/modules/dispatcher/doc/dispatcher_admin.xml @@ -1955,7 +1955,7 @@ if(ds_list_exists("10")) { 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. + 3263 resolution procedures (in short, UDP for 'sip:' and TCP for 'sips:'). </note> <para> _______________________________________________ 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!
