Module: kamailio Branch: master Commit: 8bbdd3d964f7be7c164f27c41a988ec6ded632d2 URL: https://github.com/kamailio/kamailio/commit/8bbdd3d964f7be7c164f27c41a988ec6ded632d2
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2026-05-28T09:10:47+02:00 dispatcher: docs updates for socket attributes --- Modified: src/modules/dispatcher/doc/dispatcher_admin.xml --- Diff: https://github.com/kamailio/kamailio/commit/8bbdd3d964f7be7c164f27c41a988ec6ded632d2.diff Patch: https://github.com/kamailio/kamailio/commit/8bbdd3d964f7be7c164f27c41a988ec6ded632d2.patch --- diff --git a/src/modules/dispatcher/doc/dispatcher_admin.xml b/src/modules/dispatcher/doc/dispatcher_admin.xml index 539af4fefc0..0468e931ea2 100644 --- a/src/modules/dispatcher/doc/dispatcher_admin.xml +++ b/src/modules/dispatcher/doc/dispatcher_admin.xml @@ -2664,12 +2664,13 @@ kamcli dispatcher.oclist 1 of the corresponding algorithm parameter for ds_select_dst().</para> </listitem> <listitem> - <para>'socket' - used to set the sending socket for the gateway. It is - used for sending the SIP traffic as well as OPTIONS - keepalives.</para> + <para>'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).</para> </listitem> <listitem> - <para>'ping_socket' - used to set the sending socket for ping requests. + <para>'ping_socket' - used to set specific sending socket for ping requests. It overwrites the general ds_ping_socket parameter.</para> </listitem> <listitem> _______________________________________________ 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!
