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.

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:

context incoming {
        _X. => {
               MixMonitor(${UNIQUEID}.wav);
               Dial(DAHDI/g1/${EXTEN});
        }
}

Leandro

2012/12/31 Vinod Nadiadwala <thinw...@gmail.com>

> Hi,
>
> I am new to asterisk, i want to know that is it possible to use asterisk
> for build voice recording system.
>
> Scenario :
> ISDN PRI line (30 line)
> I want every incoming & outgoing call has to recorded, but without manual
> action. system has to auto receive the call.
>
> Please suggest, how should i start and with which hardware / cards it is
> possible.
>
>
>
>
> --
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
>                http://www.asterisk.org/hello
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
>
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to