You can subscribe to this list here.
2003 |
Jan
|
Feb
(3) |
Mar
(16) |
Apr
(11) |
May
(3) |
Jun
(109) |
Jul
(70) |
Aug
(22) |
Sep
(19) |
Oct
(4) |
Nov
(25) |
Dec
(46) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(68) |
Feb
(52) |
Mar
(54) |
Apr
(57) |
May
(13) |
Jun
(15) |
Jul
(16) |
Aug
(3) |
Sep
(43) |
Oct
(95) |
Nov
(106) |
Dec
(142) |
2005 |
Jan
(62) |
Feb
(190) |
Mar
(75) |
Apr
(117) |
May
(123) |
Jun
(64) |
Jul
(122) |
Aug
(95) |
Sep
(63) |
Oct
(102) |
Nov
(99) |
Dec
(85) |
2006 |
Jan
(59) |
Feb
(64) |
Mar
(138) |
Apr
(82) |
May
(62) |
Jun
(62) |
Jul
(72) |
Aug
(50) |
Sep
(21) |
Oct
(95) |
Nov
(95) |
Dec
(29) |
2007 |
Jan
(26) |
Feb
(36) |
Mar
(45) |
Apr
(12) |
May
(53) |
Jun
(38) |
Jul
(19) |
Aug
(87) |
Sep
(63) |
Oct
(272) |
Nov
(102) |
Dec
(63) |
2008 |
Jan
(54) |
Feb
(19) |
Mar
(84) |
Apr
(111) |
May
(17) |
Jun
(26) |
Jul
(18) |
Aug
(10) |
Sep
(14) |
Oct
(9) |
Nov
(4) |
Dec
(12) |
2009 |
Jan
(5) |
Feb
(7) |
Mar
(4) |
Apr
(8) |
May
(4) |
Jun
(7) |
Jul
|
Aug
(1) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
(6) |
Mar
(6) |
Apr
(1) |
May
(1) |
Jun
(2) |
Jul
(3) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(1) |
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Dan F. <dan...@ho...> - 2003-06-28 22:04:00
|
Greetings! I am trying to build WxWin32.exe as per the instructions on the = ../simpleclient/wx/README. I installed and downloaded cygwin and installed wxWindows with the = ./configure, make, and make installed (I used --enable debug and = --disable-shared). This created a libwxmsw241d.a (I=B4ve tried renaming = this also) on the WXWIN/lib directory.=20 Now when I do a make I get the following errors: wx.cc In member function 'bool IAXFrame::GetPTTState()': wx.cc:441: 'VK_CONTROL' undecalred (first use this function) wx.cc:441: (Each undeclared identifier is reported only once for each = function it appears in.) wx.cc441: 'GetAsyncKeyState' undeclared (first use this function) What have I don wrong? Thanks in advance! Dan |
From: Leandro <le...@te...> - 2003-06-27 15:24:06
|
I just download wxwin32 and I was amazed by the product you made. Now = I'd like to compile my own version but I am pretty new to compilation = environment for windows. I usually use Linux. What compiler have I to use for the windows version? What=20 |
From: Faizan T. <fa...@ti...> - 2003-06-25 13:58:50
|
Hi. Congrats to you and your wife. ----- Original Message ----- From: "Steve Kann" <st...@st...> To: <iax...@li...> Sent: Wednesday, June 25, 2003 8:07 AM Subject: [Iaxclient-devel] todays (1) update. > > http://stevek.com/aaron/ > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: INetU > Attention Web Developers & Consultants: Become An INetU Hosting Partner. > Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! > INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php > _______________________________________________ > Iaxclient-devel mailing list > Iax...@li... > https://lists.sourceforge.net/lists/listinfo/iaxclient-devel |
From: Steve K. <st...@st...> - 2003-06-25 03:07:44
|
http://stevek.com/aaron/ |
From: Steve K. <st...@st...> - 2003-06-23 19:59:54
|
A few changes are in the current binaries and CVS: 1) "Virtual Mono" modes. For systems that either fail when we try to open audio "mono" (some linux boxes), or system where opening up 1 input/1 output channel means we just want to talk to the left channel (all MacOSX), there is now a "virtual mono" mode, which simulates mono by talking to stereo devices, and duplicating the output audio, and (currently), just taking the left channel for input. This is used by default on MacOSX, and will be used on Linux (and Win32, but it shouldn't happen there), in cases where opening the device in mono mode fails. Seems to work OK, but let me know if there's problems (thanks to Benny (aka 'Curus') for spending time in IRC with me to debug this stuff. 2) Some call status/selection stuff: a) This is really a "library-internal" thing, but I changed the selection stuff, so -1 is no longer a sentinel for "no call selected". A call is always selected, but the selected call doesn't need to be active. The only visible change in "wx" is that if you have 4 "inactive calls", for example, and you have call 3 selected, and make an outgoing call, it will go into appearance 3, instead of appearance 1, etc. b) I didn't realize the Win32 implementation of ListCtrl didn't support coloring/styling individual rows, so this is just for OSX and Linux: The call appearances now have some color to make calls stand out. So, they get a bright red background when they're incoming/ringing, get greyed out when they're inactive, etc. -- 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." |
From: Steve K. <st...@st...> - 2003-06-23 19:50:20
|
On Fri, 2003-06-20 at 21:50, Shore Linux Solutions wrote: > I'm pretty new to iaxclient so I don't even know if I'm asking the right > question or not but I was wondering if there could be a hold button and a > flash button added? The hold button of course to put callers on hold, the > flash button for features like 3 way calling. Someone correct me if I'm off > base here. You're asking an OK question, but would probably do better if people other than me were doing the coding :) If you're really interested in this stuff, then maybe someone on the list is interested in doing this development if you'd sponsor it? As far as hold, I don't know if you need it, because a call is automatically "on hold" if it's active and just not selected. I'm not sure how to do do hook flashing with libiax.. -SteveK > Thanks > AJ > > _________________________________________________________________ > The new MSN 8: smart spam protection and 2 months FREE* > http://join.msn.com/?page=features/junkmail > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: INetU > Attention Web Developers & Consultants: Become An INetU Hosting Partner. > Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! > INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php > _______________________________________________ > Iaxclient-devel mailing list > Iax...@li... > https://lists.sourceforge.net/lists/listinfo/iaxclient-devel -- 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." |
From: John T. <jt...@lo...> - 2003-06-23 17:03:14
|
>On Fri, 2003-06-20 at 21:55, Shore Linux Solutions wrote: > >>Hi all, >>Before using iaxclient I experimented with gnophone. Needless to say, >>gnophone never really worked very well for me and had quite a few things >>that I couldn't figure out. On the other hand, after just 2 days of >>iaxclient it seems to so far serve my purposes quite well and I was able to >>terminate a call with the party hearing me and me hearing them. The only >>problem I have so far is when I point an extension to iaxclient it displays >>an incoming call on the screen but it doesn't ring. Is there a way that I >>can make it ring? This is the one thing that I found that gnophone would do >>is ring when there was an incoming call. Thanks in advance. >> > >No, there's no notification of ringing, except for the call status >area at the moment. > >The way to do this is in the library, and to do it, we'd do >something like this: > >1) have some parameter in the library which describes what kind of >ring notification you want (i.e. NONE, or a description of the "ring >tone" you want.). > >2) have either a sample of a ring to play, (I think samples of a >mechanical bell would be cool; anyone have a good recording of a >500/2500 set bell?), or an angorithm to generate it. (even with >samples, we might have a shorter sample, and need to intriduct >cadence programmatically). http://www.loligo.com/asterisk/Cisco/79xx/2003-04-27.examples/ringer1.pcm >3) If there was no currently active call, play the ring tone when an >incoming call is ringing. Sounds fine. >4) If there is a call, maybe the library should play a "beep" or a >"call-waiting" kinda tone. There are Bellcore standards for this, at least in the USA. I think the standard tone is 2130Hz plus 2750Hz. I don't know about other nations. An important consideration is going to be ringer volume, if that's even an option. I don't know the tricks and traps of setting volumes in user applications, but it would seem to me that one would not want the ringer playing in one's ear at the same volume as a current person talking. If I have a headset on (which I do, most of the time) and I was using the iaxclient software, I would probably want to have a separate ability to control the ringer volume, since I often crank up the volume on some calls due to poor sound quality. The ringer will be locally generated, and if played at the same volume would shatter my eardrum. JT >Also, the library doesn't play ringback. I guess with IAX, the >client is supposed to provide it's own ringback? need to look into >that. > >-SteveK > >>AJ >> |
From: Steve K. <st...@st...> - 2003-06-23 17:01:32
|
On Friday, June 20, 2003, at 06:55 PM, Shore Linux Solutions wrote: > > Thanks for your response Steve. I have a couple follow-up questions. > First of all, how I was trying to make calls was by simply pressing > digits on the keypad. Where would I enter the entire iax connect > string? In the box above the Dial and Hangup buttons. > Right on the heels of that question, is there any way that I can kind > of set the normal iax connect string into the program. It would seem > a bit cumbersome to have to put the entire string in every time to > dial a simple 4 digit extension. Also, I will usually be making calls > to the same context which is also already specified in the iax.conf > file. On that same note, is there a way to save the registration > information since I will be registering with the same server almost > all the time? These all sound like reasonable features, and good projects for volunteers. On my radar is looking into a system for making it store preferences, so it remembers things like how you have your options set, (later, which sound devices you prefer), and making it do something like remember the "last dialed" string, so that it can keep it in the dial area wouldn't be hard. Luckily, wx provides a nice platform-abstract mechanism for all of this, storing preferences in the registry on Win32, in ~/Library/Preferences via XML on MacOSX, and in a flat ~/.<program> for linux/gtk. > Thanks a lot. > AJ > > > > > >> From: Steve Kann <st...@st...> >> To: Shore Linux Solutions <sho...@ho...> >> CC: iaxclient devel <iax...@li...> >> Subject: Re: [Iaxclient-devel] register now can't call >> Date: 20 Jun 2003 09:29:47 -0400 >> >> On Thu, 2003-06-19 at 21:18, Shore Linux Solutions wrote: >> >> > First of all, thanks for everyone's assistance last evening. When >> entering >> > the host=dynamic line, when I try to register iaxclient I now get >> > "registration accepted". >> > >> > However, now I'm experiencing another problem, when I try to call >> another >> > extension or make an outside call on iaxclient, after entering the >> number >> > and pressing dial iaxclient immediately says "hanging up call 0". >> In the >> > terminal where I opened iaxclient it is saying "Scheduling >> retransmission" >> > and counting down from 9 to 0. Does anybody know what I may be >> doing wrong >> > here or what the problem may be? >> > >> > Also, while here can anyone tell me what the "Ca", "Sta", and >> "Remote" keys >> > are for? >> >> >> AJ, >> >> Even when you're registered, you still need to specify the full >> IAX >> connect string to make outgoing calls (i.e. >> user[:password]@host[/extension[@context]]). just putting a set of >> digits in there will confuse things. Registration is really just to a >> remote IAX box knows how to route calls _to you_. >> >> The Ca, Sta, and "Remote" are just labels for the columns in the call >> area, (if you "move" them around, you'll see they say "Call", "State", >> and "Remote"). I'm still not real happy with the way the call area >> works and looks, so volunteers with ideas about how it ought to work, >> and how it should look and be coded should speak their minds :). I >> did >> recently add some "color" code to the call area, but found that this >> only works on Linux and MacOSX. With the widget I'm using, you can't >> individually style rows under Win32. >> >> -SteveK >> >> >> >> >> >> > _________________________________________________________________ >> > The new MSN 8: advanced junk mail protection and 2 months FREE* >> > http://join.msn.com/?page=features/junkmail >> > >> > >> > >> > ------------------------------------------------------- >> > This SF.Net email is sponsored by: INetU >> > Attention Web Developers & Consultants: Become An INetU Hosting >> Partner. >> > Refer Dedicated Servers. We Manage Them. You Get 10% Monthly >> Commission! >> > INetU Dedicated Managed Hosting >> http://www.inetu.net/partner/index.php >> > _______________________________________________ >> > Iaxclient-devel mailing list >> > Iax...@li... >> > https://lists.sourceforge.net/lists/listinfo/iaxclient-devel >> >> -- >> 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." > > _________________________________________________________________ > Add photos to your e-mail with MSN 8. Get 2 months FREE*. > http://join.msn.com/?page=features/featuredemail > |
From: Steve K. <st...@st...> - 2003-06-23 14:23:36
|
On Fri, 2003-06-20 at 21:55, Shore Linux Solutions wrote: > Hi all, > Before using iaxclient I experimented with gnophone. Needless to say, > gnophone never really worked very well for me and had quite a few things > that I couldn't figure out. On the other hand, after just 2 days of > iaxclient it seems to so far serve my purposes quite well and I was able to > terminate a call with the party hearing me and me hearing them. The only > problem I have so far is when I point an extension to iaxclient it displays > an incoming call on the screen but it doesn't ring. Is there a way that I > can make it ring? This is the one thing that I found that gnophone would do > is ring when there was an incoming call. Thanks in advance. No, there's no notification of ringing, except for the call status area at the moment. The way to do this is in the library, and to do it, we'd do something like this: 1) have some parameter in the library which describes what kind of ring notification you want (i.e. NONE, or a description of the "ring tone" you want.). 2) have either a sample of a ring to play, (I think samples of a mechanical bell would be cool; anyone have a good recording of a 500/2500 set bell?), or an angorithm to generate it. (even with samples, we might have a shorter sample, and need to intriduct cadence programmatically). 3) If there was no currently active call, play the ring tone when an incoming call is ringing. 4) If there is a call, maybe the library should play a "beep" or a "call-waiting" kinda tone. Also, the library doesn't play ringback. I guess with IAX, the client is supposed to provide it's own ringback? need to look into that. -SteveK > AJ > > _________________________________________________________________ > Add photos to your e-mail with MSN 8. Get 2 months FREE*. > http://join.msn.com/?page=features/featuredemail > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: INetU > Attention Web Developers & Consultants: Become An INetU Hosting Partner. > Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! > INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php > _______________________________________________ > Iaxclient-devel mailing list > Iax...@li... > https://lists.sourceforge.net/lists/listinfo/iaxclient-devel -- 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." |
From: Shore L. S. <sho...@ho...> - 2003-06-21 01:55:18
|
Hi all, Before using iaxclient I experimented with gnophone. Needless to say, gnophone never really worked very well for me and had quite a few things that I couldn't figure out. On the other hand, after just 2 days of iaxclient it seems to so far serve my purposes quite well and I was able to terminate a call with the party hearing me and me hearing them. The only problem I have so far is when I point an extension to iaxclient it displays an incoming call on the screen but it doesn't ring. Is there a way that I can make it ring? This is the one thing that I found that gnophone would do is ring when there was an incoming call. Thanks in advance. AJ _________________________________________________________________ Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail |
From: Shore L. S. <sho...@ho...> - 2003-06-21 01:50:09
|
I'm pretty new to iaxclient so I don't even know if I'm asking the right question or not but I was wondering if there could be a hold button and a flash button added? The hold button of course to put callers on hold, the flash button for features like 3 way calling. Someone correct me if I'm off base here. Thanks AJ _________________________________________________________________ The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail |
From: Steve K. <st...@st...> - 2003-06-20 18:18:02
|
On Fri, 2003-06-20 at 13:29, Jason Piterak wrote: > Hi Steve, > I just saw your posting on the Asterisk list yesterday... Great to see > someone doing a real iax client! > > Here are my notes/questions so far: > > My system details: > Debian Linux testing/unstable mix 2.4.20 kernel, ALSA audio > >wx-config --version > 2.4.0 > > Relevant iax.conf (works with gnophone): > [username] > type=friend > host=dynamic > username=username > secret=passwd > context=default > permit=0.0.0.0/0.0.0.0 > auth=md5 > mailbox=356 > > > Tried the binary: > ./WxLinux: /lib/libpthread.so.0: version `GLIBC_2.3.2' not found > (required by ./WxLinux) > ...doh, Debian is only to 2.3.1 on Woody and Sid > Off to CVS. > > Downloaded from CVS after a few tries: > >cd iaxclient/lib > >make all > ... Compiles OK > >cd iaxclient/simpleclient/wx > >make all > ... Compiles OK > > >./wx > > In gui: username:passwd@asterisk/95551212 > --> Dials out fine, connects, sound is good on both ways (unlike > gnophone under ALSA -- yay!) > > > BUT: > How do I get the client to register as an extension using the Linux > client? > o Only menu items are file/exit and options/push to talk > options/silence supression. > o trying to just do username:passwd@asterisk gives me 'call rejected > by remote' > ... Is this something working for only the Win32 client? Nah, the problem is that sourceforge's anon CVS servers are running off of day-old (or so) data, so the sources you got were probably from before register support got added. You register via the "register" menu, which should appear under "file", if you have up-to-date sources. Glad to hear that it worked well, otherwise, though. -SteveK > > Thanks! > --Jason > -- 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." |
From: Steve K. <st...@st...> - 2003-06-20 13:30:30
|
On Thu, 2003-06-19 at 21:18, Shore Linux Solutions wrote: > First of all, thanks for everyone's assistance last evening. When entering > the host=dynamic line, when I try to register iaxclient I now get > "registration accepted". > > However, now I'm experiencing another problem, when I try to call another > extension or make an outside call on iaxclient, after entering the number > and pressing dial iaxclient immediately says "hanging up call 0". In the > terminal where I opened iaxclient it is saying "Scheduling retransmission" > and counting down from 9 to 0. Does anybody know what I may be doing wrong > here or what the problem may be? > > Also, while here can anyone tell me what the "Ca", "Sta", and "Remote" keys > are for? AJ, Even when you're registered, you still need to specify the full IAX connect string to make outgoing calls (i.e. user[:password]@host[/extension[@context]]). just putting a set of digits in there will confuse things. Registration is really just to a remote IAX box knows how to route calls _to you_. The Ca, Sta, and "Remote" are just labels for the columns in the call area, (if you "move" them around, you'll see they say "Call", "State", and "Remote"). I'm still not real happy with the way the call area works and looks, so volunteers with ideas about how it ought to work, and how it should look and be coded should speak their minds :). I did recently add some "color" code to the call area, but found that this only works on Linux and MacOSX. With the widget I'm using, you can't individually style rows under Win32. -SteveK > _________________________________________________________________ > The new MSN 8: advanced junk mail protection and 2 months FREE* > http://join.msn.com/?page=features/junkmail > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: INetU > Attention Web Developers & Consultants: Become An INetU Hosting Partner. > Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! > INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php > _______________________________________________ > Iaxclient-devel mailing list > Iax...@li... > https://lists.sourceforge.net/lists/listinfo/iaxclient-devel -- 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." |
From: Faizan T. <fa...@ti...> - 2003-06-20 04:17:58
|
Can you provide the extensions.conf code you are using for outside call. ----- Original Message ----- From: "Shore Linux Solutions" <sho...@ho...> To: <iax...@li...> Sent: Friday, June 20, 2003 6:18 AM Subject: [Iaxclient-devel] register now can't call > First of all, thanks for everyone's assistance last evening. When entering > the host=dynamic line, when I try to register iaxclient I now get > "registration accepted". > > However, now I'm experiencing another problem, when I try to call another > extension or make an outside call on iaxclient, after entering the number > and pressing dial iaxclient immediately says "hanging up call 0". In the > terminal where I opened iaxclient it is saying "Scheduling retransmission" > and counting down from 9 to 0. Does anybody know what I may be doing wrong > here or what the problem may be? > > Also, while here can anyone tell me what the "Ca", "Sta", and "Remote" keys > are for? > AJ > > _________________________________________________________________ > The new MSN 8: advanced junk mail protection and 2 months FREE* > http://join.msn.com/?page=features/junkmail > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: INetU > Attention Web Developers & Consultants: Become An INetU Hosting Partner. > Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! > INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php > _______________________________________________ > Iaxclient-devel mailing list > Iax...@li... > https://lists.sourceforge.net/lists/listinfo/iaxclient-devel |
From: Shore L. S. <sho...@ho...> - 2003-06-20 01:18:14
|
First of all, thanks for everyone's assistance last evening. When entering the host=dynamic line, when I try to register iaxclient I now get "registration accepted". However, now I'm experiencing another problem, when I try to call another extension or make an outside call on iaxclient, after entering the number and pressing dial iaxclient immediately says "hanging up call 0". In the terminal where I opened iaxclient it is saying "Scheduling retransmission" and counting down from 9 to 0. Does anybody know what I may be doing wrong here or what the problem may be? Also, while here can anyone tell me what the "Ca", "Sta", and "Remote" keys are for? AJ _________________________________________________________________ The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail |
From: Steve K. <st...@st...> - 2003-06-20 00:11:46
|
On Thu, 2003-06-19 at 19:49, Dan Fernandez wrote: > Sorry, I ment iax.conf. It seems that after I added the auth=.... it > began to work but you do need it. > > What codecs do you now support? We currenly only support GSM. in fact, this is currently a problem if you build with IAX2 (for incoming calls), and in that case, you need to force your * box to use GSM with disallow=all allow=gsm kinda thing. But this shouldn't be necessary long-term. -SteveK > ----- Original Message ----- > From: Steve Kann > To: Dan Fernandez > Cc: iaxclient devel > Sent: Thursday, June 19, 2003 6:34 PM > Subject: Re: problem downloading from cvs > > On Thu, 2003-06-19 at 16:43, Dan Fernandez wrote: > > > Steve, > > > > Great work on the iaxclient! > > > > I am trying to download the source from CVS according to the > > instructions in sourceforge and get the following error: > > [login aborted]: recv() from server cvs.sourceforge.net: EOF > > > yeah, anoncvs registrations sometimes take several (many many) > attempts before they succeed. They're totally overloaded, > know about it, but haven't been able to fix it yet. > > There's a tarball from yesterday's anoncvs (which you should > be able to update later), at > http://iaxclient.sf.net/iaxclient-cvs.tar.gz > > I might need to figure out how to make nightly source tarballs > or something. > > > > > Do you know what the problem can be? > > > > Also I am having some difficulty with registration to * (it > > doesn´t register) and I did add host=dynamic on my sip.conf. > > Anything else I need to look for? > > > firstly, you need to edit "iax.conf", not "sip.conf", although > I don't know if that's what you were doing wrong or not. > > Here's the lines I have in mine: > > [iaxuser] > type=peer > host=dynamic > secret=iaxpass > auth=md5,plaintext,rsa > callerid="IAXClient" <(700) 555-1212> > permit=0.0.0.0/0.0.0.0 > > > -- > 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." |
From: Dan F. <dan...@ho...> - 2003-06-19 23:50:09
|
Sorry, I ment iax.conf. It seems that after I added the auth=3D.... it = began to work but you do need it. What codecs do you now support? ----- Original Message -----=20 From: Steve Kann=20 To: Dan Fernandez=20 Cc: iaxclient devel=20 Sent: Thursday, June 19, 2003 6:34 PM Subject: Re: problem downloading from cvs On Thu, 2003-06-19 at 16:43, Dan Fernandez wrote:=20 Steve, =20 Great work on the iaxclient! =20 I am trying to download the source from CVS according to the = instructions in sourceforge and get the following error: [login aborted]: recv() from server cvs.sourceforge.net: EOF=20 yeah, anoncvs registrations sometimes take several (many many) = attempts before they succeed. They're totally overloaded, know about = it, but haven't been able to fix it yet. There's a tarball from yesterday's anoncvs (which you should be able = to update later), at http://iaxclient.sf.net/iaxclient-cvs.tar.gz I might need to figure out how to make nightly source tarballs or = something. Do you know what the problem can be? =20 Also I am having some difficulty with registration to * (it = doesn=B4t register) and I did add host=3Ddynamic on my sip.conf. = Anything else I need to look for?=20 firstly, you need to edit "iax.conf", not "sip.conf", although I don't = know if that's what you were doing wrong or not. Here's the lines I have in mine: [iaxuser] type=3Dpeer host=3Ddynamic secret=3Diaxpass auth=3Dmd5,plaintext,rsa callerid=3D"IAXClient" <(700) 555-1212> permit=3D0.0.0.0/0.0.0.0 --=20 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." =20 |
From: Steve K. <st...@st...> - 2003-06-19 21:35:38
|
On Thu, 2003-06-19 at 16:43, Dan Fernandez wrote: > Steve, > > Great work on the iaxclient! > > I am trying to download the source from CVS according to the > instructions in sourceforge and get the following error: > [login aborted]: recv() from server cvs.sourceforge.net: EOF yeah, anoncvs registrations sometimes take several (many many) attempts before they succeed. They're totally overloaded, know about it, but haven't been able to fix it yet. There's a tarball from yesterday's anoncvs (which you should be able to update later), at http://iaxclient.sf.net/iaxclient-cvs.tar.gz I might need to figure out how to make nightly source tarballs or something. > Do you know what the problem can be? > > Also I am having some difficulty with registration to * (it doesn´t > register) and I did add host=dynamic on my sip.conf. Anything else I > need to look for? firstly, you need to edit "iax.conf", not "sip.conf", although I don't know if that's what you were doing wrong or not. Here's the lines I have in mine: [iaxuser] type=peer host=dynamic secret=iaxpass auth=md5,plaintext,rsa callerid="IAXClient" <(700) 555-1212> permit=0.0.0.0/0.0.0.0 -- 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." |
From: Steve K. <st...@st...> - 2003-06-19 14:14:27
|
OK, Tili, I found the problem, at least for me trying to compile under RH6.2 (with an old gcc -- egcs-2.91. But, I still didn't make that compile, because of some strange macro stuff inside of libiax..). It was quite unhappy compiling code which mixed together CRLF and LF line endings. Shawn's initial commit converted some of the gsm code to CRLF line endings. I changed it all back to be consistend with LF line endings. Perhaps your version of MinGW (what version are you using? Mine is gcc.exe (GCC) 3.2 (mingw special 20020817-1)) was getting confused in the same way? -SteveK On Thu, 2003-06-19 at 09:56, Steve Kann wrote: > On Thu, 2003-06-19 at 07:17, Faizan Tili wrote: > > > Hi. > > Stevek has done a real great work. Also congrats in advance for > > your baby. > > > > I am still having problems compiling wx client on windows. I am > > using mingw for that. Still it gcc gives errors like > > In file included from gsm/src/add.c:31: > > gsm/inc/private.h:185: parse error before "longword" > > gsm/src/add.c:41: parse error before '<' token > > make: *** [gsm/src/add.o] Error 1 > > > > It loks like it is not finding private.h where longword is defined. > > Has anybody got any idea. I had to add in make file path of my vc > > includes to get stdio.h and others. > > > Actually, I've seen this error myself, last night, when I tried to > compile on a RedHat 6.2 box (with gcc2, instead of gcc3). > > In my case, it was finding private.h fine, I think, but it didn't > understand something in there. I'll look into it, and let you know > what I see. > > > > > By the way stevek you did fine with WinIAX client except that you > > missed a semi-colon after return 1 in status_callback. Also > > prototypes of functions used in WinIAX.cpp are in winiax.h . I would > > have sent it to you but I need to make it work with new changes in > > iaxclient_lib. > > > OK. Sorry about the typo :) > > > > -- > 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." |
From: Steve K. <st...@st...> - 2003-06-19 13:57:22
|
On Thu, 2003-06-19 at 07:17, Faizan Tili wrote: > Hi. > Stevek has done a real great work. Also congrats in advance for your > baby. > > I am still having problems compiling wx client on windows. I am using > mingw for that. Still it gcc gives errors like > In file included from gsm/src/add.c:31: > gsm/inc/private.h:185: parse error before "longword" > gsm/src/add.c:41: parse error before '<' token > make: *** [gsm/src/add.o] Error 1 > > It loks like it is not finding private.h where longword is defined. > Has anybody got any idea. I had to add in make file path of my vc > includes to get stdio.h and others. Actually, I've seen this error myself, last night, when I tried to compile on a RedHat 6.2 box (with gcc2, instead of gcc3). In my case, it was finding private.h fine, I think, but it didn't understand something in there. I'll look into it, and let you know what I see. > By the way stevek you did fine with WinIAX client except that you > missed a semi-colon after return 1 in status_callback. Also prototypes > of functions used in WinIAX.cpp are in winiax.h . I would have sent it > to you but I need to make it work with new changes in iaxclient_lib. OK. Sorry about the typo :) -- 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." |
From: Faizan T. <fa...@ti...> - 2003-06-19 11:17:07
|
Hi. Stevek has done a real great work. Also congrats in advance for your = baby. I am still having problems compiling wx client on windows. I am using = mingw for that. Still it gcc gives errors like=20 In file included from gsm/src/add.c:31: gsm/inc/private.h:185: parse error before "longword" gsm/src/add.c:41: parse error before '<' token make: *** [gsm/src/add.o] Error 1 It loks like it is not finding private.h where longword is defined. Has = anybody got any idea. I had to add in make file path of my vc includes = to get stdio.h and others. By the way stevek you did fine with WinIAX client except that you missed = a semi-colon after return 1 in status_callback. Also prototypes of = functions used in WinIAX.cpp are in winiax.h . I would have sent it to = you but I need to make it work with new changes in iaxclient_lib. Thanks. |
From: Faizan T. <fa...@ti...> - 2003-06-19 11:05:11
|
Hi. No iaxclient is not tryin to go to wrong port. It registers fine with me. But if you have changed the defaultport of iax server from 5036 in iax.conf then it might not work unless you specify port in URI. Below is configuration i am using. [iaxclient] type=friend context=lan_phone secret=testpassword host=dynamic permit=192.168.0.1/255.255.255.0 In this case over here. 192.168.0.1 is the ip of my windows machine which is running wx iax client. I used this to register. iaxclient:testpassword@192.168.0.2 If the host is not dynamic than it wont register. As far as I know you have to specify host type. Dynamic or some ip address. I use dynamic. Look at asterisk console while registering. You will find reason for rejection. ----- Original Message ----- From: "Shore Linux Solutions" <sho...@ho...> To: <iax...@li...> Sent: Thursday, June 19, 2003 6:59 AM Subject: [Iaxclient-devel] still can't register > Ok, I made the changes as you stated and it still tells me registration > rejected. My iax.conf file looks like so: > [iaxclient] > type=friend > context=default > secret=testpassword > permit=192.168.1.1/255.255.255.0 > > I reloaded asterisk then went into iaxclient and tried to register like so: > iaxclient:testpassword@192.168.1.2 > > It still tells me registration rejected. Any other thoughts? > AJ > > _________________________________________________________________ > Add photos to your messages with MSN 8. Get 2 months FREE*. > http://join.msn.com/?page=features/featuredemail > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: INetU > Attention Web Developers & Consultants: Become An INetU Hosting Partner. > Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! > INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php > _______________________________________________ > Iaxclient-devel mailing list > Iax...@li... > https://lists.sourceforge.net/lists/listinfo/iaxclient-devel |
From: Uriel C. <ur...@ad...> - 2003-06-19 03:10:24
|
One more thought. do you have [default] defined in your extensions.conf? -----Original Message----- From: iax...@li... [mailto:iax...@li...]On Behalf Of Shore Linux Solutions Sent: Wednesday, June 18, 2003 10:00 PM To: iax...@li... Subject: [Iaxclient-devel] still can't register Ok, I made the changes as you stated and it still tells me registration rejected. My iax.conf file looks like so: [iaxclient] type=friend context=default secret=testpassword permit=192.168.1.1/255.255.255.0 I reloaded asterisk then went into iaxclient and tried to register like so: iaxclient:testpassword@192.168.1.2 It still tells me registration rejected. Any other thoughts? AJ _________________________________________________________________ Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ Iaxclient-devel mailing list Iax...@li... https://lists.sourceforge.net/lists/listinfo/iaxclient-devel |
From: Uriel C. <ur...@ad...> - 2003-06-19 03:06:47
|
I assume that 192.168.1.1 is running the iaxclient software and that 192.168.1.2 is running the asterisk server software, correct? -----Original Message----- From: iax...@li... [mailto:iax...@li...]On Behalf Of Shore Linux Solutions Sent: Wednesday, June 18, 2003 10:00 PM To: iax...@li... Subject: [Iaxclient-devel] still can't register Ok, I made the changes as you stated and it still tells me registration rejected. My iax.conf file looks like so: [iaxclient] type=friend context=default secret=testpassword permit=192.168.1.1/255.255.255.0 I reloaded asterisk then went into iaxclient and tried to register like so: iaxclient:testpassword@192.168.1.2 It still tells me registration rejected. Any other thoughts? AJ _________________________________________________________________ Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ Iaxclient-devel mailing list Iax...@li... https://lists.sourceforge.net/lists/listinfo/iaxclient-devel |
From: Shore L. S. <sho...@ho...> - 2003-06-19 01:59:50
|
Ok, I made the changes as you stated and it still tells me registration rejected. My iax.conf file looks like so: [iaxclient] type=friend context=default secret=testpassword permit=192.168.1.1/255.255.255.0 I reloaded asterisk then went into iaxclient and tried to register like so: iaxclient:testpassword@192.168.1.2 It still tells me registration rejected. Any other thoughts? AJ _________________________________________________________________ Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail |