Ver código fonte

Merge pull request #307 from mawis/typo_fix

Small typo fix in config.
Daniel-Constantin Mierla 10 anos atrás
pai
commit
7e40171e15
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      etc/kamailio.cfg

+ 1 - 1
etc/kamailio.cfg

@@ -884,7 +884,7 @@ route[TOVOICEMAIL] {
 
 
 	# check if VoiceMail server IP is defined
 	# check if VoiceMail server IP is defined
 	if (strempty($sel(cfg_get.voicemail.srv_ip))) {
 	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;
 		return;
 	}
 	}
 	if(is_method("INVITE")) {
 	if(is_method("INVITE")) {