<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><a href="https://wiki.freeswitch.org/wiki/Tls">https://wiki.freeswitch.org/wiki/Tls</a><div><br><div><div>On Sep 17, 2013, at 12:06 AM, 彭勇 &lt;<a href="mailto:ppyy@pubyun.com">ppyy@pubyun.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">one of my sip gateway using a encrypted SIP message.<br><br><br>char * sip_encrypt(char* str)<br>{<br>...<br> &nbsp;&nbsp;&nbsp;return encrypted_str;<br>}<br><br>i should send encrypted to the gateway. the gateway also send me a<br>encrypted SIP message, and i should decrypt it.<br><br>then how can i do it in Freeswitch?<br><br>where can i &nbsp;code insert sip_encrypt()?<br></blockquote></div><br></div></body></html>