Hello all,

I bring you all some great news about ooh323 and deadlocks. I have been
running some patched code on a system (full debug) for 24+ hours now without
one deadlock, which used to happen quite frequently before ( under and hour
). So thanks to Avin from obj-sys and all his hard work here's how you go
about updating to a stable deadlock free channel.


Connect to asterisk cvs server and check out latest asterisk-addons


cvs co asterisk-addons

(the cvs asterisk-addons works perfectly with asterisk 1.2 stable)

Goto: asterisk-addons/asterisk-ooh323c/

Download this patch.

wget http://www.obj-sys.com/open/changes1.2.2.tar.gz

Extract

tar zxvf changes1.2.2.tar.gz


make clean
./configure

vi Makefile

change like 72

DEBUG_THREADS = -DDUMP_SCHEDULER -DDEBUG_SCHEDULER -DDEBUG_THREADS
-DDETECT_DEADLOCKS #-DDO_CRASH

To:

DEBUG_THREADS = #-DDUMP_SCHEDULER #-DDEBUG_SCHEDULER #-DDEBUG_THREADS
#-DDETECT_DEADLOCKS #-DDO_CRASH


Now 

make
make install


This will create your new chan_ooh323.so and install it. Hope this helps
everyone if you have any trouble don't hesitate to email the list.

Regards

Sean.


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
ooh323c-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ooh323c-devel

Reply via email to