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: daniel h. <dan...@to...> - 2004-10-09 17:11:25
|
Michael Van Donselaar a =E9crit : > <>On Sat, 09 Oct 2004 16:21:13 +0200, daniel huhardeaux=20 > <de...@to...> wrote: > > [...] > accounts.o(.text+0x17e3):/home/dh/src/iaxclient/simpleclient/iaxcomm/ac= counts.cc:127:=20 > > more undefined references to `wxXmlResource::GetXRCID(char const*)' fol= low > collect2: ld a retourn=E9 1 code d'=E9tat d'ex=E9cution > make: *** [iaxcomm] Erreur 1 > dh@nomade:~/src/iaxclient/simpleclient/iaxcomm$ > > >Do you have the xrc contribs to wxWindows compiled? ISTR that I got the= same >types of errors when I first compiled on my RedHat system and had forgot= ten to >do that. > > =20 > In debian-unstable wxrc is provided by libwxgtk2.4-contrib-dev which=20 provide also /usr/lib/libwx_gtk_xrc-2.4.so So for me should be ok. >>I checked and found a wxXmlResource.py in wxpython sample directory. Is= =20 >>this one which is missing? If yes, where to copy it? I tried to put a=20 >>copy in iaxcomm dir but no luck. >> >>Also, to get compile pass on Debian, I had to modify makefile by=20 >>commenting extralibs=3D/usr/local/lib/libwx_gtk_xrc-2.4.a and removing=20 >>$(EXTRALIBS) from SYSLIBS >> =20 >> > >I may not have put that in the Makefile correctly, but you *will* need t= o link >against the xrc library. All of the resources are loaded dynamically vi= a the >xrc system. > =20 > See above. Removing this line make the above library used by ld. And so=20 went xrc_res.cc compiling. > =20 > >>Another point to put in README, is that libtiff4-dev should also be=20 >>installed. >> =20 >> > >I don't think I have it installed on my RedHat system. Might be a diffe= rence >bewteen your wxWidgets installation and mine. > =20 > Not installed ld complain about ltiff missing >>Thanks for any hint concerning my compilation problem. >> =20 >> > >Hope it goes well for you. I'll be happy to help, but will be offline m= ost of >this weekend. > =20 > Nice WE than ;-) --=20 Daniel Huhardeaux ______ _____ _____ ______ ______ __ enum +48 32 285 5276 /_ _// _ // _ //_ _// __ // / IAX FWD +1 7009 422493 / / / // // // / / / / /_/ // / sip:102 h323:121 @voip./_/ /____//____/ /_/ /_/ /_//_/.com |
From: daniel h. <de...@to...> - 2004-10-09 14:21:26
|
Hi everybody, I'm trying to compile the today CVS tarball on my Debian SID and face a=20 problem with iaxComm. This are logs I receive: dh@nomade:~/src/iaxclient/simpleclient/iaxcomm$ make (cd ../../lib; make libiaxclient.a) make[1]: Entering directory=20 `/home/dh/Mes_documents/Informatique/src/iaxclient/lib' make[1]: =AB libiaxclient.a =BB est =E0 jour. make[1]: Leaving directory=20 `/home/dh/Mes_documents/Informatique/src/iaxclient/lib' g++ main.o prefs.o calls.o directory.o dial.o frame.o devices.o=20 xrc_res.o accounts.o ringer.o ../../lib/libiaxclient.a -lpthread -lm=20 `wx-config --static --libs` -o iaxcomm main.o(.text+0x584): In function `theApp::OnInit()': /home/dh/src/iaxclient/simpleclient/iaxcomm/main.cc:112: undefined=20 reference to `wxXmlResource::Get()' main.o(.text+0x58c):/home/dh/src/iaxclient/simpleclient/iaxcomm/main.cc:1= 12:=20 undefined reference to `wxXmlResource::InitAllHandlers()' main.o(.text+0x24bf): In function `theApp::load_xrc_resource(wxString=20 const&)': /home/dh/src/iaxclient/simpleclient/iaxcomm/main.cc:293: undefined=20 reference to `wxXmlResource::Get()' [...] accounts.o(.text+0x17e3):/home/dh/src/iaxclient/simpleclient/iaxcomm/acco= unts.cc:127:=20 more undefined references to `wxXmlResource::GetXRCID(char const*)' follo= w collect2: ld a retourn=E9 1 code d'=E9tat d'ex=E9cution make: *** [iaxcomm] Erreur 1 dh@nomade:~/src/iaxclient/simpleclient/iaxcomm$ I checked and found a wxXmlResource.py in wxpython sample directory. Is=20 this one which is missing? If yes, where to copy it? I tried to put a=20 copy in iaxcomm dir but no luck. Also, to get compile pass on Debian, I had to modify makefile by=20 commenting extralibs=3D/usr/local/lib/libwx_gtk_xrc-2.4.a and removing=20 $(EXTRALIBS) from SYSLIBS Another point to put in README, is that libtiff4-dev should also be=20 installed. Thanks for any hint concerning my compilation problem. --=20 Daniel |
From: Richard P. <ric...@co...> - 2004-10-08 09:07:18
|
It will be an audio only client for the moment as I'm focusing on the phone side of things for now. Cheers Richard -----Original Message----- From: iax...@li... [mailto:iax...@li...]On Behalf Of Florin Andrei Sent: 08 October 2004 03:46 To: iax...@li... Subject: Re: [Iaxclient-devel] Iax client for windows CE On Tue, 2004-10-05 at 04:40, Richard Pettitt wrote: > I?m currently working on an iaxclient for windows ce and I was > wondering if there were any other developers currently working on a > client for this platform? Are you planning to develop an audio-only client, or are you looking at audio/video? -- Florin Andrei http://florin.myip.org/ ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Iaxclient-devel mailing list Iax...@li... https://lists.sourceforge.net/lists/listinfo/iaxclient-devel |
From: Florin A. <fl...@an...> - 2004-10-08 02:46:45
|
On Tue, 2004-10-05 at 04:40, Richard Pettitt wrote: > I=A2m currently working on an iaxclient for windows ce and I was > wondering if there were any other developers currently working on a > client for this platform? Are you planning to develop an audio-only client, or are you looking at audio/video? -- = Florin Andrei http://florin.myip.org/ |
From: Joaquin C. A. <e98...@fr...> - 2004-10-06 20:09:19
|
buffer[4096] is used through the last element of the struct placed just above buffer declaration. =20 Google for zero sized array hack to see why this works and what are the benefits. =20 Cheers, _____ =20 From: iax...@li... [mailto:iax...@li...] On Behalf Of = Richard Pettitt Sent: mercredi 6 octobre 2004 11:34 To: iax...@li... Subject: RE: [Iaxclient-devel] Iax client for windows CE I have two questions regarding buffer variables used in iaxclient_lib The first question has to do with the variable declarations for = procedure iax_send in iax.c: The variable buffer[4096] is declared, but not used. However removing this variable causes the client to crash. How is this variable used and is it possible to reduce its size without causing the client to crash? =20 The second question has to do with the variable buf[65536] declared in procedure iax_net_read(void) also in iax.c Can I reduce the size of this variable without any adverse effects. I = have reduced it to 512 and everything seems fine so far? =20 Thanks =20 Richard=20 =20 =20 =20 -----Original Message----- From: iax...@li... [mailto:iax...@li...]On Behalf Of Richard Pettitt Sent: 05 October 2004 15:11 To: Steve Kann Cc: iax...@li... Subject: RE: [Iaxclient-devel] Iax client for windows CE =20 Thanks, I=92ll disable the audio filters to reduce the load on the cpu. =20 I found the source code for the library while browsing the forum trying = to fide a way to compile the iaxclient_lib under visual studio I eventually came across this post: http://sourceforge.net/mailarchive/forum.php?thread_id=3D5190589 <http://sourceforge.net/mailarchive/forum.php?thread_id=3D5190589&forum_i= d=3D293 80> &forum_id=3D29380 =20 Where I downloaded the code posted by Faizan Naqvi and managed to get everything to compile properly. Once it compiled under visual studio I started porting it to Embedded visual C =20 I=92m unsure what version of the library this is, but it uses IAX2 and I haven=92t had any problems with the clients I have written for my = desktop. =20 =20 =20 -----Original Message----- From: Steve Kann [mailto:st...@st...] Sent: 05 October 2004 14:58 To: ric...@co... Cc: pa...@in...; iax...@li... Subject: Re: [Iaxclient-devel] Iax client for windows CE =20 I don't know what you started with, but if it's old, it might be using = IAX1, which is really not working properly anymore. Also, if you work from the current code, you might want to disable the = audio filters until you get things working, because they may be too CPU = intensive on your platform. -SteveK Richard Pettitt wrote:=20 I have managed to get the iaxclient_lib to compile under embedded visual studio 4. I found a working visual studio 6 version and then made some Windows CE specific modifications to it. So far the program successfully registers with asterisk, but as soon as = I try to make a call it crashes. The call request does go through as the = phone rings on the other end. I disabled the service_audio(); procedure as I wanted to make sure that = the problem was network related. The pocket pc I=92m using to test on is a Xda II using a SanDisk Wifi = card to connect to my local network. =20 I appreciate any help you can give me. Thank you, Richard -----Original Message----- From: Paulo Mannheimer [mailto:pa...@in...] Sent: 05 October 2004 14:33 To: ric...@co...; iax...@li... Subject: RE: [Iaxclient-devel] Iax client for windows CE We aren't working, but would be glad to help. -----Original Message----- From: iax...@li... [mailto:iax...@li...] On Behalf Of = Richard Pettitt Sent: ter=E7a-feira, 5 de outubro de 2004 08:41 To: iax...@li... Subject: [Iaxclient-devel] Iax client for windows CE Hi =20 I=92m currently working on an iaxclient for windows ce and I was = wondering if there were any other developers currently working on a client for this platform? =20 Thank you, Richard =20 |
From: Richard P. <ric...@co...> - 2004-10-06 09:37:09
|
I have two questions regarding buffer variables used in iaxclient_lib The first question has to do with the variable declarations for procedure iax_send in iax.c: The variable buffer[4096] is declared, but not used. However removing this variable causes the client to crash. How is this variable used and is it possible to reduce its size without causing the client to crash? The second question has to do with the variable buf[65536] declared in procedure iax_net_read(void) also in iax.c Can I reduce the size of this variable without any adverse effects. I have reduced it to 512 and everything seems fine so far? Thanks Richard -----Original Message----- From: iax...@li... [mailto:iax...@li...]On Behalf Of Richard Pettitt Sent: 05 October 2004 15:11 To: Steve Kann Cc: iax...@li... Subject: RE: [Iaxclient-devel] Iax client for windows CE Thanks, Ill disable the audio filters to reduce the load on the cpu. I found the source code for the library while browsing the forum trying to fide a way to compile the iaxclient_lib under visual studio I eventually came across this post: http://sourceforge.net/mailarchive/forum.php?thread_id=5190589&forum_id=2938 0 <http://sourceforge.net/mailarchive/forum.php?thread_id=5190589&forum_id=293 80> Where I downloaded the code posted by Faizan Naqvi and managed to get everything to compile properly. Once it compiled under visual studio I started porting it to Embedded visual C Im unsure what version of the library this is, but it uses IAX2 and I haven t had any problems with the clients I have written for my desktop. -----Original Message----- From: Steve Kann [mailto:st...@st...] Sent: 05 October 2004 14:58 To: ric...@co... Cc: pa...@in...; iax...@li... Subject: Re: [Iaxclient-devel] Iax client for windows CE I don't know what you started with, but if it's old, it might be using IAX1, which is really not working properly anymore. Also, if you work from the current code, you might want to disable the audio filters until you get things working, because they may be too CPU intensive on your platform. -SteveK Richard Pettitt wrote: I have managed to get the iaxclient_lib to compile under embedded visual studio 4. I found a working visual studio 6 version and then made some Windows CE specific modifications to it. So far the program successfully registers with asterisk, but as soon as I try to make a call it crashes. The call request does go through as the phone rings on the other end. I disabled the service_audio(); procedure as I wanted to make sure that the problem was network related. The pocket pc Im using to test on is a Xda II using a SanDisk Wifi card to connect to my local network. I appreciate any help you can give me. Thank you, Richard -----Original Message----- From: Paulo Mannheimer [ mailto:pa...@in...] Sent: 05 October 2004 14:33 To: ric...@co... <mailto:ric...@co...> ; iax...@li... <mailto:iax...@li...> Subject: RE: [Iaxclient-devel] Iax client for windows CE We aren't working, but would be glad to help. -----Original Message----- From: iax...@li... <mailto:iax...@li...> [ mailto:iax...@li...] On Behalf Of Richard Pettitt Sent: terça-feira, 5 de outubro de 2004 08:41 To: iax...@li... <mailto:iax...@li...> Subject: [Iaxclient-devel] Iax client for windows CE Hi Im currently working on an iaxclient for windows ce and I was wondering if there were any other developers currently working on a client for this platform? Thank you, Richard |
From: Richard P. <ric...@co...> - 2004-10-05 14:15:17
|
Thanks, Ill disable the audio filters to reduce the load on the cpu. I found the source code for the library while browsing the forum trying to fide a way to compile the iaxclient_lib under visual studio I eventually came across this post: http://sourceforge.net/mailarchive/forum.php?thread_id=5190589&forum_id=2938 0 <http://sourceforge.net/mailarchive/forum.php?thread_id=5190589&forum_id=293 80> Where I downloaded the code posted by Faizan Naqvi and managed to get everything to compile properly. Once it compiled under visual studio I started porting it to Embedded visual C Im unsure what version of the library this is, but it uses IAX2 and I haven t had any problems with the clients I have written for my desktop. -----Original Message----- From: Steve Kann [mailto:st...@st...] Sent: 05 October 2004 14:58 To: ric...@co... Cc: pa...@in...; iax...@li... Subject: Re: [Iaxclient-devel] Iax client for windows CE I don't know what you started with, but if it's old, it might be using IAX1, which is really not working properly anymore. Also, if you work from the current code, you might want to disable the audio filters until you get things working, because they may be too CPU intensive on your platform. -SteveK Richard Pettitt wrote: I have managed to get the iaxclient_lib to compile under embedded visual studio 4. I found a working visual studio 6 version and then made some Windows CE specific modifications to it. So far the program successfully registers with asterisk, but as soon as I try to make a call it crashes. The call request does go through as the phone rings on the other end. I disabled the service_audio(); procedure as I wanted to make sure that the problem was network related. The pocket pc Im using to test on is a Xda II using a SanDisk Wifi card to connect to my local network. I appreciate any help you can give me. Thank you, Richard -----Original Message----- From: Paulo Mannheimer [ mailto:pa...@in...] Sent: 05 October 2004 14:33 To: ric...@co... <mailto:ric...@co...> ; iax...@li... <mailto:iax...@li...> Subject: RE: [Iaxclient-devel] Iax client for windows CE We aren't working, but would be glad to help. -----Original Message----- From: iax...@li... <mailto:iax...@li...> [ mailto:iax...@li...] On Behalf Of Richard Pettitt Sent: terça-feira, 5 de outubro de 2004 08:41 To: iax...@li... <mailto:iax...@li...> Subject: [Iaxclient-devel] Iax client for windows CE Hi Im currently working on an iaxclient for windows ce and I was wondering if there were any other developers currently working on a client for this platform? Thank you, Richard |
From: Steve K. <st...@st...> - 2004-10-05 13:58:02
|
I don't know what you started with, but if it's old, it might be using IAX1, which is really not working properly anymore. Also, if you work from the current code, you might want to disable the audio filters until you get things working, because they may be too CPU intensive on your platform. -SteveK Richard Pettitt wrote: > I have managed to get the iaxclient_lib to compile under embedded > visual studio 4. I found a working visual studio 6 version and then > made some Windows CE specific modifications to it. > > So far the program successfully registers with asterisk, but as soon > as I try to make a call it crashes. The call request does go through > as the phone rings on the other end. > > I disabled the service_audio(); procedure as I wanted to make sure > that the problem was network related. > > > > The pocket pc I'm using to test on is a Xda II using a SanDisk Wifi > card to connect to my local network. > > > > I appreciate any help you can give me. > > > > Thank you, > > Richard > > > > > > -----Original Message----- > *From:* Paulo Mannheimer [mailto:pa...@in...] > *Sent:* 05 October 2004 14:33 > *To:* ric...@co...; iax...@li... > *Subject:* RE: [Iaxclient-devel] Iax client for windows CE > > > > We aren't working, but would be glad to help. > > -----Original Message----- > *From:* iax...@li... > [mailto:iax...@li...] *On Behalf Of > *Richard Pettitt > *Sent:* terça-feira, 5 de outubro de 2004 08:41 > *To:* iax...@li... > *Subject:* [Iaxclient-devel] Iax client for windows CE > > Hi > > > > I'm currently working on an iaxclient for windows ce and I was > wondering if there were any other developers currently working on a > client for this platform? > > > > Thank you, > > Richard > |
From: Richard P. <ric...@co...> - 2004-10-05 13:43:40
|
I have managed to get the iaxclient_lib to compile under embedded visual studio 4. I found a working visual studio 6 version and then made some Windows CE specific modifications to it. So far the program successfully registers with asterisk, but as soon as I try to make a call it crashes. The call request does go through as the phone rings on the other end. I disabled the service_audio(); procedure as I wanted to make sure that the problem was network related. The pocket pc Im using to test on is a Xda II using a SanDisk Wifi card to connect to my local network. I appreciate any help you can give me. Thank you, Richard -----Original Message----- From: Paulo Mannheimer [mailto:pa...@in...] Sent: 05 October 2004 14:33 To: ric...@co...; iax...@li... Subject: RE: [Iaxclient-devel] Iax client for windows CE We aren't working, but would be glad to help. -----Original Message----- From: iax...@li... [mailto:iax...@li...] On Behalf Of Richard Pettitt Sent: terça-feira, 5 de outubro de 2004 08:41 To: iax...@li... Subject: [Iaxclient-devel] Iax client for windows CE Hi Im currently working on an iaxclient for windows ce and I was wondering if there were any other developers currently working on a client for this platform? Thank you, Richard |
From: Steve K. <st...@st...> - 2004-10-05 13:31:14
|
Richard Pettitt wrote: > Hi > > > > I'm currently working on an iaxclient for windows ce and I was > wondering if there were any other developers currently working on a > client for this platform? > > > > Thank you, > > Richard > People have made it work on ARM platforms before, but not with Windows CE. Does Windows CE support the WinMME sound API -- that's likely to be the place that needs the most work if it does not.. -SteveK |
From: Paulo M. <pa...@in...> - 2004-10-05 13:29:01
|
We aren't working, but would be glad to help. -----Original Message----- From: iax...@li... [mailto:iax...@li...] On Behalf Of Richard Pettitt Sent: ter=E7a-feira, 5 de outubro de 2004 08:41 To: iax...@li... Subject: [Iaxclient-devel] Iax client for windows CE Hi =20 I=92m currently working on an iaxclient for windows ce and I was = wondering if there were any other developers currently working on a client for this platform? =20 Thank you, Richard |
From: Richard P. <ric...@co...> - 2004-10-05 11:43:30
|
Hi Im currently working on an iaxclient for windows ce and I was wondering if there were any other developers currently working on a client for this platform? Thank you, Richard |
From: Mikael M. <mik...@tj...> - 2004-10-04 13:30:42
|
Hi, I'm packaging iaxclient for Debian, and I'd like to contribute my patches. 10_configure.in.dpatch: Modifications to the Makefiles. Build shared and static versions of the iaxclient library with libtool and use shared gsm, portaudio, iax2, speex and wx libraries. 20_lib.dpatch: Remove "refreshing registration" on stderr. 30_testcall.dpatch: Ensure that iaxc_shutdown isn't run if iaxclient is uninitialized. Regards, Mikael Magnusson |
From: Steve K. <st...@st...> - 2004-09-30 14:03:58
|
At astricon, some iaxclient users had talked with me about a problem they have where clients would have poor audio quality (from microphone), when using iaxclient, because their mixer settings were too high, and the incoming audio was clipping. This is a patch which needs further testing, which implements a loose mixer-based AGC method to iaxclient. Basically the way it works is that when iaxclient detects speech, it looks at the signal level, and makes adjustments to the mixer levels. The adjustment is slow, and has a high level of hysteresis, so that once it finds the proper position, it shouldn't move, and fine adjustments will be done with multiplication. [otherwise, the other DSP functions, like denoising, would get confused by the changing input levels]. Index: audio_encode.c =================================================================== RCS file: /cvsroot/iaxclient/iaxclient/lib/audio_encode.c,v retrieving revision 1.18 diff -u -r1.18 audio_encode.c --- audio_encode.c 25 Jun 2004 19:38:59 -0000 1.18 +++ audio_encode.c 2 Aug 2004 23:09:23 -0000 @@ -86,6 +86,29 @@ /* only preprocess if we're interested in VAD, AGC, or DENOISE */ if((iaxc_filters & (IAXC_FILTER_DENOISE | IAXC_FILTER_AGC)) || iaxc_silence_threshold > 0) silent = !speex_preprocess(st, audio, NULL); + /* bring speex AGC gain out to mixer */ + if(!silent && (iaxc_filters & IAXC_FILTER_AGC )) { + static int i; + double level; + i++; + + if((i&0x3f) == 0) { + /* fprintf(stderr, "loudness = %f\n", st->loudness2); */ + level = iaxc_input_level_get(); + /* lower quickly if we're too hot */ + if(st->loudness2 > 20000 && level > 0.3) { + level -= 0.2; + iaxc_input_level_set(level); + } /* lower slowly */ + else if(st->loudness2 > 8000) { + if(level >= 0.1) iaxc_input_level_set(level - 0.1); + } + /* raise slowly if we're cold */ + else if( st->loudness2 < 4000) { + if(level <= 0.9) iaxc_input_level_set(level + 0.1); + } + } + } Comments on this are welcome. The one thing that should probably be added with this is to set the input volume up to the max on startup. Because if the input levels are too low to start with, speech won't ever be detected, and the AGC won't have any effect. -SteveK |
From: Steve K. <st...@st...> - 2004-09-30 12:16:36
|
Alex Epshteyn wrote: >Hi, > >Does anyone know if iaxclient and related libraries could work on Windows >95? > > I don't test on Win95, but it works fine on Win98, and I don't expect it to have any problems on Win95. -SteveK |
From: Alex E. <aep...@ya...> - 2004-09-30 04:34:18
|
Hi, Does anyone know if iaxclient and related libraries could work on Windows 95? Thanks, Alex |
From: Michael V. D. <mi...@va...> - 2004-09-30 03:00:03
|
> -----Original Message----- > From: iax...@li... > [mailto:iax...@li...] On > Behalf Of Steve Kann > Sent: Wednesday, September 29, 2004 9:19 PM > To: Ilguiz Latypov > Cc: iax...@li... > Subject: Re: [Iaxclient-devel] active development? > > > On Sep 29, 2004, at 9:38 PM, Ilguiz Latypov wrote: > > > > > On Wed, Sep 29, 2004 at 09:57:59PM -0300, an...@mo... > > wrote: > >> Or everyone that is working with this project keep the new code > >> private and forget about contribute back? What happens? > snip < > The people who have contributed so far, are basically > occupied with other things. The code here works, so we've > all scratched our immediate itches, so to speak. Speaking for myself, that's exactly it. I haven't made any changes to iaxclent in months. I am starting to feel the codec itch, however. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.771 / Virus Database: 518 - Release Date: 9/28/2004 |
From: Steve K. <st...@st...> - 2004-09-30 02:21:26
|
On Sep 29, 2004, at 5:04 PM, Geoff Nordli wrote: >> --- NEW FILE: README --- >> app_conference is a channel-independent conference application. >> >> Design goals >> It has several design goals which are different than meetme: >> >> * It does not require a zap channel for timing. >> * It is very efficient when used with channels which >> support DTX (silence >> detection/discontinuous transmission). >> >> * It can do VAD on channels which do not support DTX (although >> this is probably more expensive than just mixing them). >> * It presents messages on the Monitor interface for >> determine which >> speakers are active. >> > > > Hi Steve. > > Does it have the ability to mute/unmute users during a conference? > Something like the app_meetme2 functionality. Not presently, but we might add that sometime. You can mute/unmute from the manager interface, by transferring the call back into the conference with different options. -SteveK |
From: Steve K. <st...@st...> - 2004-09-30 02:18:50
|
On Sep 29, 2004, at 9:38 PM, Ilguiz Latypov wrote: > > On Wed, Sep 29, 2004 at 09:57:59PM -0300, an...@mo... > wrote: >> Or everyone that is working with this project keep the new code >> private and forget about contribute back? What happens? I started the project, and since then, there have been a few people who have contributed. I have plans for the future of the library as well, including better jitterbuffer support, codecs, and eventually video support. Whether others contribute is mainly up to them. Presently, this is the only open iax client library of it's kind out there. There's Firefly, which is proprietary except for libiax2, and there seems to be another mainly proprietary client coming soon. Contributions and discussion of direction are surely welcome. If you were to ask why there wasn't much activity, it would be mainly that there aren't enough interested and capable developers out there stepping up. I should also probably put some links to the project on the voip-info wiki, so people can see what's going on. The people who have contributed so far, are basically occupied with other things. The code here works, so we've all scratched our immediate itches, so to speak. > I guess it is always possible to check out the sourceforge CVS tree and > implant it into your own CVS repository as a "vendor branch". The > subsequent changes by the mainstream developers can be not only > imported > into the "vendor branch" but also applied to the local main branch. > > Even better, the original CVS tree can be converted into a Subversion > "vendor branch" tree by using a certain script from the Subversion > project. Another script exists in the same project that will recognize > file name changes in the updated "vendor branch", so that the same > changes would be intelligently re-applied by Subversion to your own > branch. > > In any way, local changes can co-exist with the mainstream changes in > the local repository. I think the GPL licence would then mandate to > make at least the local snapshot available at request as soon as its > results are traded. That's correct. I do keep a copy of the library in a private CVS tree, but that is basically a copy of what is here; I just keep it so that I can re-create my library if sourceforge were to disappear. (Actually, the library is _L_GPL, which means that your own front-ends, for example, don't need to be contributed back, but changes to the library proper do). I would suggest that people try to make changes that are helpful for everyone, and contribute them back here. It is a bit more work at first as opposed to just making your own changes (i.e. if you're only developing for a single platform, you need to make sure your changes are portable), but in the end, if people all do that, then we don't progress as a community and people end up re-inventing the wheel, etc. -SteveK |
From: Ilguiz L. <ila...@in...> - 2004-09-30 01:38:20
|
On Wed, Sep 29, 2004 at 09:57:59PM -0300, an...@mo... wrote: > Or everyone that is working with this project keep the new code > private and forget about contribute back? What happens? I guess it is always possible to check out the sourceforge CVS tree and implant it into your own CVS repository as a "vendor branch". The subsequent changes by the mainstream developers can be not only imported into the "vendor branch" but also applied to the local main branch. Even better, the original CVS tree can be converted into a Subversion "vendor branch" tree by using a certain script from the Subversion project. Another script exists in the same project that will recognize file name changes in the updated "vendor branch", so that the same changes would be intelligently re-applied by Subversion to your own branch. In any way, local changes can co-exist with the mainstream changes in the local repository. I think the GPL licence would then mandate to make at least the local snapshot available at request as soon as its results are traded. -- Ilguiz Latypov home +1 (519) 569-8746 cell +1 (519) 998-2865 66 Wildlark Crescent Kitchener, Ontario N2N 3E9 |
From: <an...@mo...> - 2004-09-30 00:58:13
|
Is there anyone working in this project??? Actively??? As far I can see... there is few messages in the list... Very very few about improving the library (about bugs, new features, new codecs...) Few answers... No changes in the cvs.... Trying to understand the situation... Maybe this lib is not so modular or featured as asterisk itself, but it is a good piece of code... It works very well... Is there some other (better?) iax library that I don't know about? Or everyone that is working with this project keep the new code private and forget about contribute back? What happens? []'s Moreiras. -------------------------------------------------- Email Plus Estadão Agora você pode ter mais ferramentas e espaço para armazenar seus emails. http://www.estadao.com.br/webmail/pago/ -------------------------------------------------- |
From: Patrick C. <pat...@gm...> - 2004-09-22 19:26:24
|
On Tue, 21 Sep 2004 14:38:20 -0400, Michael Workman <mwo...@im...> wrote: > If You wait until end of Week I will have Src and Dll Ready for a Managed > .Net COM Object built sole in VS. Net 2003 using C++ > Michael, I would love to see it if you are willing to share. Please let me know when it is available. Thanks, Patrick |
From: Michael W. <mwo...@im...> - 2004-09-21 18:38:22
|
If You wait until end of Week I will have Src and Dll Ready for a Managed .Net COM Object built sole in VS. Net 2003 using C++ -----Original Message----- From: iax...@li... [mailto:iax...@li...] On Behalf Of Patrick Conroy Sent: Tuesday, September 21, 2004 2:24 PM To: iax...@li... Subject: Re: [Iaxclient-devel] VC++ again (why VC++?). Does anyone have a list of the steps involved in getting iaxclient to build on Windows (or maybe a list of prerequisites)? I have been working on it for the last couple of days and I can get libiaxclient.a to build using make in cygwin, but then I can't seem to do anything with it. I am trying to build an IAX ActiveX client. If anyone can point me in the right direction, I would greatly appreciate it. Thanks, Patrick ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ Iaxclient-devel mailing list Iax...@li... https://lists.sourceforge.net/lists/listinfo/iaxclient-devel |
From: Paulo M. <pa...@in...> - 2004-09-21 18:36:29
|
Hi, we've ported it to Borland C by a "brute force" method - adding one source file at a time and correcting any compilation errors. =20 -----Original Message----- From: iax...@li... [mailto:iax...@li...] On Behalf Of Patrick Conroy Sent: ter=E7a-feira, 21 de setembro de 2004 15:24 To: iax...@li... Subject: Re: [Iaxclient-devel] VC++ again (why VC++?). Does anyone have a list of the steps involved in getting iaxclient to build on Windows (or maybe a list of prerequisites)? I have been working on it for the last couple of days and I can get libiaxclient.a to build using make in cygwin, but then I can't seem to do anything with it. I am trying to build an IAX ActiveX client. If anyone can point me in the right direction, I would greatly appreciate it. Thanks, Patrick ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ Iaxclient-devel mailing list Iax...@li... https://lists.sourceforge.net/lists/listinfo/iaxclient-devel |
From: Patrick C. <pat...@gm...> - 2004-09-21 18:23:39
|
Does anyone have a list of the steps involved in getting iaxclient to build on Windows (or maybe a list of prerequisites)? I have been working on it for the last couple of days and I can get libiaxclient.a to build using make in cygwin, but then I can't seem to do anything with it. I am trying to build an IAX ActiveX client. If anyone can point me in the right direction, I would greatly appreciate it. Thanks, Patrick |