--- asterisk-1.8.0-beta1-orig/channels/sip/sdp_crypto.c 2010-06-08 07:29:08.000000000 +0200 +++ asterisk-1.8.0-beta1/channels/sip/sdp_crypto.c 2010-07-28 17:00:17.034442102 +0200 @@ -229,8 +229,8 @@ if (!strcmp(suite, "AES_CM_128_HMAC_SHA1_80")) { suite_val = AST_AES_CM_128_HMAC_SHA1_80; - } else if (!strcmp(suite, "AES_CM_128_HMAC_SHA1_32")) { - suite_val = AST_AES_CM_128_HMAC_SHA1_32; +// } else if (!strcmp(suite, "AES_CM_128_HMAC_SHA1_32")) { +// suite_val = AST_AES_CM_128_HMAC_SHA1_32; } else { ast_log(LOG_WARNING, "Unsupported crypto suite: %s\n", suite); return -1;