Skip to content

Commit

Permalink
misc/examples: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Dec 16, 2022
1 parent 59f4690 commit d5881ba
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion misc/examples/kamailio/acc-mysql.cfg
Expand Up @@ -117,7 +117,7 @@ modparam("usrloc", "db_mode", 2)
#
#modparam("auth_db", "calculate_ha1", yes)
#
# If you set "calculate_ha1" parameter to yes (which true in this config),
# If you set "calculate_ha1" parameter to yes (which is true in this config),
# uncomment also the following parameter)
#
#modparam("auth_db", "password_column", "password")
Expand Down
4 changes: 2 additions & 2 deletions misc/examples/kamailio/nathelper.cfg
Expand Up @@ -113,8 +113,8 @@ route{
# Special handling for NATed clients; first, NAT test is
# executed: it looks for via!=received and RFC1918 addresses
# in Contact (may fail if line-folding is used); also,
# the received test should, if completed, should check all
# vias for rpesence of received
# the received test, if completed, should check all
# vias for presence of received
if (nat_uac_test("3")) {
# Allow RR-ed requests, as these may indicate that
# a NAT-enabled proxy takes care of it; unless it is
Expand Down
2 changes: 1 addition & 1 deletion misc/examples/mixed/nathelper.cfg
Expand Up @@ -107,7 +107,7 @@ route{
# executed: it looks for via!=received and RFC1918 addresses
# in Contact (may fail if line-folding is used); also,
# the received test should, if completed, should check all
# vias for rpesence of received
# vias for presence of received
if (nat_uac_test("3")) {
# Allow RR-ed requests, as these may indicate that
# a NAT-enabled proxy takes care of it; unless it is
Expand Down
2 changes: 1 addition & 1 deletion misc/examples/pkg/sip-router-oob.cfg
Expand Up @@ -683,7 +683,7 @@ route[FORWARD]
}

# Activate the RTP proxy as the second last step because it modifies the
# body but also sets an dialog AVP cookie.
# body but also sets a dialog AVP cookie.
route(RTPPROXY);

# Insert a Record-Route header into all requests.
Expand Down
2 changes: 1 addition & 1 deletion misc/examples/scripts/serresponse
Expand Up @@ -128,7 +128,7 @@ if [ ! -e $LOCKF ] ; then
echo " Please configure it to your local settings first."
echo
echo "If you do not press CTRL-C within 2 seconds an informational message"
echo "with your hostname will be send to the ser developers."
echo "with your hostname will be sent to the ser developers."
sleep 2
$MAILCOMMAND -s "serresponse executed on ${HOSTN}" $NOTIFY < $TMP
rm -f $TMP
Expand Down

0 comments on commit d5881ba

Please sign in to comment.