[asterisk-users] Passive E1 Pri Tap for Voice Recording

2007-04-20 Thread Gavin Henry

Dear All,

Is it possible to install * in front of a Avaya IP 406 system via a T
connector E1 tap so it's external to the Avaya system?

We would like to record upto 60 channels (2 * ISDN30e). This may increase
later.

Also, could the calls go into the cdr for retrieval/browsing later?

What hardware/server would you recommend?

Thanks.
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Passive E1 Pri Tap for Voice Recording

2007-04-20 Thread Gavin Henry

On 20/04/07, John Treble [EMAIL PROTECTED] wrote:



Gavin,

Call Endance and ask them about their Lawful Call Intercept solution(s)
using their DAG TDM E1 cards on Linux (Endance.com).


Thanks, will have a look.



Cheers.


John Treble
Ottawa, Ontario, Canada


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:asterisk-users-
 [EMAIL PROTECTED] On Behalf Of Gavin Henry
 Sent: April 20, 2007 9:07 AM
 To: asterisk-users@lists.digium.com
 Subject: [asterisk-users] Passive E1 Pri Tap for Voice Recording

 Dear All,

 Is it possible to install * in front of a Avaya IP 406 system via a T
 connector E1 tap so it's external to the Avaya system?

 We would like to record upto 60 channels (2 * ISDN30e). This may increase
 later.

 Also, could the calls go into the cdr for retrieval/browsing later?

 What hardware/server would you recommend?

 Thanks.
 ___
 --Bandwidth and Colocation provided by Easynews.com --

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


___
--Bandwidth and Colocation provided by Easynews.com --

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


___
--Bandwidth and Colocation provided by Easynews.com --

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


RE: [asterisk-users] Passive E1 Pri Tap for Voice Recording

2007-04-20 Thread John Treble


Gavin,

Call Endance and ask them about their Lawful Call Intercept solution(s)
using their DAG TDM E1 cards on Linux (Endance.com).  

Cheers. 


John Treble
Ottawa, Ontario, Canada


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:asterisk-users-
 [EMAIL PROTECTED] On Behalf Of Gavin Henry
 Sent: April 20, 2007 9:07 AM
 To: asterisk-users@lists.digium.com
 Subject: [asterisk-users] Passive E1 Pri Tap for Voice Recording
 
 Dear All,
 
 Is it possible to install * in front of a Avaya IP 406 system via a T
 connector E1 tap so it's external to the Avaya system?
 
 We would like to record upto 60 channels (2 * ISDN30e). This may increase
 later.
 
 Also, could the calls go into the cdr for retrieval/browsing later?
 
 What hardware/server would you recommend?
 
 Thanks.
 ___
 --Bandwidth and Colocation provided by Easynews.com --
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Passive E1 Pri Tap for Voice Recording

2007-04-20 Thread David Gomillion

I did this with a Nortel MICS a few years ago. No problem.

The dialplan was something like:

[incoming]
exten = _X.,1,setvar(filename) ;We did something with callerid and call
date and time, but I can't really remember
exten = _X.,2,Monitor(filename)
exten = _X.,3,Dial(Zap/G2/${EXTEN})

[outgoing]
exten = _X.,1,setvar(filename) ;  If you want to record outgoing calls
exten = _X.,2,Monitor(filename); use these two lines, otherwise, just skip
them
exten = _X.,3,Dial(Zap/G1/${EXTEN})

Obviously, this isn't production code, but you should get the idea. If
you're in a 2-party area, you probably need to make your employees sign a
disclosure, and play a sound file to your callers to warn them that the call
is/may be recorded. While it will waste space, I recommend starting the
recording before the file is played. That way, if you're ever challenged,
you'd have something to back up your position that the caller knew. Add the
signed disclosure, and you may be OK.

Of course, I am no lawyer. And you probably ought to talk to one before you
do this. We did, and he had some helpful pointers on what to include in the
disclosure.

There are some areas that will require you to play an annoying beep to
callers. We didn't have to do that, so I'm not sure of the best way to go
about it.

Good luck,
David

On 4/20/07, Gavin Henry [EMAIL PROTECTED] wrote:


Dear All,

Is it possible to install * in front of a Avaya IP 406 system via a T
connector E1 tap so it's external to the Avaya system?

We would like to record upto 60 channels (2 * ISDN30e). This may increase
later.

Also, could the calls go into the cdr for retrieval/browsing later?

What hardware/server would you recommend?

Thanks.
___
--Bandwidth and Colocation provided by Easynews.com --

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

___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Passive E1 Pri Tap for Voice Recording

2007-04-20 Thread Gavin Henry

On 20/04/07, David Gomillion [EMAIL PROTECTED] wrote:

I did this with a Nortel MICS a few years ago. No problem.

The dialplan was something like:

[incoming]
exten = _X.,1,setvar(filename) ;We did something with callerid and call
date and time, but I can't really remember
exten = _X.,2,Monitor(filename)
exten = _X.,3,Dial(Zap/G2/${EXTEN})

[outgoing]
exten = _X.,1,setvar(filename) ;  If you want to record outgoing calls
exten = _X.,2,Monitor(filename); use these two lines, otherwise, just skip
them
exten = _X.,3,Dial(Zap/G1/${EXTEN})

Obviously, this isn't production code, but you should get the idea. If
you're in a 2-party area, you probably need to make your employees sign a
disclosure, and play a sound file to your callers to warn them that the call
is/may be recorded. While it will waste space, I recommend starting the
recording before the file is played. That way, if you're ever challenged,
you'd have something to back up your position that the caller knew. Add the
signed disclosure, and you may be OK.

Of course, I am no lawyer. And you probably ought to talk to one before you
do this. We did, and he had some helpful pointers on what to include in the
disclosure.

There are some areas that will require you to play an annoying beep to
callers. We didn't have to do that, so I'm not sure of the best way to go
about it.


Thanks for this. Given me some ideas. I think our solution has to be
non-evasive, i.e. in case the recording box goes down, the main pbx
works :-)



Good luck,
David

On 4/20/07, Gavin Henry [EMAIL PROTECTED] wrote:

 Dear All,

 Is it possible to install * in front of a Avaya IP 406 system via a T
 connector E1 tap so it's external to the Avaya system?

 We would like to record upto 60 channels (2 * ISDN30e). This may increase
 later.

 Also, could the calls go into the cdr for retrieval/browsing later?

 What hardware/server would you recommend?

 Thanks.
 ___
 --Bandwidth and Colocation provided by Easynews.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:

http://lists.digium.com/mailman/listinfo/asterisk-users



___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:

http://lists.digium.com/mailman/listinfo/asterisk-users



___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Passive E1 Pri Tap for Voice Recording

2007-04-20 Thread Leo Ann Boon


Gavin Henry wrote:

Dear All,

Is it possible to install * in front of a Avaya IP 406 system via a T
connector E1 tap so it's external to the Avaya system?


Voicetronix has an open sourced solution using their OpenPRI in Hi-Z mode.

http://www.voicetronix.com/open-source.htm#logger

Leo

___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Passive E1 Pri Tap for Voice Recording

2007-04-20 Thread Gavin Henry

On 21/04/07, Leo Ann Boon [EMAIL PROTECTED] wrote:


Gavin Henry wrote:
 Dear All,

 Is it possible to install * in front of a Avaya IP 406 system via a T
 connector E1 tap so it's external to the Avaya system?

Voicetronix has an open sourced solution using their OpenPRI in Hi-Z mode.

http://www.voicetronix.com/open-source.htm#logger



Thanks.




Leo

___
--Bandwidth and Colocation provided by Easynews.com --

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


___
--Bandwidth and Colocation provided by Easynews.com --

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