<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br>
simple:<br>
<br>
<br>
<action application="bridge" data="h323/${number}"/><br>
<br>
if fs not registered on gk then data="h323/${number}@xxx.xxx.xxx.xxx".<br>
<br>
<br>
TC><br>
TC>2009-10-20 10:08:18.424083 [DEBUG] h323caps.cxx:3252 Found capability:<br>
TC>UserInput/PointDevice <14><br>
TC>2009-10-20 10:08:18.424083 [DEBUG] h323caps.cxx:3248 FindCapability: 15<br>
TC>2009-10-20 10:08:18.426608 [DEBUG] osutils.cxx:60 Created external thread<br>
TC>0xb6eb60a0 for id 3048876944<br>
TC>2009-10-20 10:08:18.426608 [DEBUG] osutils.cxx:65 Destroyed external thread<br>
TC>0xb6ebafa8 for id 3048876944<br>
TC>2009-10-20 10:08:18.426608 [DEBUG] tlibthrd.cxx:406 Destroyed thread<br>
TC>0xb6ebafa8 PExternalThread:0xb5ba2b90(id = b5ba2b90)<br>
TC>2009-10-20 10:08:18.426608 [DEBUG] h323caps.cxx:3252 Found capability:<br>
TC>UserInput/Modal <15><br>
TC>2009-10-20 10:08:18.426608 [DEBUG] osutils.cxx:880 MONITOR: timers=0,<br>
TC>expiries=0<br>
TC>2009-10-20 10:08:18.426608 [DEBUG] osutils.cxx:880 MONITOR: timers=0,<br>
TC>expiries=0<br>
TC>2009-10-20 10:08:18.426608 [DEBUG] osutils.cxx:60 Created external thread<br>
TC>0xb6eba910 for id 3048876944<br>
TC>2009-10-20 10:08:18.426608 [DEBUG] h4601.cxx:1725 Endpoint Attached<br>
TC>Segmentation fault (core dumped)<br>
TC>tculjaga@subZero:~/freeswitch-trunk$<br>
TC><br>
TC>pls check: <a href="http://pastebin.freeswitch.org/10769" target="_blank">http://pastebin.freeswitch.org/10769</a><br>
<br>
look strange, what version of libpt/h323plus you use and freeswitch itself ?<br>
<br>
TC><br>
TC><br>
</blockquote></div><br><br><br>I was using latest libpt.so.2.7-beta1.<br><br>Now I went back to libpt.so.2.6-beta6 (can't find 2.6.5 you mentioned...) and FS is crashing on every call :P .. regardless if it is inbound or outbound...<br>
<br>FreeSWITCH Version 1.0.trunk (15079M)<br><br>H323Plus is from cvs<br><br><br><br><br><br>so, what i did is:<br><br><br>create a directory e.g. h323<br><br>mkdir -p ~/h323<br>cd ~/h323<br><br> svn co <a href="http://opalvoip.svn.sourceforge.net/svnroot/opalvoip/ptlib/branches/v2_6">http://opalvoip.svn.sourceforge.net/svnroot/opalvoip/ptlib/branches/v2_6</a> ptlib-2.6<br>
<br> export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig<br> export LD_LIBRARY_PATH=/usr/local/lib<br><br>cd ptlib-2.6<br><br> ./configure<br> make<br> sudo make install<br><br><br><br>cd ~/h323<br><br> cvs -d:pserver:anonymous@h323plus.cvs.sourceforge.net:/cvsroot/h323plus checkout h323plus<br>
<br> export PTLIBDIR=~/h323plus/ptlib<br><br><br>cd h323plus<br><br> ./configure<br> make<br> sudo make install<br><br><br><br>assuming you have FS src in your home<br><br>cd ~/freeswitch-trunk<br><br> make mod_h323-clean<br>
make mod_h323<br> sudo make mod_h323-install<br><br><br><br>cd /usr/local/freeswitch/lib/<br><br> sudo ln -sf /usr/local/lib/libpt.so.2.6-beta6 libpt.so.2.6-beta6<br><br><br><br><br>start FS and load mod_h323<br><br><br>
<br><br><br>Please, can you advice what exact revisions of ptlib you are using so i can do "svn so -r xxx", also what exact revision of freeswitch and H323Plus you are using ?<br><br><br><br><br><br>Now with ptlib-2.6-beta6 can't even.<br>
<br><br>T.<br>