<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;" class="">Check out this module that does something similar.<div class=""><br class=""></div><div class=""><a href="https://freeswitch.org/confluence/display/FREESWITCH/mod_oreka" class="">https://freeswitch.org/confluence/display/FREESWITCH/mod_oreka</a></div><div class=""><br class=""></div><div class="">it does require some signaling to tell the other end whats coming their way, but its not sip. &nbsp;You can likely take this mod and modify it to your needs. &nbsp;I wouldn’t do encapsulation of the rtp itself, it would be significantly more computational work than a small custom signaling and would require significant rework of code to do so.</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Feb 8, 2017, at 8:15 PM, hide name &lt;<a href="mailto:getssa@gmail.com" class="">getssa@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><span style="font-size:12.8px" class="">Hello,</span><div style="font-size:12.8px" class=""><br class=""></div><div style="font-size:12.8px" class="">I am trying to build Media analysis software and need help to figure out how to tag media packets and send it to another process running on different box.</div><div style="font-size:12.8px" class=""><br class=""></div><div style="font-size:12.8px" class="">1. Call comes in, dialplan answers channel &nbsp;and I have inbound event socket module to get call details.</div><div style="font-size:12.8px" class="">2. If this call needs media analysis then I want to send all RTP packets received on channel to a process (UDP socket) running on same/different machine. I only want to send media packets without SIP signaling. If possible tag/encapsulate media packets with uuid or other identification.</div><div style="font-size:12.8px" class="">3. If inbound channel receive SRTP media then is it possible to send RTP to media analysis process?</div><div style="font-size:12.8px" class=""><br class=""></div><div style="font-size:12.8px" class=""><br class=""></div><div style="font-size:12.8px" class="">Thanks in advance.</div><div style="font-size:12.8px" class=""><br class=""></div><div style="font-size:12.8px" class="">Regards,</div><div style="font-size:12.8px" class="">Ashutosh</div></div>
_________________________________________________________________________<br class="">Professional FreeSWITCH Consulting Services: <br class=""><a href="mailto:consulting@freeswitch.org" class="">consulting@freeswitch.org</a><br class="">http://www.freeswitchsolutions.com<br class=""><br class="">Official FreeSWITCH Sites<br class="">http://www.freeswitch.org<br class="">http://confluence.freeswitch.org<br class="">http://www.cluecon.com<br class=""><br class="">FreeSWITCH-users mailing list<br class="">FreeSWITCH-users@lists.freeswitch.org<br class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br class="">UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br class="">http://www.freeswitch.org</div></blockquote></div><br class=""></div></body></html>