4.2. Asterisk and the BRI Cards - types and useful information
1. Introduction:
Basic rate interface (BRI, 2B+D, 2B1D) is an Integrated Services Digital Network (ISDN) channel consisting of two 64 kbit/s "bearer" (B) channels and one 16 kbit/s "delta" (D) channel. The B channels are used for voice or user data, and the D channel is used for control and signalling and/or X.25 packet networking. The two B channels can be bonded together giving a total data rate of 128 kbit/s.
2. Different approaches / channel drivers
There are 4 ways to get BRI cards to work with asterisk:
- The first one is by using chan_mISDN (requires mISDN kernel patches)
- The second one is by using chan_capi (requires "bristuff")
- The third one is by using chan_modem_i4l (requires i4l)
This is an old and deprecated way of interfacing with the BRI card (not recommended.)
- The forth one is for sirrix cards only and uses the sirrix channel driver
- the 5th is ZAPHFC (requires "bristuff"), this is only for cards with the HFC (cologne) chipset - and only those cards sold on junghanns.net (works on others too, but then it needs some minor patching). Please note that using bristuff breaks PRI support, so you cant have both bri and pri in the same server.
- the 6th is vISDN, only for cards with the HFC (cologne) chipset.
3. Things you should know before starting
3.1.: Difference between active and passive cards:
Cards can come in different versions: passive, semi-active, active. Active cards handle the D-channel and B-channel protocol in their hardware, whereas (cheaper) Passive cards do this in software.
Active cards usually need a special driver, (although there are some generic drivers available on linux nowadays), passive cards are mostly based on a few popular chipsets, this way one driver will fit many cards.
The big difference is the CPU load the card is causing on the server.
Still 1 or more passive cards could be used in a 386 or 486.
Active cards might also have on board echo cancellation whereas passive cards might or might not be able to do echo cancellation and if they can do it, it has to be done by the driver, taking up a lot of cpu resources of the server.
Another big difference between active and passive ISDN cards is in working on Point to Point (P2P) (see below) configured lines.
A passive card like the AVM Fritz PCI cant' work on P2P configured lines.
There is no real definition for "semi-active" cards, probably they handle the B-channel protocol in hardware with a special DSP, and leave the D-channel for the servers CPU.
3.2.: Difference between NT, NT mode and TE mode.:
- NT:
NT is the abbreviation of network terminator. This is the interface between an ISDN user and the ISDN provider. It is a small hardware box to which the user has to connect his ISDN devices via a so called S0 interface. In most European countries, the ISDN provider supplies the NT. A user in North America usually has to buy one, therefore the NT is often integrated into the ISDN card there.
- NT mode:
When multiple devices are connected to the ISDN connection, then all user device behave as slaves, where the network terminator (NT) behaves as master and synchronizes the communication on the S0 bus. The special behavior of the network terminator is called NT mode. User devices are normally not capable of running in NT mode. As a result, user devices can not communicate with each other even when they are connected via a crossed cable. Only some special ISDN cards (HFC chipset) are capable of running in NT mode, and can directly communicate with other ISDN user devices via a crossed cable.
NT mode is only supported by the mISDN, zaphfc, vISDN and the sirrix channel drivers. You will need NT mode if you want to connect your asterisk server to a PBX and the pbx cannot be put into NT mode.
* update: according to a certain pif on #asterisk, chan_capi can do NT mode, and isdn phones can connect to it. *
- TE mode:
TE is the abbreviation for Terminal Equipment, an ISDN telephone is an example of this, although a PBX could also be configured to be in TE mode.
Generally if you need to connect to ISDN phones, the pbx will need to use NT mode, if you want to connect 2 PBX'es, one of them will need to be in TE mode and one in NT mode.
3.3.: Difference between p2p and p2mp mode.:
Your ISDN interface can be configured either in multi-device (p2mp) mode, or in point-to-point (p2) mode.
- p2mp
The multi-device mode is the normal connection mode for private ISDN users or very small business users. The user can attach multiple devices to the ISDN connection. The ISDN provider will assign a small number of fixed telephone numbers (usually up to 10 MSN), if any, to the ISDN connection.
- p2p
The point-to-point mode is the normal connection mode for business ISDN users. The user can attach only one single devices to the ISDN connection which will have to handle all calls (typically a PBX will be used). The ISDN provider will assign a range of numbers to the ISDN connection. Any call within this number range will be sent to the user. The ISDN provider will leave assignment of the last digits of the telephone number to the ISDN user. This setup usually allows for additional features, but is also more expensive.
On a P2P line all PBX (private branch exchange, a private telephone network) functionality has to be done by a device on the users side. On a Point to Multipoint (P2MP) line, the network provider manages PBX functionality for the user.
Call your telephone provider to find out how your ISDN line is configured. Your provider can change your line from P2MP to P2P within an hour.
3.3.: MSN number.:
Unlike a normal telephone connection, an ISDN connection can have more than one telephone number - each of these is called an MSN (Multiple Subscriber Number).
This is sometimes also called a DDI or DID.
4. BRI cards known to work with asterisk
Currently digium (the main asterisk sponsor) does not make any BRI cards, vendors known to have compatible cards are:
- junghanns:
- quadBRI : HFC based 4 port BRI card
- octoBRI : HFC based 8 port BRI card
- AVM:
- fritz! pci (passive single BRI board)
- b1 PCI : 1 port active BRI card, known to work with chan_capi and chan_misdn, be sure to update the firmware here
- c2 : 2 port active BRI card, known to work with chan_capi
- c4 : 4 port active BRI card, known to work with chan_capi
- beronet:
- BN4S0 : HFC based 4 port BRI card, known to work with chan_misdn
- BN8S0 : HFC based 8 port BRI card, known to work with chan_misdn
- diva server BRI: active 1 port BRI card, requires kernel module: divadidd, known to work with chan_capi, voice and fax
- Diva Server V-BRI: active 1 port BRI card, requires kernel module: divadidd, known to work with chan_capi, voice only
- Diva Server 4BRI: active 4 port BRI card, requires kernel module: divadidd, known to work with chan_capi, voice and fax
- Diva Server V-4BRI: active 4 port BRI card, requires kernel module: divadidd, known to work with chan_capi, voice only
- Gazel:
- gazel 128 usb: 1 port BRI card uses hfc chipset, known to work with chan_misdn. Works on USB, so could be used on a laptop
-Digium
- Digium B410P: 4 ports BRI card. The B410P features on-board DSP-based echo cancellation and supports TE and NT mode over 4-wire S/T interface.
If you know other BRI cards that are known to work, please let us know by posting a comment to this tutorial.
Q: Can i install multiple AVM cards in one server?
A: Only avm active cards (b1, c2 and c4) permit multiple installation straight forward.
with fritz! pci you can do the hack described on: this site
for fritz! usb you can't install more then one.
This limitiation is due to avm drivers design, they choose to allow multiple installation only on hi-end boards.
Michaelrit (ltpj79902 at low dot exiix dot com) 27 March 2019 23:17:11 <a href=http://www.au.12deal.com/wp-admin/images.php?xe=3443>Sobre O Masteron</a>
These are generally just a few of the guidelines will help you find out more about coffee, and as a result help you make a more fantastic coffee. Utilize the ideas to your own espresso practices, and you will probably commence sampling the visible difference and you might enjoy it!Manage Your Financial Situation Using These Tips
<a href=http://www.brettewatson.com/wp-content/media.php?on=2808>Primobolan Lean Mass Cycle</a>
Use rice to assist your moist phone. For those who have found out that your mobile phone has brought h2o across it, the best option is to put it in a case packed with rice. Rice will attract out the drinking water and take in it, ideally enabling normal water to go out of your cell phone in a manner that you can continue to make use of it.
<a href=http://www.lojad-frent.com.br/system/kontakt.php?a=1998>Testosterone Propionate Vs Sustanon</a>
Once you decide you would like to start a home business, think large. Think of what your strategies and objectives are, determine the visions you may have, your determination and your travel. Experiencing the greater image can help you to keep you motivated in the irritating and painful times when you find yourself just starting.
<a href=http://www.wespine.org/components/text.php?g=1081>Anavar Not Losing Weight</a>
ddolboy5 (ddolboy5 at gmail dot com) 23 October 2018 17:03:11 https://custory.com/theking/ - 더킹카지노
https://custory.com/woori/ - 우리카지노
Samuel (samuel dot fair at gmail dot com) 25 January 2018 13:07:36 real money casino real money casino casino games online slots online casino
JeremyNum (qout9682catch at first dot baburn dot com) 09 January 2018 19:43:41 rodzmcc
yojudirel (ohetir at asdas dot domailnew dot com) 03 January 2018 22:52:02 http://levitra-20mg-priceof.online/ - levitra-20mg-priceof.online.ankor <a href="http://pricespharmacy-canadian.online/">pricespharmacy-canadian.online.ankor</a> http://buy-amoxicillin-amoxil.online/
XRumerTest (yourmail at gmail dot com) 24 December 2017 01:56:58 Hello. And Bye.
Allanquoma (mivx35158 at first dot baburn dot com) 22 December 2017 18:56:15 http://www.orfakaucuk.com/js/biller.php?yu=69-Viagra-Bestellen-Lovegra-Erfahrungsberichte-Viagra-Generika-Online-Apotheke.html]Viagra Bestellen
Make sure the website that you are publishing your video tutorials on has discussing functionality. You would like to have switches to ensure customers can share your site content on the Facebook or myspace, You tube, and Twitter social media credit accounts easily. When other individuals can easily reveal your video lessons, you will see your targeted traffic increase relative to the amount of shares.
http://www.israeltrip2015.de/wp-content/heart.php?bid=30]Kamagra Bestellen Erfahrungen
Realize that some many fruits or veggies only offer starchy foods-like diet. Bananas, by way of example, are very full of starchy foods but do not really give you the vitamin supplements that human beings need inside their diet. Eating just one banana is not going to supply the right amount of vitamin supplements and consequently a variety of other many fruits are necessary to get the full nutrients and vitamins.
http://healthyoutlook.dcphealth.com/plugins/green.php?p=107/]Viagra Für Frauen Wirkung
Prevent just picking the very first doctor you satisfy. Take a moment to speak with at the very least two, or 3 physicians prior to one last selection. Talk to some referrals also. This helps to ensure that you are finding by far the most qualified operating specialist for your personal treatment. It will also help to ensure your satisfaction within the last outcomes.
http://www.countyonline.contosollc.com/images/book.php?dddd=44.html]Kamagra Oral Jelly Wholesalers
Brianfew (rxjx43571 at first dot baburn dot com) 27 November 2017 22:45:09 bhlbgpo
MichaelCeant (otxk37221 at first dot baburn dot com) 24 October 2017 19:56:59 <a href=http://www.kirstenkjaerlarsen.dk/mont-blanc-kuglepen-819.php>Mont Blanc Kuglepen</a>
Save your plastic shopping luggage and tuck them in your auto, your luggage, plus your garbage containers. What much better method to reuse these luggage instead of make use of them time and again? It is possible to take them coupled to the food market, make use of them instead of new trash hand bags, place shoes or boots within them when you find yourself loading, and employ them one thousand different ways.
When you are going to purchase property insurance there are certain issues you should consider when searching for an insurance policy. The best thing to get is assured substitute value insurance. Consequently regardless of cost your house will be reconstructed when a failure would come about. A lot of people consider this is automatic, nevertheless, since property values increased it possibly would are more expensive now compared to what you experienced originally purchased your home. Using this method you are taken care of.
<a href=http://www.castlebeer.it/987-adidas-x-arancioni.htm>Adidas X Arancioni</a>
<a href=http://www.zapatillasmizunomujer.es/salomon-zapatilla-hombre-xa-pro-3d-ultra-gtx-227.html>Salomon Zapatilla Hombre Xa Pro 3d Ultra Gtx</a>
<a href=http://www.zapatillasmizunomujer.es/under-armour-zapatos-de-golf-895.html>Under Armour Zapatos De Golf</a>
<a href=http://www.countryfarms.co.uk/nike-free-blue-lagoon-330.htm>Nike Free Blue Lagoon</a>
<a href=http://www.hungryandhomeless.co.uk/nike-air-max-thea-storm-186.htm>Nike Air Max Thea Storm</a>
RichardTix (nsgk65877 at first dot baburn dot com) 09 October 2017 08:51:25 <a href=http://www.adornosanpecc.es/955-zapatillas-nike-2017-springblade.html>Zapatillas Nike 2017 Springblade</a>
Abandon your shoes or boots with the door. Truth be told, your shoes can be quite a common reproduction soil for mold, specially in the slip months when there are simply leaves on the ground. Stay away from provide the mold into your home through everyone take away their shoes or boots before they walk into your own home.
When acquiring insurance for your personal residence, auto, or lifestyle, it is wise to check if the company gives any discounts for a number of policies. Sometimes an insurance company gives you a reduction for those who have your property owners policy, your car or truck insurance policies, along with your life insurance policy all-in-one bundle.
Gregorytip (wjtk66244 at first dot baburn dot com) 03 October 2017 15:18:16 mnaotya
<a href=http://www.roco-schweiz.ch/converse-chuck-taylor-toute-blanche-584.html>Converse Chuck Taylor Toute Blanche</a>
<a href=http://www.trioelegiaque.fr/adidas-zx-flux-en-solde-715.html>Adidas Zx Flux En Solde</a>
<a href=http://www.denishirst.fr/adidas-tubular-shadow-homme-noir-270.html>Adidas Tubular Shadow Homme Noir</a>
<a href=http://www.auto-loisirs.fr/zx-flux-femme-noir-et-rose-994.php>Zx Flux Femme Noir Et Rose</a>
<a href=http://www.fort-placement.fr/970-louboutin-noir-pas-cher.php>Louboutin Noir Pas Cher</a>
Fvtjjloutle (vregsdvsdref at aol dot com) 27 September 2017 22:43:31 short term loan <a href="http://cashadvanceamericasev.org/">payday loans online</a> check cash [url=http://cashadvanceamericasev.org/]payday loans online[/url] ’
Davidevift (azvc49915 at first dot baburn dot com) 18 September 2017 03:38:34 qqzvcch
AntoineRar (cesr21100 at first dot baburn dot com) 06 September 2017 13:43:05 <a href=http://www.x4dance.de/puma-velvet-fenty-989.html>Puma Velvet Fenty</a>
Before you start Fx trading, you have to know your own chance threshold. Make certain you are prepared to dedicate enough funds to investing to find out a tremendous return, although not a great deal that your particular fiscal security is in risk need to each of your investments not pan out.
It comes with an historical herbal which has been utilized in The far east for years and years to combat hairloss and baldness named, He-Shou-Wu, also referred to as Fo-Ti You can consider this herb in a green tea type or even in a pill kind for supplementing your diet. This natural herb is many over-the-counter treatments for hair thinning.
<a href=http://www.gite-beausejour.fr/ray-ban-5268-023.php>Ray Ban 5268</a>
<a href=http://www.treguier-immobilier.fr/chaussure-jimmy-choo-occasion-533.html>Chaussure Jimmy Choo Occasion</a>
<a href=http://www.domisens-services.fr/nike-cortez-vert-fluo-349.php>Nike Cortez Vert Fluo</a>
<a href=http://www.betway-poker.fr/nike-superfly-bleu-273.php>Nike Superfly Bleu</a>
<a href=http://www.iloveshoes.fr/nike-2016-rose-209.html>Nike 2016 Rose</a>
MerlinDausy (lshk16790 at first dot baburn dot com) 07 August 2017 22:28:15 <a href=http://www.nuovageovis.it/098-salomon-speedcross-3-gtx-in-offerta.htm>Salomon Speedcross 3 Gtx In Offerta</a>
When your allergic reactions flare, irrigate your sinuses and sinus passages for speedy relief from your signs. Use a neti pot or some other nasal watering product as well as sterile and clean, filtered, boiled and cooled or distilled normal water. This process eliminates irritants and unwanted mucus, enabling you to inhale and exhale easier.
Avoid tension when you have asthma. Simply being more than-stressed out or subjected to numerous emotionally charged hardship can cause an bronchial asthma attack. Be sure to get a good amount of relaxation, eat good food, and acquire lighting-to-modest physical exercise such as yoga exercise or going swimming to stay in the best possible health. Taking on meditation may also help you continue how you feel manageable to avoid an bronchial asthma attack.
<a href=http://www.wearpointwindfarm.co.uk/puma-running-shoes-for-men-719.aspx>Puma Running Shoes For Men</a>
<a href=http://www.scellier-nantes.fr/380-adidas-chaussure-femme-neo.html>Adidas Chaussure Femme Neo</a>
<a href=http://www.weddingtiarasuk.co.uk/adidas-nmd-triple-black-release-date-871.php>Adidas Nmd Triple Black Release Date</a>
<a href=http://www.weddingtiarasuk.co.uk/new-adidas-high-tops-828.php>New Adidas High Tops</a>
<a href=http://www.rebelscots.de/nike-air-max-95-city-qs-150.htm>Nike Air Max 95 City Qs</a>
Richardsa (ejbj51915 at rng dot marvsz dot com) 23 April 2017 19:28:04 necggji
mwfes (uiposudkdas at yandex dot com) 20 March 2017 11:05:58 bhise <a href=http://antideprescanada.com/#zisb>lexapro</a> list of all antidepressant drugs
prozac
nbenta <a href=http://antideprescanada.com/#nroz>antidepressants for sleep</a>
XRumerTest (yourmail at gmail dot com) 19 March 2017 20:52:37 Hello. And Bye.
cgfes (iusporhska at yandex dot com) 19 March 2017 16:02:02 dpeoplez http://tadalafed.com ottawa cialis generic <a href= http://tadalafed.com >cialis coupon</a>
CurtisOn (ppzg54821 at rng dot marvsz dot com) 18 March 2017 06:43:08 jycgqff
rspiene (poirutiskdjgs at yandex dot com) 16 March 2017 07:28:08 caloneo <a href=http://buyviagrapharm.bid/>can you order viagra without a prescription</a>
lcertainlyd <a href= http://buykamagrapharm.bid/ >does kamagra work</a>
tservicej http://buykamagrapharm.bid/
dgroundq <a href=http://buyviagrapharm.bid/>viagra price in india</a>
cxmep (upsoisjjisosd at yandex dot com) 15 March 2017 12:23:56 smakesq <a href=http://buycialispharm.bid/>overnight generic cialis</a>
pasy http://buycialispharm.bid/
CurtisOn (zzvh54158 at rng dot marvsz dot com) 08 March 2017 22:25:13 renfara
<a href=http://www.mondhygienist.nu/417-saucony-extra-butter-for-the-people.html>Saucony Extra Butter For The People</a>
<a href=http://www.aestas.nu/854-air-max-97-hyperfuse-black.php>Air Max 97 Hyperfuse Black</a>
<a href=http://www.nolimit.nu/reebok-boots-for-men-112.asp>Reebok Boots For Men</a>
<a href=http://www.hoedrukist.nu/697-nike-air-presto-mid-x-acronym.php>Nike Air Presto Mid X Acronym</a>
<a href=http://www.travelusa.nu/195-air-jordan-red-and-blue.html>Air Jordan Red And Blue</a>
Richardsa (wuoq13210 at rng dot marvsz dot com) 26 February 2017 09:05:24 ocphwoh
<a href=http://www.laluna-rouen.fr/235-nike-presto-flyknit-femme-noir.html>Nike Presto Flyknit Femme Noir</a>
<a href=http://www.alcius.es/adidas-tubular-nova-triple-red-947.html>Adidas Tubular Nova Triple Red</a>
<a href=http://www.vecchiaarena.it/nike-air-max-bianche-e-oro-068.html>Nike Air Max Bianche E Oro</a>
<a href=http://www.musicalface.nl/535-adidas-sl-loop-moc-kopen.htm>Adidas Sl Loop Moc Kopen</a>
<a href=http://www.herz-jesu-huellen.de/nike-air-jordan-eclipse-255.html>Nike Air Jordan Eclipse</a>
Richardsa (jaxw39311 at rng dot marvsz dot com) 19 February 2017 10:28:21 vfndllq
James.zhu (zhulizhong at gmail dot com) 23 July 2007 09:48:50 Openvox B200P/B400P also have features to support BRI lines. it uses junghanns's driver and run under asterisk. please visit the website to get more info:www.openvox.com.cn
Regards!
dinesh sawant (dinesh_sawant at cms dot com) 08 June 2007 07:58:12 send me mail any information
juan Alvarez (juanam at hotmail dot com) 24 April 2007 18:46:38 please delete this part:
Currently digium (the main asterisk sponsor) does not make any BRI cards
since the BP410 is digium.
makis (info at f2d dot gr) 11 August 2006 02:11:46 I have a problem with my ISDN card. not always, but very often when i dial from PSTN i get the following error which causes the line to hungup unexpectly.
any help will be more than apreciated.
-- Launched AGI Script /var/lib/asterisk/agi-bin/astpp-callingcards.agi
ug 11 01:56:04 WARNING[5066]: chan_zap.c:8503 zt_pri_error: 1 !! Got reject for frame 0, retransmitting frame 0 now, updating n_r!
ug 11 01:56:04 WARNING[5066]: chan_zap.c:8503 zt_pri_error: 1 !! Got reject for frame 0, retransmitting frame 1 now, updating n_r!
-- Playing 'astpp-accountnum' (language 'gr')
ug 11 01:56:08 WARNING[5066]: chan_zap.c:8503 zt_pri_error: 1 received SETUP message for call that is not a new call (retransmission).
ug 11 01:56:10 WARNING[5066]: chan_zap.c:8503 zt_pri_error: 1 !! Got reject for frame 2, retransmitting frame 2 now, updating n_r!
ug 11 01:56:10 WARNING[5066]: chan_zap.c:8503 zt_pri_error: 1 !! Got reject for frame 2, retransmitting frame 3 now, updating n_r!
-- Channel 0/1, span 1 got hangup, cause 16
FRLS (francois at infotecsys dot be) 08 June 2006 12:20:08 Hello,
AVM active cards (B1 PCI for example)seems not to compatible with mISDN.
I can read at different place on this site that it is, so I'm a bit surprised. I work on gentoo, the only way to make these cards work is with chan_capi.
Maybe someone has more info about that.
Regards, FRLS
Eric Castelnau (eric dot castelnau at cg974 dot fr) 11 May 2006 07:05:14 Hello
I'm searching information about the new BRI card from digium (B410P) : http://www.voiptalk.org/products/pdf/b410p_datasheet.pdf
Have you already test it ?
Is there already a driver available in zaptel source ?
Regards.
Beppe (g dot spinelli at sistemiuno dot it) 26 April 2006 17:22:07 Hallo,
I have a big problem
I am Italian (please exscuse my not perfect English....!)
I have installed a server with Asterisk and a Digium card TE110P.
It works perfectly!
I want to connect a Router Cisco ISDN at my PRI
I have prepared another server with a card ISDN and bristuff patch, and I have configured an S0 bus.
This second server is registered in IAX with the first server.
I want to call from S0 bus and in IAX my call is forward to PRI by first Asterisk.
It works perfecty if I make voice calls, but it doesn't work with the router.
Is there anybody who knows how to resolve this problem?
Thank You!
Best Regards
Beppe
Marco Bruni (marcobruni04 at virgilio dot it) 21 April 2006 16:08:34 I was able to use a BILLISDNPCI (Billion) from Beronet (shop.beronet.com), a cheap 1 port passive BRI card with HFC chipset, with Asterisk 1.2.x, using the zaphfc driver and the visdn driver (the latter the better to me).
Regards.
Marco Bruni from Italy
w1zz (w1zz at users dot sourceforge dot net) 18 April 2006 14:32:33 There is an install script included in the AAH distribution (install-ZAPHFC) which will do most (if not all) of the install work for HFC cards.
Alan
Benoit (asteriskguru at exp06 dot spam dot woody dot ch) 30 March 2006 10:53:29 Be aware that the bristuffed (form ZAPHFC Support) versions only work with very outdated asterisk versions.
mISDN is a better choice, but needs a specialy patches 'jolly' mISDN version which is slightly outdated. So if you have newer Zaphfc Cards you might need to add the PCI Vendor ID manualy to the source to geht them working. This is the way I did suceeded with * 1.2.5.
I still have troubles with 'data' calls (X.75 or HDLC Sync PPP and similar) and sending User to User Text Messages. This seams broken in mISDN.
zoa (support at asteriskguru dot com) 29 March 2006 17:52:57 pri has a lot more channels than a bri. (and is a lot more expensive).
You cannot use a PRI card on a BRI line, just doesnt work.
jani (jani at cuuma dot com) 29 March 2006 17:11:37 Is It possible to use PRI card (TE410P) like normal BRI, if configured in zaptel only 2 channels and third one as a D? I mean i have ISDN router with TE or NT interface and it support BRI and i cant get it work with my PRI card. Im wondering if it is possible at all?
punit bhatt (punitkumar dot bhatt at relianceinfo dot com) 29 March 2006 11:18:26 if we can use both BRI&PRI for same application than what is the difference except speed is concern
Nico Timeo (n dot timeo at gmail dot com) 28 February 2006 17:41:53 Asterisk works fine with Eicon Diva Server V-4Bri.
Rick (rome at acs dot net dot nz) 06 December 2005 22:05:34 Works with Dynalink Winbond w9962 (tas106h/hc) card in New Zealand fine but had to manually add it to the misdn-init.conf file.
Garth van Sittert (garth at bitco dot co dot za) 14 November 2005 22:40:15 Had good success with Duxbury ISDN cards in South Africa.
Garth van Sittert
Lokesh Kumar (lokesh at interacesso dot pt) 10 August 2005 19:46:49 Hi everybody
I had installed Asterisk with BRI cards successfully, if any body needs help , then you can contact me.I can help you.
Regards
Lokesh
Portugal
Mail lokesh@interacesso.pt
zoa (support at asteriskguru dot com) 29 July 2005 12:49:24 Please ask this question on the forum, http://www.asteriskguru.com/board/
Lokesh Kumar (lokesh at interacesso dot pt) 27 July 2005 16:04:25 Well every thing is fine upto here , but i am amazed i am unable to load module for 4 port beronet card, it is giving error module not find.can any body provide help for that. I will be very thankful to you.
Lokesh
Interacesso
Portugal