KhojaS
2006-Apr-09 02:06 UTC
[Asterisk-Users] how to communicate two PCs on LAN with Asterisk
Dear Asterisk users, I m working on a final year research based project on Asterisk ... the work I would like to take from Asterisk is to have voice conversation between two PCs connected with eachother on a LAN with no Internet connection by using minimum hardware ... plz if anyone can guide me how to do it with what hardware and software ... your help in this concern will be highly appreiciated ... Thankyou for your consideration Regards, Shahzad Khoja -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060409/7bb034cf/attachment.htm
Steve Totaro
2006-Apr-09 04:52 UTC
[Asterisk-Users] how to communicate two PCs on LAN with Asterisk
KhojaS wrote:> Dear Asterisk users, > I m working on a final year research based project on > Asterisk ... the work I would like to take from Asterisk is to have > voice conversation between two PCs connected with eachother on a LAN > with no Internet connection by using minimum hardware ... plz if > anyone can guide me how to do it with what hardware and software > ... your help in this concern will be highly appreiciated .. > Thankyou for your consideration > > Regards, > ShahzaGet three PCs and a download and install asterisk on one of them. On the other two PCs install the OS of your choice and find a freeware softphone that supports SIP or IAX2 and install that. Configure the phones to point to the asterisk machine and then configure the asterisk machine to handle the phones. Use Asterisk@Home and you should be able to take the next 364 days off. Thanks, Steve
> Dear Asterisk users, > I m working on a final year research based project on Asterisk > ... the work I would like to take from Asterisk is to have > voice conversation between two PCs connected with eachother on > a LAN with no Internet connection by using minimum hardware > ... plz if anyone can guide me how to do it with what hardware > and software ... your help in this concern will be highly > appreiciated ... > Thankyou for your consideration > > Regards, > Shahzad KhojaHi, You only need a machine for asterisk, it can even be a pentium I. Then u can download softphones(there a millions available), and install these on two other machines. You can then have a conversation between the softphones,, and the asterisk machine will do the call setup in the middle. You setup asterisk on one machine. U do this by downloading asterisk 1.2.6 and zaptel. For zaptel do: make linux26 && make install. For asterisk do: make && make install && make samples. (Read the install docs) go to voip-info.org. if the softphones you download a sip, then configure two sip devices in sip.conf, then put correct extensions to dial in extensions.conf. (Read the sample .conf's) thanks, yusuf -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.