From: Michael V. D. <mi...@va...> - 2004-11-01 22:58:17
|
I got a bug report over the weekend that a user was unable to negotiate an ilbc connection using the iaxcomm binary posted on SF.net. I know that I was at one point able to connect using iLBC, back when I had an explicit setting of the codec to ilbc. Since then I have had ilbc and speex allowed on my asterisk server. Sure enough, when I test with the binary on sf.net, iaxcomm is advertising capability of 0x200/0x206 and astertisk is allowing only 0x400. I recompiled to make sure that I had the makefile define for ilbc turned on, and same results with my asterisk server. adding a line: iaxc_set_formats(IAXC_FORMAT_ILBC, IAXC_FORMAT_ILBC); right after iaxc_sart_processing_thread(); allows the connection. Am I misunderstanding this, or ought ilbc not be allowed implicitly? --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.786 / Virus Database: 532 - Release Date: 10/29/2004 |