[sr-dev] git:master:aef62d82: Small typo fix in config.

Matthias Wimmer m at tthias.eu
Tue Sep 1 09:06:47 CEST 2015


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

Author: Matthias Wimmer <m at tthias.eu>
Committer: Matthias Wimmer <m at tthias.eu>
Date: 2015-08-29T01:03:34+02:00

Small typo fix in config.

---

Modified: etc/kamailio.cfg

---

Diff:  https://github.com/kamailio/kamailio/commit/aef62d8277be4699b9e79ef49542865a44857999.diff
Patch: https://github.com/kamailio/kamailio/commit/aef62d8277be4699b9e79ef49542865a44857999.patch

---

diff --git a/etc/kamailio.cfg b/etc/kamailio.cfg
index e906795..7f5f3db 100644
--- a/etc/kamailio.cfg
+++ b/etc/kamailio.cfg
@@ -884,7 +884,7 @@ route[TOVOICEMAIL] {
 
 	# check if VoiceMail server IP is defined
 	if (strempty($sel(cfg_get.voicemail.srv_ip))) {
-		xlog("SCRIPT: VoiceMail rotuing enabled but IP not defined\n");
+		xlog("SCRIPT: VoiceMail routing enabled but IP not defined\n");
 		return;
 	}
 	if(is_method("INVITE")) {




More information about the sr-dev mailing list