Hi

I'm using asterisk 1.4.0 and chan_ooh323 from asterisk-addons-1.4.0, and
I am experiencing segmentation faults and serious memory corruption.

Firstly, codecs don't seem to work. Inside ooh323.conf I've got
allow=all, and changing GnomeMeeting/Netmeeting/ooh323 codecs didn't
help, I always get a warning:

channel.c:2623 set_format: Unable to find a codec translation path from
unknown to gsm

As for crashing, a few seconds after a call comes in or when it hangs
up, asterisk crashes and prints out something about a double-free or
corrupt double-linked list and aborts, or just segmentation faults.

*** glibc detected *** corrupted double-linked list: 0x08f52610 ***
Aborted

Using valgrind gives:

==10201== Thread 29:
==10201== Invalid read of size 1
==10201==    at 0x54B3ED: _IO_fclose@@GLIBC_2.1
(in /lib/tls/libc-2.3.4.so)
==10201==    by 0x8058118: ast_jb_destroy (abstract_jb.c:533)
==10201==    by 0x807DBB0: ast_channel_free (channel.c:1061)
==10201==    by 0x8083230: ast_hangup (channel.c:1576)

But there are others if I hack that code to not call fclose.

Oh and does chan_ooh323 use Asterisk's codecs? If not, I should look
elsewhere, because I need g723 and g729.

Let me know what else to try, or if you need any more info.

Thank you
Damjan




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
ooh323c-devel mailing list
ooh323c-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ooh323c-devel

Reply via email to