• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Internal home based voip system?

Red Squirrel

No Lifer
I have POTS phone service, but is there a way to create an internal VOIP network that just uses the POTS for incoming/outgoing? I thought it would be neat to setup something like Asterisk, I just can't find anything confirming that it works with POTS. I'm guessing I would just need to put a modem in the voip/pbx server.

 
Asterisk does work with POTS. There are some modems which work with it (Conexant modems, I believe) however, I would most definitely not even attempt it.

Asterisk bridges with TDM/POTS-based service via a driver suite called DAHDI (previously known as zaptel). Your best bet is to use a TDM card made by Sangoma. Digium cards are also pretty decent. They're not cheap. There are tons of knock-off X100 cards and the like, but there is no substitute for the real thing.

Take it from someone who sells Asterisk-based phone systems: the aggravation caused by using substandard parts is not worth the cost savings.

The cheapest POTS connectivity is probably going to come from Sangoma's 2-port USB FXO device: http://www.voiplink.com/Sangom...B_p/sangoma-usbfxo.htm . FXO is the interface you will use when connecting to a provider network. FXS is what will be used when connecting an analog phone to your system.

If you intend on connecting analog phones to your system, you should probably invest in an actual 4-port card. The Sangoma A200 is great and can be configured with 2 FXO and 2 FXS ports. Alternatively, you could use the 2 port USB FXO interface and get a Linksys PAP2T (2 port FXS media gateway) for FXS connectivity. For home use, echo cancellation probably isn't worth the investment. With only a single active call, software echo cancellation should be sufficient.

I also recommend not using a GUI at first. You should learn the basics of Asterisk config so that you know what will happen when you do certain things in the GUI. As far as GUIs go, FreePBX isn't terrible. For prepackaged Asterisk installations, Elastix is pretty decent.

So, to recap, don't try with a modem. Get the 2 port USB Sangoma device or a real PSTN card.
 
You can use asterisk, you will need SIP phones/ata's
And a FXO (I think, maybe FXS) card/adapter to get the POTS line into the asterisk box.
 
Ah ok so it's a special device made specially for this purpose, and not a modem. Glad to know it's doable though. 135 bucks is not too too bad.

If I went this route I'd find some voip phones and plug them into my regular Ethernet network. I'd probably setup a separate vlan or something and go from there.
 
A quick tip on IP phones...stick to Polycoms. Also, stay away from wireless IP phones. If you need a wireless phone, use an ATA (Linksys PAP2T, for instance) and a regular analog cordless phone.
 
Originally posted by: RedSquirrel
I have POTS phone service, but is there a way to create an internal VOIP network that just uses the POTS for incoming/outgoing? I thought it would be neat to setup something like Asterisk, I just can't find anything confirming that it works with POTS. I'm guessing I would just need to put a modem in the voip/pbx server.

not sure if this is what you are looking for or not, but check out Microsoft Repose Point phone systems

Microsoft Reponse Point
 
Back
Top