瀏覽代碼

Merge pull request #307 from mawis/typo_fix

Small typo fix in config.
Daniel-Constantin Mierla 10 年之前
父節點
當前提交
7e40171e15
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      etc/kamailio.cfg

+ 1 - 1
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")) {