Skip to content

Commit

Permalink
ims_qos: typos a/an
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Dec 16, 2022
1 parent f5c0ee9 commit 6804318
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/modules/ims_qos/doc/ims_qos_admin.xml
Expand Up @@ -264,7 +264,7 @@ modparam("ims_qos", "video_default_bandwidth", 256)
<para>This sets the default Reason, when a call is terminated in
early stage due to QoS-failure.</para>

<para><emphasis> Default value is "QoS released", an call in early stage
<para><emphasis> Default value is "QoS released", a call in early stage
would be released with "488 QoS released".</emphasis></para>

<example>
Expand All @@ -281,7 +281,7 @@ modparam("ims_qos", "early_qosrelease_reason", "Sorry - QoS failed")
<section>
<title><varname>confirmed_qosrelease_headers</varname> (String)</title>

<para>These headers are added to the BYE-Message, when an confirmed call
<para>These headers are added to the BYE-Message, when a confirmed call
is terminated due to a QoS failure.</para>

<para><emphasis> Default value is "", no Extra-Headers</emphasis></para>
Expand Down Expand Up @@ -526,7 +526,7 @@ modparam("ims_qos", "rr_default_bandwidth", 2000)
<title><function moreinfo="none">Rx_AAR_Register(route_block,
domain)</function></title>

<para>Perform a AAR on Diameter RX interface to subscribe to signalling
<para>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
Expand Down Expand Up @@ -595,7 +595,7 @@ route[REG_AAR_REPLY]
<title><function moreinfo="none">Rx_AAR(route_block,
direction, subscription_id, subscription_id_type)</function></title>

<para>Perform a AAR on Diameter RX interface to request resource
<para>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.</para>

Expand Down Expand Up @@ -661,7 +661,7 @@ route[ORIGN_SESSION_AAR_REPLY]
<section>
<title>AAR Timeouts (aar_timeouts)</title>

<para>The number of timeouts on sending a AAR. i.e. no response to
<para>The number of timeouts on sending an AAR. i.e. no response to
AAR.</para>
</section>

Expand Down
2 changes: 1 addition & 1 deletion src/modules/ims_qos/ims_qos_mod.c
Expand Up @@ -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)
{
Expand Down

0 comments on commit 6804318

Please sign in to comment.