Moises Silva
2009-Sep-30 20:12 UTC
[asterisk-users] E1/T1 Tapping call recording in Asterisk - Testing needed
Howdy, I've spent a couple of days writing a new feature for Asterisk that allows to record calls in T1 or E1 PRI lines using Asterisk connected to tapped lines. This means that you don't have to install anything in the PBX's/telco equipment that is going to be monitored, all you need is to install a device like the PN 633 Tap Connection Adapter that is available for example, from Sangoma, however I am sure there must be other vendors out there offering similar devices. Then you need to pull a pair of cables out of the adapter to your monitoring system with Sangoma boards configured in high impedance mode (I don't know if Digium or other vendors boards expose that functionality to users, but you may want to test and find out if works). More detailed instructions can be found at Sangoma's site or my blog: http://wiki.sangoma.com/sangoma-tap-system http://www.moythreads.com/wordpress/2009/09/26/sangoma-tapping-solution-for-asterisk/ The patches are already out there in the bug tracker along with some SVN branches. https://issues.asterisk.org/view.php?id=15970 https://issues.asterisk.org/view.php?id=15971 I'd love to get feedback in the bug tracker in order to get this feature into Asterisk soon :-) Also don't hesitate in asking for help with the configuration. -- Moises Silva Software Developer Sangoma Technologies Inc. | 50 McIntosh Drive, Suite 120, Markham ON L3R 9T3 Canada t. 1 905 474 1990 x 128 | e. moy at sangoma.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090930/e6368f81/attachment.htm
Martin
2009-Sep-30 21:57 UTC
[asterisk-users] E1/T1 Tapping call recording in Asterisk - Testing needed
Moises, You forgot to add that in order to monitor one T1 or E1 circuit you need two ports on your card... So that might be getting expensive with Sangoma cards.... You can do the same with cheap Tormenta cards that sell for ~$350 (I did that some time ago) Anyways all zaptel/dahdi cards can be set to high impedance since all the framers support it... However I'm pretty much sure it's not part of the drivers as of now. I had to enable the high impedance mode in the tormenta driver for myself for tests... Is your code vendor locked to Sangoma ??? Martin On Wed, Sep 30, 2009 at 3:12 PM, Moises Silva <moises.silva at gmail.com> wrote:> Howdy, > I've spent a couple of days writing a new feature for Asterisk that allows > to record calls in T1 or E1 PRI lines using Asterisk connected to tapped > lines. This means that you don't have to install anything in the PBX's/telco > equipment that is going to be monitored, all you need is to install a device > like the PN 633 Tap Connection Adapter that is available for example, from > Sangoma, however I am sure there must be other vendors out there offering > similar devices. Then you need to pull a pair of cables out of the adapter > to your monitoring system with Sangoma boards configured in high impedance > mode (I don't know if Digium or other vendors boards expose > that?functionality?to users, but you may want to test and find out if > works). More detailed instructions can be found at Sangoma's site or my > blog: > http://wiki.sangoma.com/sangoma-tap-system > http://www.moythreads.com/wordpress/2009/09/26/sangoma-tapping-solution-for-asterisk/ > > The patches are already out there in the bug tracker along with some SVN > branches. > https://issues.asterisk.org/view.php?id=15970 > https://issues.asterisk.org/view.php?id=15971 > I'd love to get feedback in the bug tracker in order to get this feature > into Asterisk soon :-) > Also don't hesitate in asking for help with the configuration. > -- > Moises Silva > Software Developer > Sangoma Technologies Inc. | 50 McIntosh Drive, Suite 120, Markham ON L3R 9T3 > Canada > t. 1 905 474 1990 x 128 | e. moy at sangoma.com > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > AstriCon 2009 - October 13 - 15 Phoenix, Arizona > Register Now: http://www.astricon.net > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > ? http://lists.digium.com/mailman/listinfo/asterisk-users >
Moises Silva
2009-Oct-01 00:47 UTC
[asterisk-users] E1/T1 Tapping call recording in Asterisk - Testing needed
> > > Is your code vendor locked to Sangoma ??? > >Hello Martin, not at all. The code is intended to be part of chan_dahdi Asterisk channel driver and as such any card capable of using the dahdi interface can benefit from it. -- Moises Silva Software Developer Sangoma Technologies Inc. | 50 McIntosh Drive, Suite 120, Markham ON L3R 9T3 Canada t. 1 905 474 1990 x 128 | e. moy at sangoma.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090930/0b94a069/attachment.htm