--- channels/sip/sdp_crypto.c (revision 380350) +++ channels/sip/sdp_crypto.c (working copy) @@ -252,8 +252,7 @@ lifetime = strsep(&info, "|"); if (lifetime) { + ast_log(LOG_NOTICE, "Crypto life time unsupported: %s. Ignoring.\n", attr); - ast_log(LOG_NOTICE, "Crypto life time unsupported: %s\n", attr); - continue; } found = 1;