From: Steve K. <st...@st...> - 2003-06-10 13:37:01
|
On Tue, 2003-06-10 at 03:07, Uriel Carrasquilla wrote: > Steve: > I am a bit confused. After 4 hours I got Cygwin installed (it is > big). MinGW was fast. > When I look at the MinGW/bin there is no "make" a-la Unix. The same > goes for gcc. They are all prefixed with mingw with an exe suffix. > When I use the bash shell from Cygwin, I modified the path > (/etc/profile) to look in MinGW/bin. > I moved the iaxclient CSV to the cywin/usr/src location. > Could you outline, if it is not too much trouble, what I need to do in > order to compile? > I am bagged, I have been up since 7 AM and it is 2:25 AM so I am > going to call it a quit. That's normal, actually. The idea with MinGW && cygwin is to use MinGW just for gcc and libtools, but to use cygwin for everything else (shell, make, etc). So, when you have mingw in your path ahead of cygwin, the mingw tools (gcc, g++, etc) will come before the cygwin ones. Of course, the reason I do it this way, is simple: cygwin has better shell and make, but minGW makes standalone Win32 .EXEs (as opposed to cygwin, which required cygwin DLL). so, you should have _both_ cygwin and mingw stuff in your path, but have the mingw stuff first. -SteveK > > Regards, > Uriel > > -----Original Message----- > From: Steve Kann [mailto:st...@st...] > Sent: Monday, June 09, 2003 9:34 AM > To: ur...@ad... > Subject: RE: [Iaxclient-devel] iaxclient news > > > On Sun, 2003-06-08 at 19:45, Uriel Carrasquilla wrote: > > > Steve: > > Just talked to my wife over one of my * extensions from my > > windows machine. This is GREAT stuff. > > I have to admit that I am more of a Java guy than "c". > > However, I do get by with "c" but not for GUI's. What I am > > going to do next is download the samples and see if I can > > somehow interface a Java GUI to the "c" routines you have. > > > You should be able to, via JNI or whatnot, but I can't help > you there :) > > If I were you, I'd suggest looking into wxWindows GUI stuff. > I think you'll find it pretty straightforward if you already > know Java GUI stuff, since it is also an OO framework. > > -SteveK > > > > > Regards, > > Uriel > > > > > > -----Original Message----- > > From: Steve Kann [mailto:st...@st...] > > Sent: Sunday, June 08, 2003 1:45 PM > > To: ur...@ad... > > Cc: iax...@li... > > Subject: Re: [Iaxclient-devel] iaxclient news > > > > > > Uriel, > > > > The syntax is just like the syntax in > > extensions.conf, except that you don't need to > > prefix things with "IAX/". > > > > so, on your box, you'd dial "guest@192.168.10.1" > > > > Or, more generally, > > "user[:password]@server[/extension[@context]] > > > > You don't need to have wx and testcall in the same > > directory. Just one or the other. > > > > -SteveK > > > > > > On Saturday, June 7, 2003, at 02:37 PM, Uriel > > Carrasquilla wrote: > > > > > > This is great news. > > I downloaded the binaries for Windows and > > then executed the iax-testcall.exe program. > > WxWin32.exe in the same subdirectory. > > I have * in my LAN. How do I tell it to > > call 192.168.10.1 (where asterisk is?). > > What do I need to do in *? > > How do I dial an extension, eg. 2001? > > I get a message that it is calling > > guest@10.23.1.31/9999 . I do have guest > > set up in my * but it is not at 10.23.1.31. > > I assume the 9999 is the password, correct? > > What would be the sequence for a simple > > call? > > I am very excited about this development. > > After playing with SIP, I would rather work > > with IAX. > > > > Uriel > > > > -----Original Message----- > > From: > > iax...@li... > > [mailto:iax...@li...]On Behalf Of Steve Kann > > Sent: Friday, June 06, 2003 6:37 PM > > To: iaxclient devel > > Subject: [Iaxclient-devel] iaxclient news > > > > > > If you're on this list, you probably are > > around on IRC, and already know this, but: > > > > There's now wxWindows based GUI clients, > > based on iaxclient, available. > > > > They're actually quite usable as a basic > > outgoing-only softphone. > > > > They're working now on Windows, Linux, and > > MacOSX. > > > > Binaries are available at > > http://iaxclient.sf.net/ source code is in > > CVS. > > > > > > > > > > > > <image.tiff> > > -- > Steve Kann - Chief Engineer - 520 8th Ave #2300 NY 10018 - (212) 533-1775 > HorizonLive.com - collaborate . interact . learn > "The box said 'Requires Windows 95, NT, or better,' so I installed Linux." -- Steve Kann - Chief Engineer - 520 8th Ave #2300 NY 10018 - (212) 533-1775 HorizonLive.com - collaborate . interact . learn "The box said 'Requires Windows 95, NT, or better,' so I installed Linux." |