From cc2342908d08ee5322fd6830b0db9fd762bef38f Mon Sep 17 00:00:00 2001 From: Kamailio Dev Date: Mon, 13 Feb 2023 12:17:06 +0100 Subject: [PATCH] modules: readme files regenerated - imc ... [skip ci] --- src/modules/imc/README | 2 +- src/modules/ims_auth/README | 2 +- src/modules/ims_charging/README | 2 +- src/modules/ims_dialog/README | 12 ++++++------ src/modules/ims_diameter_server/README | 4 ++-- src/modules/ims_icscf/README | 4 ++-- src/modules/ims_ipsec_pcscf/README | 4 ++-- src/modules/ims_isc/README | 2 +- src/modules/ims_qos/README | 2 +- src/modules/ims_registrar_pcscf/README | 4 ++-- src/modules/ims_registrar_scscf/README | 4 ++-- 11 files changed, 21 insertions(+), 21 deletions(-) diff --git a/src/modules/imc/README b/src/modules/imc/README index 479eeb83d95..fa467ab6148 100644 --- a/src/modules/imc/README +++ b/src/modules/imc/README @@ -212,7 +212,7 @@ modparam("imc", "members_table", "members") The power of 2 to get the size of the hash table used for storing members and rooms. - The default value is 4 (resultimg in hash size 16). + The default value is 4 (resulting in hash size 16). Example 1.5. Set hash_size parameter ... diff --git a/src/modules/ims_auth/README b/src/modules/ims_auth/README index 4cdd852f893..322bf3fe604 100644 --- a/src/modules/ims_auth/README +++ b/src/modules/ims_auth/README @@ -156,7 +156,7 @@ Chapter 1. Admin Guide 2.2. External Libraries or Applications - This modules requires the internal IMS library. + This module requires the internal IMS library. 3. Parameters diff --git a/src/modules/ims_charging/README b/src/modules/ims_charging/README index fe24631eec3..bf178fac9c7 100644 --- a/src/modules/ims_charging/README +++ b/src/modules/ims_charging/README @@ -225,7 +225,7 @@ Chapter 1. Admin Guide 2.2. External Libraries or Applications - This modules requires the internal IMS library. + This module requires the internal IMS library. 3. Understanding Charging in the IP-Multimedia-Subsystem (IMS) diff --git a/src/modules/ims_dialog/README b/src/modules/ims_dialog/README index 1b6e22dd068..1940e0e8cc1 100644 --- a/src/modules/ims_dialog/README +++ b/src/modules/ims_dialog/README @@ -651,7 +651,7 @@ dlg_setflag("1"); Example 1.17. dlg_resetflag usage ... -redlg_setflag("1"); +dlg_resetflag("1"); ... 6.8. dlg_terminate @@ -793,7 +793,7 @@ if(dlg_get("abcdef", "123", "456")) 8.4. dlg_terminate_dlg - Terminates a singe dialog, identified by the call_id, ftag, ttag. In + Terminates a single dialog, identified by the call_id, ftag, ttag. In ims_dialog module this dialog can be terminated in the early or confirmed states. @@ -947,12 +947,12 @@ Chapter 2. Developer Guide Register a new callback to the dialog. Meaning of the parameters is as follows: - * struct dlg_cell* dlg - dialog to register callback to. If maybe + * struct dlg_cell* dlg - dialog to register callback to. It may be NULL only for DLGCB_CREATED callback type, which is not a per dialog type. - * int type - types of callbacks; more types may be register for the - same callback function; only DLGCB_CREATED must be register alone. - Possible types: + * int type - types of callbacks; more types may be registered for the + same callback function; only DLGCB_CREATED must be registered + alone. Possible types: + DLGCB_LOADED + DLGCB_CREATED - called when a new dialog is created - it's a global type (not associated to any dialog) diff --git a/src/modules/ims_diameter_server/README b/src/modules/ims_diameter_server/README index abf400c9d4f..a0d1ca04dcb 100644 --- a/src/modules/ims_diameter_server/README +++ b/src/modules/ims_diameter_server/README @@ -79,7 +79,7 @@ Chapter 1. Admin Guide Additionally, it allows you to send Diameter-Requests to another peer. The JSON contains an array with all AVP's in the Diameter-Message and - it's attributes. The format is identical for both requests and replies. + its attributes. The format is identical for both requests and replies. [ { "avpCode":277, @@ -148,7 +148,7 @@ Chapter 1. Admin Guide 2.1. Kamailio Modules - The Following mouldes must be loaded before this module: + The following modules must be loaded before this module: * CDP - C Diameter Peer * CDP_AVP - CDP AVP Applications diff --git a/src/modules/ims_icscf/README b/src/modules/ims_icscf/README index 105e352f796..730100e0096 100644 --- a/src/modules/ims_icscf/README +++ b/src/modules/ims_icscf/README @@ -125,7 +125,7 @@ Chapter 1. Admin Guide 2.2. External Libraries or Applications - This modules requires the Kamailio internal IMS library. + This module requires the Kamailio internal IMS library. 3. Parameters @@ -189,7 +189,7 @@ modparam("ims_icscf", "cxdx_forced_peer", "hss.ims.smilecoms.com") 3.5. cxdx_dest_realm (string) - Destination realm to be used in Diameter messags to HSS + Destination realm to be used in Diameter messages to HSS Default value is "ims.smilecoms.com". diff --git a/src/modules/ims_ipsec_pcscf/README b/src/modules/ims_ipsec_pcscf/README index d895e972a57..81c0cb4cb99 100644 --- a/src/modules/ims_ipsec_pcscf/README +++ b/src/modules/ims_ipsec_pcscf/README @@ -123,7 +123,7 @@ Chapter 1. Admin Guide 2.2. External Libraries or Applications - This modules requires the internal IMS library and libmnl for operating + This module requires the internal IMS library and libmnl for operating with netlink sockets. 3. Parameters @@ -189,7 +189,7 @@ modparam("ims_ipsec_pcscf", "ipsec_server_port", 5063) 3.5. ipsec_max_connections (int) - Maximum simultanious IPSec connections + Maximum simultaneous IPSec connections Default value is 2. diff --git a/src/modules/ims_isc/README b/src/modules/ims_isc/README index f3f5dba7de0..2e4187ed627 100644 --- a/src/modules/ims_isc/README +++ b/src/modules/ims_isc/README @@ -97,7 +97,7 @@ Chapter 1. Admin Guide 2.2. External Libraries or Applications - This modules requires the Kamailio internal IMS library. + This module requires the Kamailio internal IMS library. 3. Parameters diff --git a/src/modules/ims_qos/README b/src/modules/ims_qos/README index f180c9c8fe9..990934a6ac0 100644 --- a/src/modules/ims_qos/README +++ b/src/modules/ims_qos/README @@ -175,7 +175,7 @@ Chapter 1. Admin Guide 2.2. External Libraries or Applications - This modules requires the internal IMS library. + This module requires the internal IMS library. 3. Parameters diff --git a/src/modules/ims_registrar_pcscf/README b/src/modules/ims_registrar_pcscf/README index 8d9e8563a4b..3bfb0e60037 100644 --- a/src/modules/ims_registrar_pcscf/README +++ b/src/modules/ims_registrar_pcscf/README @@ -124,7 +124,7 @@ Chapter 1. Admin Guide 2.2. External Libraries or Applications - This modules requires the internal IMS library. + This module requires the internal IMS library. 3. Parameters @@ -172,7 +172,7 @@ modparam("ims_registrar_pcscf", "received_avp", "$avp(i:42)") 3.4. is_registered_fallback2ip (int) - Defines, whether a contact should be searched by it's contact only or + Defines, whether a contact should be searched by its Contact: only or alternatively by the received IP-Address. The option may have the following values: diff --git a/src/modules/ims_registrar_scscf/README b/src/modules/ims_registrar_scscf/README index f220b75bc16..0c35852809f 100644 --- a/src/modules/ims_registrar_scscf/README +++ b/src/modules/ims_registrar_scscf/README @@ -723,7 +723,7 @@ reg_free_contacts("callee"); This function checks to see that a SUBSCRIBE request is authorised to subscribe to the particular identity. Only 3 entities can subscribe: - * The user agent to it's own state + * The user agent to its own state * The P-CSCF specified in the path header for that user * Application Server (AS) not yet implemented @@ -760,7 +760,7 @@ if (can_subscribe_to_reg("location")){ This function checks to see that a PUBLISH request is authorised to publish for a particular identity. Only 3 entities can publish: - * The user agent to it's own state + * The user agent to its own state * The P-CSCF specified in the path header for that user * Application Server (AS) not yet implemented