[sr-dev] git:master:7e40171e: Merge pull request #307 from mawis/typo_fix
Daniel-Constantin Mierla
miconda at gmail.com
Tue Sep 1 09:06:48 CEST 2015
Module: kamailio
Branch: master
Commit: 7e40171e15eda9c8325e3e2771500917d12e20ad
URL: https://github.com/kamailio/kamailio/commit/7e40171e15eda9c8325e3e2771500917d12e20ad
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2015-09-01T09:06:41+02:00
Merge pull request #307 from mawis/typo_fix
Small typo fix in config.
---
Modified: etc/kamailio.cfg
---
Diff: https://github.com/kamailio/kamailio/commit/7e40171e15eda9c8325e3e2771500917d12e20ad.diff
Patch: https://github.com/kamailio/kamailio/commit/7e40171e15eda9c8325e3e2771500917d12e20ad.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