On Fri, Oct 24, 2003 at 08:32:46AM -0500, Todd Wallace wrote: > Would anyone mind sending me a working set of config files for asterisk and > their softphone settings? I am really looking for very basic setup stuff as I
This is real basic I have the make sample from Oct 14. I added the following to sip.conf: [woody] type=friend insecure=yes username=woody secret=bogus host=dynamic defaultip=192.168.2.76 [pyro] type=friend insecure=yes username=pyro secret=bogus host=dynamic defaultip=192.168.2.243 and the following to extensions.conf: exten => 1976,1,Dial(SIP/woody,15,tr) exten => 1974,1,Dial(SIP/pyro,15,tr) and then set up windows messenger (tools..options..accounts..Communications Server Account..Advanced) to connect to the asterisk using UDP only with the sign-on names "[EMAIL PROTECTED]" and "[EMAIL PROTECTED]", usernames "woody" and "pyro", and passwords "bogus". Look through extensions.conf for numbers you can call from messenger. Oh, also you'd need to change your windows registry HKEY_CURRENT_USER..software..messenger service..corpPCphone from 0 to 1. The "Make a phone call" comes up under your "I want to..." menu at the bottom of your messenger window. > just want to show that the system works to my management before they will allow > me to spend the money on phones and a telco card. Server is a redhat 7.3 w/ > 512 RAM and dual 550's. Asterisk tar ball has been laid down, configured, > make, make install, and make samples done... > > email address: [EMAIL PROTECTED] > > > Todd Wallace -- Woody _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
