[sr-dev] git:master:49420bac: etc: simple typo fixes in kamailio.cfg

qxork fred at qxork.com
Fri Aug 7 10:39:08 CEST 2015


Module: kamailio
Branch: master
Commit: 49420bac12faf27ce4b7ae6a869741f41e6a6553
URL: https://github.com/kamailio/kamailio/commit/49420bac12faf27ce4b7ae6a869741f41e6a6553

Author: qxork <fred at qxork.com>
Committer: qxork <fred at 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/49420bac12faf27ce4b7ae6a869741f41e6a6553.diff
Patch: https://github.com/kamailio/kamailio/commit/49420bac12faf27ce4b7ae6a869741f41e6a6553.patch

---

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;
 	}
 




More information about the sr-dev mailing list