On Sunday 20 November 2005 22:31, Maxim Vexler wrote: > Hello, > > I wish to use asterisk in my home, the poor man's way. > > Can asterisk be used in a home environment with plain analog modem ? > I wish use the modem to listen the line, basically simulating the > regular phone device. > In the old days you could receive caller id on the signal that was > sent by bezeq on the first ring tone... can I do the same with > asterisk? > Hardware-wise, I guess it's possible (in voice modems). Don't know about the software hooks to make it work, though.
> Plus I'm a bit confused with all this FXO / FXS telephone hardware and > would thank any one willing to clarify this for me in a line or 2. Why > do I even need this FXO / FXS telephone equipment if I can simply plug > the VoIP phone into the LAN socket and have it receive the voltage > from the switch ? The FXO/FXS equipment is needed if you want to connect an analog phone to your computer, OR you want you want to connect your computer to the PSTN (Plain Old Telephone Service, a.k.a. Public Switched Telephone System?). When you connect your computer to an analog phone line, your computer actually emulates a phone device. When you connect an analog phone to your computer, your computer emulates the phone company (produces dialtone, etc). An FXO card is the card you connect your computer to the phone company. An FXS card is line emulation done by your computer, that you connect your analog phone to. If you want to connect an IP-Phone to your ethernet network, and use asterisk to peer with some VoIP provider (like FWD using Asterisk's IAX2 peering protocol), you don't need any FXO/FXS hardware. Note, that some IP phones, since they talk SIP, can already talk with public SIP services, and you don't need Asterisk at all if you do not need operator capabilities. HTH, Shimi ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]