Re: [Asterisk-Users] hardware question

2005-06-09 Thread Wilson Pickett
 what we needed and I want to ask if I understand the naming correctly:
 FXS = pstn-signals for calling someone (towards central pbx/server) and
 knowing that someone is calling you
 FXO = ...?
FXS has a phone plugged in it
FXO hgas a phone line plugged in it
http://www.onlamp.com/pub/a/onlamp/2003/07/03/asterisk.html
http://www.onlamp.com/pub/a/onlamp/2004/01/22/asterisk2.html
http://asteriskdocs.org

 ATA = connecting potstelephone to lan/computer/... other protocol
Yes 
 What I don't understand is that ATA-devices which only have an FXS-port
  are also able to recieve calls or not? So, what is the difference with
 an FXO-interface?

Read the specs for the sipura 3000 for example at their site

 So, since for now we'll only need to be able to talk to one pots line
 (and one bri-line), we'll need one FXS-interface (to recieve siand
you need 1 FXO 
 I've had a look at the digium hardware-store since I wanted to be sur
 eit will work with asterisk.
 
 For pstn, I suppose a TDM400P with one FXS and one FXO module(?). I
 also saw the Asterisk Developpers kit  PCI which fullfils these
 requirements, which states that it is only for Asterisk-developpers.
Anyone can buy one, it just was a good bundle for test.

 I saw that on the page of the Asterisk Developpers kit PCI it states
 that one needs linux 2.4. I have asterisk 1.0.6 installed on this
 computer and it seems to have drivers for 2.6. So, the question: does
 the hardware works with linux 2.6.x-kernels?
It definitely works, but there are some issues that someone who has
done it may be able to  discuss. Otherwise, search the mailing list
using google:

bri card  site:lists.digium.com
2.6 kernel site:lists.digium.com

and any other search expressions you can think of. Do the same without
the site: parameter too, replacing it with asterisk.

googling asterisk bri card brings up a lot of interesting stuff as
does asterisk 2.6

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


Re: [Asterisk-Users] hardware question

2005-06-09 Thread Henry Jensen
Hi Michel,

Michel Brabants wrote:

 I didn't see a bri-adapter on the digium-site, only pri it seems. Any
 recommendation on that or is there a bri-adapter from digium. I'm also
 open to other vendors. I saw that there are others which ar ecompatible
 with asterisk, but I don't have a lot of time and want to be sure that
 it works with asterisk. 

My personal recommendations are:

- For a one-port BRI-Card: choose one with a HFC-S chip (e. g. Acer ISDN
  128 Surf PCI)

- For multi-port BRI: have a look at www.beronet.com and
  www.junghanns.net

You can use all this cards with bristuff from www.junghanns.net

 I have had a look at the mISDN-hardwarepage. I
 suppose I can choose any bri-card that is supported by them? Is mISDN
 supported by asterisk?

There is a chan_mISDN driver from beronet. But as far as I can tell, it
is not very stable. I use bristuff for all our BRI cards - no problems.


Regards,

Henry



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


Re: [Asterisk-Users] hardware question

2005-03-25 Thread tmassey
[EMAIL PROTECTED] wrote on 03/25/2005 09:14:42 AM:

 Hello
 
 I want to to know if the motherboards VIA are fully supporte by 
asterisk.

This is a complex question.

The *software* is fully supported.  Depending on the CPU you use, you may 
have to modify the makefiles (some VIA CPU's do not implement the CMOV 
instruction), but with that change the software will work just fine.

However, Digium *hardware* is a different story.  The TDM and X100P boards 
require that the card be placed on its own interrupt.  Interrupts are 
scarce on a VIA platform:  there's no IO-APIC, and there's a lot of 
integrated hardware.

It is doable, however.  I'm using a TDM board with a VIA EPIA-MII board 
with zero problems.  No clicks, no static, nothing.  I'm even sharing an 
interrupt (the TDM board and an unused (and AFAICT not-diableable) Cardbus 
controller), and still no problems.

However, YMMV...

 And also, some of those motherboars say that with 1 pci slot , using a 
 special riser card you can connect 2 pci cards. Will that work to have 2 
pci 
 cards (FXS or FXO ) on asterisk?

Again, a complex question.  The short answer is yes, the dual riser in and 
of itself will not cause a problem.  The long answer is that it is highly 
unlikely that you'll find an interrupt for it.  I have the dual riser and 
the second port wants to use an interrupt that already has a couple of 
devices on it, including the Ethernet interface.  So, that's probably not 
possible on my system.

The really annoying part is that my system has *SIX* unused interrupts: 
3,4,6,10,11 and 13.  Now I know that two of those are traditionally used 
by legacy devices (math coprocessor and floppy controller), but what about 
3,4,10 and 11?!?  I can find no way to get the computer to use those 
IRQ's.  Everything's onboard, so changing PCI slots is not possible.  It's 
frustrating.  15 interrupts is not exactly a lot, but when you ignore 
nearly half of them, it's real hard to use your motherboard...

Tim Massey

 thank you
 Fabian
 
 
 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

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


Re: [Asterisk-Users] hardware question

2005-03-25 Thread tmassey
[EMAIL PROTECTED] wrote on 03/25/2005 09:14:42 AM:

 Hello
 
 I want to to know if the motherboards VIA are fully supporte by 
asterisk.

This is a complex question.  The *software* runs on Mini-ITX (what I 
assume you're asking about) just fine.  The *hardware* *may* have issues 
however.

These devices do not support IO-APIC, so you can have interrupt issues 
with the X100P and TDM400 devices.  I am running a TDM400 on a Via 
EPIA-MII board, so far, without problems.  No static, no clicks, no 
buzzing, no erros, nothing.  So far...

 And also, some of those motherboars say that with 1 pci slot , using a 
 special riser card you can connect 2 pci cards. Will that work to have 2 
pci 
 cards (FXS or FXO ) on asterisk?

Again, a complex question.  The short answer is yes.  The PCI riser cards 
will work just fine in and of themselves.  However, the odds of you being 
able to get two interrupts completely free and clear for the use of two 
TDM boards is slim.

This whole IRQ routing issue is a drag.  On my system, there are three 
interrupts completely unused (3, 4, 6, 10, 
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] hardware question

2003-10-29 Thread Amaury Jacquot
Victor Sanchez wrote:
hello to all.

I have a PC with a E400P Card with 4 E1 with a RJ48 jack

is posible to convert any RJ48 jack to 30 phone line ? 
yes, you need an equipment called a channel bank

is for example.

1 E1 come from the telco operator to PC

and with asterisk i a lot of things and before send it to a phone but, where i plug this phone ?

Bye

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] hardware question

2003-10-29 Thread WipeOut
Victor Sanchez wrote:

hello to all.

I have a PC with a E400P Card with 4 E1 with a RJ48 jack

is posible to convert any RJ48 jack to 30 phone line ? 

is for example.

1 E1 come from the telco operator to PC

and with asterisk i a lot of things and before send it to a phone but, where i plug this phone ?

 

You will need an E1 channel bank to take one of the E1 ports on the 
E400P and make 30 analog phone lines..

Later..

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Hardware Question

2003-10-03 Thread Glenn Dalgliesh
www.diguim.com

Wildcard T100P - Single t1
http://www.digium.com/downloads/product_sheets/T100P.pdf
Wildcard TE410P - 4 port - I believe support independant config of each T1
http://www.digium.com/downloads/product_sheets/TE410P.pdf
Wildcard T400P - 4 port -
http://www.digium.com/downloads/product_sheets/T400P.pdf
- Original Message - 
From: Jorge Daniel Cisneros Flores [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, October 03, 2003 5:38 PM
Subject: [Asterisk-Users] Hardware Question



 Hi

Somebody can tell me wich card i need to use that suport em signal,
and
 is posible to connect this card to any PBX

 Thanks


 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Hardware question

2003-08-20 Thread Bruce Ferrell
Digium makes a 4 port card.  It'd be hard to get 4 lines with quicknet 
hardware.

Bartosz Jozwiak wrote:
Hello,
 
Again one more question about hardware.
What could you suggest me to buy.
I need hardware to connect let's say 4 analog lines. (FXO).
This hardware should talk to Asterisk of course..
Thanks very much for some advices :)
 
Bartek


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Hardware question

2003-08-20 Thread Anthony Wood
Here are some options:

Digium X100P x 4

US$100 * 4 = US$400
well supported by asterisk
manufacturer supports asterisk developers
Deployed in lots of places with Asterisk

Voicetronix OpenLine4
-
US$500?
Use 1 PCI card
reported working with chan_vpb
manufacturer supports linux
Can be used with other software

Voicetronix OpenSwitch 6(12)

US$750?(US$1800?)
Use 1 PCI card
works with chan_vpb
manufacturer supports linux
Can be used with other software
6/12 ports can be jumpered in pairs(4s?) to
be FXO or FXS.

Channel Bank + T/E 100/400 P

US$?
use 1 PCI card


On Wed, Aug 20, 2003 at 08:27:06AM -0700, Bruce Ferrell wrote:
 Digium makes a 4 port card.  It'd be hard to get 4 lines with quicknet 
 hardware.
 
 Bartosz Jozwiak wrote:
  Hello,
   
  Again one more question about hardware.
  What could you suggest me to buy.
  I need hardware to connect let's say 4 analog lines. (FXO).
  This hardware should talk to Asterisk of course..
  Thanks very much for some advices :)
   
  Bartek
 
 
 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users

-- 
Woody
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Hardware question

2003-08-20 Thread Brian West
Seeing your PBX go down in flames due to bad hardware support...

PRICELESS!

On Thu, 21 Aug 2003, Anthony Wood wrote:

 Here are some options:

 Digium X100P x 4
 
 US$100 * 4 = US$400
 well supported by asterisk
 manufacturer supports asterisk developers
 Deployed in lots of places with Asterisk

 Voicetronix OpenLine4
 -
 US$500?
 Use 1 PCI card
 reported working with chan_vpb
 manufacturer supports linux
 Can be used with other software

 Voicetronix OpenSwitch 6(12)
 
 US$750?(US$1800?)
 Use 1 PCI card
 works with chan_vpb
 manufacturer supports linux
 Can be used with other software
 6/12 ports can be jumpered in pairs(4s?) to
 be FXO or FXS.

 Channel Bank + T/E 100/400 P
 
 US$?
 use 1 PCI card


 On Wed, Aug 20, 2003 at 08:27:06AM -0700, Bruce Ferrell wrote:
  Digium makes a 4 port card.  It'd be hard to get 4 lines with quicknet
  hardware.
 
  Bartosz Jozwiak wrote:
   Hello,
  
   Again one more question about hardware.
   What could you suggest me to buy.
   I need hardware to connect let's say 4 analog lines. (FXO).
   This hardware should talk to Asterisk of course..
   Thanks very much for some advices :)
  
   Bartek
 
 
  ___
  Asterisk-Users mailing list
  [EMAIL PROTECTED]
  http://lists.digium.com/mailman/listinfo/asterisk-users

 --
 Woody
 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users