[svn-commits] oej: branch oej/teapot-1.8 r403007 - /team/oej/teapot-1.8/channels/sip/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Nov 22 07:25:34 CST 2013


Author: oej
Date: Fri Nov 22 07:25:31 2013
New Revision: 403007

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=403007
Log:
Still just testing, don't worry. And have a great weekend!

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=403007&r1=403006&r2=403007
==============================================================================
--- 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:25:31 2013
@@ -382,7 +382,7 @@
 		ast_free(p->a_crypto);
 	}
 
-	if (ast_asprintf(&p->a_crypto, "a=crypto:%s %s inline:%s\r\n",
+	if (ast_asprintf(&p->a_crypto, "a=crypto:%s %s inline:%s|2^31|1:1\r\n",
 			 p->tag ? p->tag : "1", p->suite, p->local_key64) == -1) {
 			ast_log(LOG_ERROR, "Could not allocate memory for crypto line\n");
 		return -1;




More information about the svn-commits mailing list