From aef62d8277be4699b9e79ef49542865a44857999 Mon Sep 17 00:00:00 2001 From: Matthias Wimmer Date: Sat, 29 Aug 2015 01:03:34 +0200 Subject: [PATCH] Small typo fix in config. --- etc/kamailio.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/kamailio.cfg b/etc/kamailio.cfg index e9067956fd7..7f5f3db1fc6 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")) {