Check out Oreka at sourceforge, too.(aka OrkAudio)<br><br><div><span class="gmail_quote">On 2/15/07, <b class="gmail_sendername">Kristian Kielhofner</b> &lt;<a href="mailto:kristian.kielhofner@gmail.com">kristian.kielhofner@gmail.com
</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On 2/15/07, Cory Andrews &lt;<a href="mailto:cory@voipsupply.com">cory@voipsupply.com
</a>&gt; wrote:<br>&gt; Apologies in advance as this is not directly Asterisk related, however I<br>&gt; thought I might be able to leverage the experience of particiapants on<br>&gt; this listserv for some advice.<br>&gt;
<br>&gt; I have a client who is utilizing Talkswith PBX appliances, which have no<br>&gt; native call monitoring/call recording capabilities.&nbsp;&nbsp;They are looking<br>&gt; for an additional application, service or appliance that can sit on the
<br>&gt; LAN, and allow an administrator to monitor or recording inbound/outbound<br>&gt; calls.&nbsp;&nbsp;If anyone is aware of a mechanism or solution that would provide<br>&gt; this capability, please shoot me an email.<br>&gt;
<br>&gt; Thanks<br>&gt;<br>&gt; Cory Andrews<br><br>Cory,<br><br>&nbsp;&nbsp;From their website it appears they are using SIP.&nbsp;&nbsp;With any luck it<br>will be SIP + ulaw (without re-invites).&nbsp;&nbsp;If so, do this:<br><br>1)&nbsp;&nbsp;Get a decent managed switch that can setup monitor ports.
<br>Configure one port to monitor the port connected to the Talkswitch.<br><br>2)&nbsp;&nbsp;Get a decent dual-homed machine.<br><br>3)&nbsp;&nbsp;Connect one interface of the dual-homed machine to the monitor<br>port.&nbsp;&nbsp;Running Linux, do an ifconfig up [interface name] (no IP
<br>address).&nbsp;&nbsp;Configure the other interface to connect to a network for<br>management, copying files, etc.<br><br>4)&nbsp;&nbsp;Start up tcpdump on the interface, writing to a file.<br><br>5)&nbsp;&nbsp;Use something like Cain + Abel to read the RTP and dump the audio to a file.
<br><br>6)&nbsp;&nbsp;Convert files to desired format using sox.<br><br>&nbsp;&nbsp;The only step I left out was &quot;Profit!&quot;.&nbsp;&nbsp;Seriously though, this<br>depends on a few key assumptions about the Talkswitch:<br><br>1)&nbsp;&nbsp;That it is standard SIP.
<br><br>2)&nbsp;&nbsp;It uses ulaw.<br><br>3)&nbsp;&nbsp;It doesn&#39;t do re-invites.<br><br>&nbsp;&nbsp;Not any one of these is a show stopper for this type of sollution,<br>but any one of them (or all of them) could make life a bit harder for<br>you...
<br><br>&nbsp;&nbsp;Good luck!<br><br>--<br>Kristian Kielhofner<br>_______________________________________________<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br><br>asterisk-users mailing list
<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>