The copy I downloaded from the website never did register with *. It would make authenticated calls, but wouldn't actually register with the server.
Even checked the IAX peers, and nope, wasn't registered. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Van Donselaar Sent: Wednesday, September 17, 2003 1:00 PM To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] iaxComm - IAX client for Win32 On Wed, 17 Sep 2003 11:27:25 +0200, Florian Overkamp <[EMAIL PROTECTED]> wrote: >At 19:55 16-9-2003 -0500, you wrote: >>iaxclient.sourceforge.net is the home of Steve Kann's crossplatform port >>of the >>iax library. >> >>iaxComm is a client written in c++ using wxWindows. There is a Win32 >>binary on >>the site. I think that it should be compilable on Linux and MacOSX, but can't >>test it. >> >>Feedback is welcome. > >Well, this looks like a big improvement, but I cant seem to find the option >to register at the asterisk server. Is it impossible, or am I missing it ? >Would be a hefty requirement for real use, I think... It automatically registers with all asterisk servers that have been configured in the Options|Directory dialog. I dial out and register from two different servers. I previously had an "auto register" checkbox, but changed to registering all servers when I moved the servers list from a listcontrol to a combobox. I'm thinking that you would want to register with any server through which you may want to make outbound calls. When the servers are read from the registry, they are read in alphabetical order, and registration is attempted in that order. (The order may be different on other platforms). You should see "Registration accepted" in the status bar after the last server is registered. _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.515 / Virus Database: 313 - Release Date: 9/1/2003 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.515 / Virus Database: 313 - Release Date: 9/1/2003 _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
