You should start getting a PRI card. I have good result with both Sangoma and Digium one. After having configured the card in the system (libpri, dahdi and asterisk part), it is a matter of few asterisk configuration row to save all calls to a wav file.<div>
<br></div><div>For example, if your incoming calls are put in the "incoming" context and your PRI card is identified with the g1 group, the dialplan can be as easy as the following:</div><div><br></div><div>context incoming {</div>
<div> _X. => {</div><div> MixMonitor(${UNIQUEID}.wav);</div><div> Dial(DAHDI/g1/${EXTEN});</div><div> }</div><div>}</div><div><br></div><div>Leandro<br><br><div class="gmail_quote">
2012/12/31 Vinod Nadiadwala <span dir="ltr"><<a href="mailto:thinwala@gmail.com" target="_blank">thinwala@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi, <div><br></div><div>I am new to asterisk, i want to know that is it possible to use asterisk for build voice recording system.</div><div><br></div><div>Scenario :</div><div>ISDN PRI line (30 line)</div><div>I want every incoming & outgoing call has to recorded, but without manual action. system has to auto receive the call.</div>
<div><br></div><div>Please suggest, how should i start and with which hardware / cards it is possible.</div><div><br></div><div><br></div><div><br></div>
<br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
<a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
<a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br></div>