From: Michael V. D. <mi...@va...> - 2004-11-07 18:27:54
|
> -----Original Message----- > From: iax...@li...=20 > [mailto:iax...@li...] On=20 > Behalf Of daniel huhardeaux > Sent: Saturday, November 06, 2004 11:41 PM > To: iaxclient-list > Subject: Re: [Iaxclient-devel] Next to Audio Caller problem >=20 > Michael Van Donselaar a =E9crit : >=20 > >>As sad at the begining of my mail: is working. To summarize, taken=20 > >>only audio problem in account: > >> > >>Diax097a, iaxcomm 02/2004, IaxPhone 0.1.0 and 0.2.0 (all windows),=20 > >>tkphone (linux) are working. > >> =20 > >> > > > >There are only two changes to the iaxcomm code between Feb=20 > 04 and Oct 04: > > > >1) Feb code had a null pointer function reference when right=20 > clicking=20 > >on the tray icon. This could not affect linux port, as it is in a=20 > >block that is ifdefed out > > > >2) Clicking Dial now clears the extension combobox. > > > >Any other changes in behavior you are seeing are not iaxcomm=20 > specific. > > =20 > > > Two questions: >=20 > 1. why iaxcomm windows from october segfault? I strongly suspect that it has something to do with the codec = negotiation code. Other than the two changes noted above, there have been no = changes to iaxcomm, only (many!) changes to iaxclient. I see in another message from Dan, the author of DIAX, that he is = getting complaints about ulaw audio quality. I also noticed that ulaw was = mentioned in on of the error messages you got. Since you are compiling yourself already, and I think I recall you = prefer iLBC, try this: Add=20 iaxc_set_formats(IAXC_FORMAT_ILBC, IAXC_FORMAT_ILBC); right after=20 iaxc_start_processing_thread(); in main.cc (approx line 206). This will force an iLBC connection. = Since you have hardware for both platforms, I'd be interested to see how this works for you. > 2. I test again with iaxcomm linux from februar: I have audio=20 > with distortion But did I understand correctly that you got good results with iaxcomm-win-20040228.zip? > What I also notice, is that from time to time iaxcomm is not=20 > exiting properly. Closing the main window has no action.=20 > Going to terminal from where iaxcomm was launcheg and ctrl/c.=20 > Nextime iaxcomm is started, the lock file is deleted. >=20 > I suggested some time ago to call someone from you so you=20 > will be able to hear what happends. Still actual ;-) And as I responded, I do not have any hardware to make this practical. = I have only one linux box with a sound card, and it is in the basement = without any speaker or microphone. >=20 > -- > Daniel >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by: > Sybase ASE Linux Express Edition - download now for FREE > LinuxWorld Reader's Choice Award Winner for best database on Linux. > http://ads.osdn.com/?ad_idU88&alloc_id=12065&op=3Dclick > _______________________________________________ > Iaxclient-devel mailing list > Iax...@li... > https://lists.sourceforge.net/lists/listinfo/iaxclient-devel >=20 > --- > Incoming mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.788 / Virus Database: 533 - Release Date: 11/1/2004 > =20 >=20 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.788 / Virus Database: 533 - Release Date: 11/1/2004 =20 |