<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="GENERATOR" content="GtkHTML/4.4.4">
</head>
<body>
Hi again.<br>
<br>
On my previous discussion on this&nbsp; list, i learned that RTP/AVP with a a=crypto attribute means optional SRTP.<br>
<br>
I suppose FS supports optional SRTP, but when i look at the sofia code, afaiu fs does not support it.<br>
<br>
Right ?<br>
<br>
A code snippet from sofia_glue.c <br>
<br>
if (m-&gt;m_proto != sdp_proto_srtp) {<br>
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_ERROR, &quot;a=crypto in RTP/AVP, refer to rfc3711\n&quot;);<br>
match = 0;<br>
goto done;<br>
}<br>
<br>
<br>
<br>
<br>
<br>
<br>
<table cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>
<pre>
-- 

_lvnd_
&nbsp;{^_^}

</pre>
<br>
<br>
</td>
</tr>
</tbody>
</table>
</body>
</html>