Module: kamailio Branch: 6.1 Commit: 6ad3ad5b7ad8d448296c8d30036c1136af277054 URL: https://github.com/kamailio/kamailio/commit/6ad3ad5b7ad8d448296c8d30036c1136af277054
Author: Kamailio Dev <[email protected]> Committer: Kamailio Dev <[email protected]> Date: 2026-06-16T10:01:18+02:00 modules: readme files regenerated - modules ... [skip ci] --- Modified: src/modules/dispatcher/README Modified: src/modules/sqlops/README --- Diff: https://github.com/kamailio/kamailio/commit/6ad3ad5b7ad8d448296c8d30036c1136af277054.diff Patch: https://github.com/kamailio/kamailio/commit/6ad3ad5b7ad8d448296c8d30036c1136af277054.patch --- diff --git a/src/modules/dispatcher/README b/src/modules/dispatcher/README index d1cd5859275..cd0f796e9b8 100644 --- a/src/modules/dispatcher/README +++ b/src/modules/dispatcher/README @@ -2063,10 +2063,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. diff --git a/src/modules/sqlops/README b/src/modules/sqlops/README index e6b91d07f53..3cb8d7c873b 100644 --- a/src/modules/sqlops/README +++ b/src/modules/sqlops/README @@ -230,7 +230,7 @@ modparam("sqlops", "connect_mode", 1) Note that a result container can be used for different SQL queries, it is not required to have result container per SQL query. Use different - containers when the result records are needed at the same time (e.g., + containers when the result records are needed at the same time (e.g. compare a field from one result with a field from another result). Default value is 32. @@ -253,7 +253,7 @@ modparam("sqlops", "results_maxsize", 64) * -1 - error in parameters or query execution * 1 - query successful, at least one row in resultset (for SELECTs) * 2 - query successful, no rows returned - 3 - query successful, at least one row returned, but result + * 3 - query successful, at least one row returned, but result parameter was not given 4.1. sql_query(connection, query[, result]) @@ -355,9 +355,9 @@ sql_result_free("ra"); 4.5. sql_query_async(connection, query) Make an async SQL query using 'connection', if implemented by db driver - module (e.g., db_mysql). The query is executed in another process and + module (e.g. db_mysql). The query is executed in another process and result is not available back to config, thus it should be used only for - sql statements that don't return values (e.g., insert, delete, + sql statements that don't return values (e.g. insert, delete, update...). Note that async_workers core parameter must be set in order to enable the asynchronous framework needed by this function. * connection - the name of the connection to be used for the query _______________________________________________ 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!
