[asterisk-commits] oej: branch oej/teapot-1.8 r403006 - /team/oej/teapot-1.8/channels/sip/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Nov 22 07:02:44 CST 2013
Author: oej
Date: Fri Nov 22 07:02:40 2013
New Revision: 403006
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=403006
Log:
Let's test
Modified:
team/oej/teapot-1.8/channels/sip/sdp_crypto.c
Modified: team/oej/teapot-1.8/channels/sip/sdp_crypto.c
URL: http://svnview.digium.com/svn/asterisk/team/oej/teapot-1.8/channels/sip/sdp_crypto.c?view=diff&rev=403006&r1=403005&r2=403006
==============================================================================
--- team/oej/teapot-1.8/channels/sip/sdp_crypto.c (original)
+++ team/oej/teapot-1.8/channels/sip/sdp_crypto.c Fri Nov 22 07:02:40 2013
@@ -295,9 +295,9 @@
mki = strsep(&info, "|");
}
/* At this point we do not support multiple keys, sorry */
- //if (mki != NULL && *mki != '1') {
+ if (mki != NULL && *mki != '1') {
//If there's an MKI, give up.
- if (mki != NULL) {
+ //if (mki != NULL) {
ast_log(LOG_ERROR, "Crypto mki handling not implemented. MKI = %s \n", mki);
continue;
}
More information about the asterisk-commits
mailing list