SearchSearch  Log in to check your private messagesLog in to check your private messages  recent posts Recent Posts
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
decibeli0Offline



Joined: Mar 02, 2005
Posts: 42

Status: Offline
Posted: Mar 06, 2005 - 05:24 PM Reply with quote Back to top
I decided to create my won PBX with asterix. Software now runs, but some (1 at least) FXO port is needed.

Where can i buy hardware cards compatible with asterisk. ? Some wildcards are discontinued and other ones, are too expensive to me (180 $).

Thanks
View user's profile Send private message
rjwellstedOffline



Joined: Nov 12, 2004
Posts: 14

Status: Offline
Posted: Mar 06, 2005 - 05:28 PM Reply with quote Back to top
If you are in the UK, take a look at http://www.voiptalk.org

They have the single port FXO card and a good selection of VoIP hardware.
View user's profile Send private message
decibeli0Offline



Joined: Mar 02, 2005
Posts: 42

Status: Offline
Posted: Mar 06, 2005 - 05:37 PM Reply with quote Back to top
Thanks

I supposed they are "good" people Wink

Do u have references about them ? Wink

They have not this adaptor in stock right now Sad

74 pounds seems to be a little expensive, they have to send it to spain, so it could reach 100 pounds
View user's profile Send private message
rjwellstedOffline



Joined: Nov 12, 2004
Posts: 14

Status: Offline
Posted: Mar 06, 2005 - 05:44 PM Reply with quote Back to top
Well I have got a SPA-3000 from them. I also use their IAXTalk plan for international calls from my Asterisk server.

I am a satisfied customer.
View user's profile Send private message
VelvetFogOffline



Joined: Apr 08, 2005
Posts: 31
Location: Calgary, Alberta, Canada
Status: Offline
Posted: Apr 09, 2005 - 02:48 AM Reply with quote Back to top
The original X100P FXO card sold by Digium for use with Asterisk is simply an Intel Data/Fax/Voice modem card. You can get the very same modem card at the URL below for USD $7.70 plus shipping.


http://www.laptops4me.com/product_info. ... ts_id/1444

The same card is also available from several vendors on eBay at very reasonable prices, usually around USD $10 to $15.

If you are looking for a general mail order source of inexpensive Asterisk compatible hardware, such as FXO and FXS adapters, and IP telephones, check out DigitNetworks:

http://www.digitnetworks.com/store/

Mind you, they do want USD $39.95 for the very same Intel v92 modem X100P compatible FXO card, which makes buying it from them an expensive proposition.
View user's profile Send private message
VelvetFogOffline



Joined: Apr 08, 2005
Posts: 31
Location: Calgary, Alberta, Canada
Status: Offline
Posted: Apr 18, 2005 - 03:52 AM Reply with quote Back to top
One important point when you use an Intel V92 modem card that has not been purchased as the X100P card from Digium, but otherwise look identical to it, is that the electronic vendorID read from the card will be different. There are two ways to get around this:

1. If you are compiling Asterisk from source, edit the zaptel/wcfxo.c file as follows:

Existing code:
static struct pci_device_id wcfxo_pci_tbl[] __devinitdata = {
{ 0xe159, 0x0001, 0x8085, PCI_ANY_ID, 0, 0, (unsigned long) &wcx101p },
{ 0x1057, 0x5608, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &wcx100$ };

Now change the wcfxo_pci_tbl[] in zaptel/wsfxo.c to:
static struct pci_device_id wcfxo_pci_tbl[] __devinitdata = {
{ 0xe159, 0x0001, 0x8085, PCI_ANY_ID, 0, 0, (unsigned long) &wcx101p },
{ 0xe159, 0x0001, 0x8086, PCI_ANY_ID, 0, 0, (unsigned long) &wcx101p },
{ 0x1057, 0x5608, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &wcx100$ };

The added line in the middle will allow the wcfxo driver to work with off the shelf Intel v92 Winmodem cards as well as with the Digium X100P cards.

2. The other alternative is to make the same modification to the card that Digium did when they turned them into "genuine" X100P cards. Simply carefully remove R13 and R19 with a soldering iron. R13 & R19 are pull down resistors that affects the vendorID number that is read from the card. With these two resistors gone, you now have a card that will appear as a genuine Digium X100P card to the Asterisk software.

Cards purchased from DigitNetworks will already have been modified this way, but then they charge quite a bit more than the US $5 - $15 that one can pick up these Intel Winmodem PCI cards for elsewhere. It is considerably cheaper when you modify the wcfxo driver source code, and/or remove the 2 resistors yourself.
View user's profile Send private message
maziloOffline
Moderator


Joined: Feb 09, 2005
Posts: 2280
Location: USA
Status: Offline
Posted: Apr 18, 2005 - 01:43 PM Reply with quote Back to top
Thanks VelvetFog for the hack.
View user's profile Send private message


View previous topic Printable version Log in to check your private messages View next topic

Post new topic   Reply to topic
Forum Rules and Guidelines | About VoIP User | Privacy Policy


All logos and trademarks in this site are property of their respective owner.
Comments and posts are property of the poster, all the rest (c) 2003-2008 VoIP User Limited.

VoIP User Limited is incorporated in England and Wales under Company Number 6694577.

No part of this site may be reproduced without our prior consent.