Skip to content

Commit

Permalink
Merge pull request #307 from mawis/typo_fix
Browse files Browse the repository at this point in the history
Small typo fix in config.
  • Loading branch information
miconda committed Sep 1, 2015
2 parents ec2a72d + aef62d8 commit 7e40171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/kamailio.cfg
Expand Up @@ -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")) {
Expand Down

0 comments on commit 7e40171

Please sign in to comment.