similar to: 4 port BRI options ?

Displaying 20 results from an estimated 7000 matches similar to: "4 port BRI options ?"

2003 Sep 15
4
ISDN BRI active adapters with NT mode - any alternatives ?
Having ISDN FXOs and a bunch of ISDN DECT base stations, I went looking for a CAPI compatible active BRI adapter capable of NT mode. I have found that the 'Eicon Diva Server 4BRI' fulfills theses requirements. However, at EUR 1387 for four BRI interfaces, it does not come cheap. Are there other users of similar hardware that can point me to alternatives ?
2006 Jan 31
7
Interface card for Euro-ISDN (BRI)
Hi, I'm looking for an interface card for termination of Euro-ISDN2 (BRI) lines. That is ISDN lines from the telco into my Asterisk box. Any recommendations, good/bad expiriences ? At present I'm looking at cards from BeroNet and Junghanns. Cheers, John Faroese Telecom
2006 Feb 14
4
BRI Newbie - What Hardware, PCI, in the US?
We are looking to lose the TDM400P in favor of an ISDN-BRI solution. This should get rid of static on the line (at least any static generated by our half of the circuit), right? I am a total virgin to ISDN. I understand that we need two BRI circuits to provide four voice channels, and that the hardware to speak to the BRI circuits can be passive or active, with the active type being much more
2003 Apr 21
2
Eicon BRI-card
Hello, I try to use Asterisk with an Eicon-card called "DIVA Server 4BRI-8M PCI" but I don?t get it to work. I?m running on RH8.0. The Eicon-card supports isdn4linux. In the modem.conf file i have put following: ----------- [interfaces] ; By default, incoming calls should come in on the "remote" context context=remote ; Modem Drivers to load driver=i4l ; Type of dialing
2005 Mar 17
3
Compilation problem chan_capi and Eicon Diva 4Bri
Hi *, I want to integrate the Eicon Diva 4Bri Card to Asterisk. Eicon drivers and capi is installed. I use the latest dev version from eicon compiled and installed for my fedora 2 system. I found the chan_capi for asterisk from www.junghanns.net. Also loaded the patch and applied to the chan_capi source tree. I changed the Makefile to include the capi20.h from eicon:
2003 Jun 20
3
best ISDN BRI solution for DID
I want to test asterisk with its DID functions on a smaller scale without the expense of a PRI. I am in the US, and want the most reliable/stable, and feature rich solution that I can have. What ISDN card would be reccommended? My clec switch operator says he can/will send DID info to my BRI's if I wish. Can Asterisk, or one of its addons support this? What BRI solution would be
2003 Nov 08
5
Eicon Diva Server 4BRI
Hi Everybody, Has anybody tried the above (or indeed any other 4XBRI cards) successfully with Asterisk. As far as I can see the above mentioned card is an active ISDN card but supported by it's own I4L driver. This leads to interesting questions particularly regarding echo cancellations (which usually doesn't work on the cheap passive cards with one exception as far as I can see).
2006 Jan 03
9
FC3 or FC1 (or something else?)
Hi I wish to install asterisk 1.2 (the latest tar.gz from the site ....not the CVS version) on an HP box with a TE110P (single port E1/T1) My question is which OS would be preferred in this configuration Fedora Core 1 or Fedora Core 3, and are there any install guides out there that are recent enough for asterisk 1.2 I am also open to suggestions for other Operating Systems if any of you feel
2005 Jun 27
2
Eicon equipment, BRI Server or PRI?
Hello Everyone, I am once again wondering about EICON. I have had no success with the Diva Pro or Diva Pro PCI, so my question is, does anyone use an Eicon Server BRI card on Asterisk? Or would I be better off trying to get a split PRI? Regards, Greg
2003 May 06
2
capi + bri ?
Hello, I have som problems with my BRI/capi setup. I manage to call in to the system (some rows below). ---------------- -- Executing Dial("CAPI[contr1/16453]", "SIP/BYEXTENSION@janm|10") in new stack -- Called s@janm -- SIP/janm-63f5 is ringing -- SIP/janm-63f5 is ringing -- SIP/janm-63f5 is ringing ---------------- But I can't make outgoing calls from
2003 Apr 30
2
Eicon driver?
Hello, Does anyone know what driver to use with an "Eicon Diva Server 4BRI" card? My modem.conf: -------------- [interfaces] context=remote driver=i4l msn=16453 device => /dev/ttyds01 -------------- I get the following error: -------------------------- == Loading modem driver chan_modem_i4l.so => (ISDN4Linux Emulated Modem Driver) WARNING[8192]: File chan_modem.c, Line 383
2005 Feb 24
4
SV: SV: QSIG, Asterisk and Eicon DIVA
I have read most of Eicons information on Q.SIG, and I am able to load the Q.SIG protocol (instead of ETSI for example). No strange logging in divacrtl mlog. But how do I tell Asterisk to understand Q.SIG? My PBX is configured for QSIG, but I cannot see anything on my trace when trying to make a call via the S0(Q.SIG) Janne > -----Ursprungligt meddelande----- > Fr?n:
2005 May 26
1
VIDEO ON 1.0.7 stable
--- listas iPfone <listas@ipfone.com.br> wrote: > Hi all > > I need to know if the video support for h.263 is > active in version stable > 1.0.7 to use with eyeBeam in asterisk it works for me... [2222] type=friend secret=xxxx auth=md5 callerid="myCallerId" <2222> canreinvite=no host=dynamic disallow=all context=default allow=alaw allow=ulaw allow=speex
2003 Sep 15
1
Anyone using National ISDN (NI-1) BRI under Linux?
I have a North American BRI configured as National ISDN (NI-1) on an SBC (Nortel?) switch. SBC calls this "FastTrak ISDN", and it's surprisingly inexpensive -- less than two POTS lines. I've been trying to find an inexpensive PCI interface solution to connect this to Asterisk as voice lines. I prefer ISDN BRI over POTS lines because of the improved signalling, fast dialing,
2004 Jun 18
3
TE410P / Eicon PRI
for today we only have experience with BRI applications together with asterisk. is the following scenario possible and stable enough for production? FYI : We want to build a unified messaging application integrated with SIP. We have an E1 connection in Belgium with 100 msn's We would think about having 2 servers : Server A : Asterisk PRI card (Digium TE410P) Server B : Fax
2005 Feb 03
3
Where are chan_capi bug reports and bugfixes sent?
Hello all I found a bug in the chan_capi driver (really a not implemented message handling and then a false error condition) and I guess I have wrote a patch to fix it (basically I searched the internet for other capi open source implementation an borrowed the code snippet) but I don't know where to send the report and bugfix. I also found some miss-behaviours that I would like to share
2005 Mar 03
5
how do i get rid of this blasted echo !!!
Any help on this would be great I have 2 TDM400P's, 2 asterisk servers (running on powerful boxes with FC1 and * v CVS 1.0.02), and 4 analogue PSTN lines from BT and whatever I do, I cannot get rid of this damn local echo. Ive tried setting the echoTraining, echoCancel (in phone.conf and Zapata.conf) , echocancelwhenbridged to every possible combination , Ive even tried running the fxotune
2004 Sep 02
1
Asterisk + ISDN BRI - gateway or card?
Hi All, Has anyone had experiences with Asterisk and ISDN Gateways or cards? I am looking to setup a home phone system using asterisk and am looking to convert my two existing no's to a single isdn2e line. I was wandering if anyone could recommend which is better to use with asterisk - ISDN Card or gateway? also which brands are best with linux/asterisk? I have used eicon BRI cards for
2003 Sep 21
3
ISDN BRI hardware
Hi, Anybody have lots of experience with PCI ISDN cards and Asterisk? I'm thinking of getting a BRI in my house to deliver more advanced signaling to my PBX (yes, I'm a geek :-)) but I've never played with isdn4linux. Is there any particular BRI card that works better with Asterisk than any other? Also, can the BRI interface cards participate in conference, etc., since they
2006 Oct 28
1
Diva server 4bri and Portuguese BRI
Hello, I need to connect one diva server 4bri to a portuguese BRI interface. The operator (PT) said that this bri is in point-to-multipoint mode (S0). Previously one PBX has connected to that interface. The asterisk and diva drivers are working ok but i cannot communicate to outside via this bri. Xlite gives me the message: "call failed: declined". Anyone have experience with this