Module: kamailio Branch: master Commit: 1d38ebb9e320974ce9e0cad3d124027492f1de52 URL: https://github.com/kamailio/kamailio/commit/1d38ebb9e320974ce9e0cad3d124027492f1de52
Author: Kamailio Dev <[email protected]> Committer: Kamailio Dev <[email protected]> Date: 2026-05-28T09:16:07+02:00 modules: readme files regenerated - dispatcher ... [skip ci] --- Modified: src/modules/dispatcher/README --- Diff: https://github.com/kamailio/kamailio/commit/1d38ebb9e320974ce9e0cad3d124027492f1de52.diff Patch: https://github.com/kamailio/kamailio/commit/1d38ebb9e320974ce9e0cad3d124027492f1de52.patch --- diff --git a/src/modules/dispatcher/README b/src/modules/dispatcher/README index a6da659d9ed..838861a43a6 100644 --- a/src/modules/dispatcher/README +++ b/src/modules/dispatcher/README @@ -2114,10 +2114,12 @@ kamcli dispatcher.oclist 1 relative weight distribution type - its rweight is set to 0. See also the description of the corresponding algorithm parameter for ds_select_dst(). - * 'socket' - used to set the sending socket for the gateway. It is - used for sending the SIP traffic as well as OPTIONS keepalives. - * 'ping_socket' - used to set the sending socket for ping requests. - It overwrites the general ds_ping_socket parameter. + * 'socket' - used to set the sending socket for the gateway, + overwriting ds_default_socket parameter. It is used for sending the + SIP traffic as well as OPTIONS pings/keepalives (if no specific + ds_ping_socket parameter or per record ping_socket is set). + * 'ping_socket' - used to set specific sending socket for ping + requests. It overwrites the general ds_ping_socket parameter. * 'sockname' - used to set by name the sending socket for the gateway. It is used for sending the SIP traffic as well as OPTIONS keepalives and has priority over 'socket' attribute. _______________________________________________ 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!
