Browse Source

Merge pull request #307 from mawis/typo_fix

Small typo fix in config.
Daniel-Constantin Mierla 10 năm trước cách đây
mục cha
commit
7e40171e15
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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")) {