From 6804318f811833167989d4d9f7bc4e19baa211c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B8=D0=BB=D1=8F=D0=BD=20=D0=9F=D0=B0=D0=BB=D0=B0?= =?UTF-8?q?=D1=83=D0=B7=D0=BE=D0=B2?= Date: Mon, 12 Dec 2022 20:56:11 +0200 Subject: [PATCH] ims_qos: typos a/an --- src/modules/ims_qos/doc/ims_qos_admin.xml | 10 +++++----- src/modules/ims_qos/ims_qos_mod.c | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/modules/ims_qos/doc/ims_qos_admin.xml b/src/modules/ims_qos/doc/ims_qos_admin.xml index 0ff629e17e0..168bac81323 100644 --- a/src/modules/ims_qos/doc/ims_qos_admin.xml +++ b/src/modules/ims_qos/doc/ims_qos_admin.xml @@ -264,7 +264,7 @@ modparam("ims_qos", "video_default_bandwidth", 256) This sets the default Reason, when a call is terminated in early stage due to QoS-failure. - Default value is "QoS released", an call in early stage + Default value is "QoS released", a call in early stage would be released with "488 QoS released". @@ -281,7 +281,7 @@ modparam("ims_qos", "early_qosrelease_reason", "Sorry - QoS failed")
<varname>confirmed_qosrelease_headers</varname> (String) - These headers are added to the BYE-Message, when an confirmed call + These headers are added to the BYE-Message, when a confirmed call is terminated due to a QoS failure. Default value is "", no Extra-Headers @@ -526,7 +526,7 @@ modparam("ims_qos", "rr_default_bandwidth", 2000) <function moreinfo="none">Rx_AAR_Register(route_block, domain)</function> - Perform a AAR on Diameter RX interface to subscribe to signalling + Perform an AAR on Diameter RX interface to subscribe to signalling status. This purpose of this is tell a Diameter server (typically a PCRF) to inform the requesting Diameter client on changes to the status of signalling bearer for the same framed IP address. For more details @@ -595,7 +595,7 @@ route[REG_AAR_REPLY] <function moreinfo="none">Rx_AAR(route_block, direction, subscription_id, subscription_id_type)</function> - Perform a AAR on Diameter RX interface to request resource + Perform an AAR on Diameter RX interface to request resource authorisation from a Diameter server (typically a PCRF). For more details see 3GGP TS 29.214. @@ -661,7 +661,7 @@ route[ORIGN_SESSION_AAR_REPLY]
AAR Timeouts (aar_timeouts) - The number of timeouts on sending a AAR. i.e. no response to + The number of timeouts on sending an AAR. i.e. no response to AAR.
diff --git a/src/modules/ims_qos/ims_qos_mod.c b/src/modules/ims_qos/ims_qos_mod.c index 8776bbfbb3e..bcf8266853a 100644 --- a/src/modules/ims_qos/ims_qos_mod.c +++ b/src/modules/ims_qos/ims_qos_mod.c @@ -675,7 +675,7 @@ uint16_t check_ip_version(str ip) } /* Wrapper to send AAR from config file - this only allows for AAR for calls - not register, which uses r_rx_aar_register - * return: 1 - success, <=0 failure. 2 - message not a AAR generating message (ie proceed without PCC if you wish) + * return: 1 - success, <=0 failure. 2 - message not an AAR generating message (ie proceed without PCC if you wish) */ static int w_rx_aar(struct sip_msg *msg, char *route, char* dir, char *c_id, int id_type) {