Module: kamailio Branch: master Commit: aef62d8277be4699b9e79ef49542865a44857999 URL: https://github.com/kamailio/kamailio/commit/aef62d8277be4699b9e79ef49542865a...
Author: Matthias Wimmer m@tthias.eu Committer: Matthias Wimmer m@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/aef62d8277be4699b9e79ef49542865a... Patch: https://github.com/kamailio/kamailio/commit/aef62d8277be4699b9e79ef49542865a...
---
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")) {