Module: kamailio
Branch: master
Commit: 49420bac12faf27ce4b7ae6a869741f41e6a6553
URL:
https://github.com/kamailio/kamailio/commit/49420bac12faf27ce4b7ae6a869741f…
Author: qxork <fred(a)qxork.com>
Committer: qxork <fred(a)qxork.com>
Date: 2015-08-06T13:29:23-04:00
etc: simple typo fixes in kamailio.cfg
- fixed small typos within comments of default kamailio config
---
Modified: etc/kamailio.cfg
---
Diff:
https://github.com/kamailio/kamailio/commit/49420bac12faf27ce4b7ae6a869741f…
Patch:
https://github.com/kamailio/kamailio/commit/49420bac12faf27ce4b7ae6a869741f…
---
diff --git a/etc/kamailio.cfg b/etc/kamailio.cfg
index 1190e80..e906795 100644
--- a/etc/kamailio.cfg
+++ b/etc/kamailio.cfg
@@ -546,7 +546,7 @@ route[RELAY] {
# Per SIP request initial checks
route[REQINIT] {
#!ifdef WITH_ANTIFLOOD
- # flood dection from same IP and traffic ban for a while
+ # flood detection from same IP and traffic ban for a while
# be sure you exclude checking trusted peers, such as pstn gateways
# - local host excluded (e.g., loop to self)
if(src_ip!=myself) {
@@ -721,7 +721,7 @@ route[PRESENCE] {
return;
}
-# IP authorization and user uthentication
+# IP authorization and user authentication
route[AUTH] {
#!ifdef WITH_AUTH
@@ -771,7 +771,7 @@ route[NATDETECT] {
return;
}
-# RTPProxy control and singaling updates for NAT traversal
+# RTPProxy control and signaling updates for NAT traversal
route[NATMANAGE] {
#!ifdef WITH_NAT
if (is_request()) {
@@ -827,7 +827,7 @@ route[PSTN] {
#!ifdef WITH_PSTN
# check if PSTN GW IP is defined
if (strempty($sel(cfg_get.pstn.gw_ip))) {
- xlog("SCRIPT: PSTN rotuing enabled but pstn.gw_ip not defined\n");
+ xlog("SCRIPT: PSTN routing enabled but pstn.gw_ip not defined\n");
return;
}