<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>
&lt;action application=&quot;bridge&quot; data=&quot;h323/${number}&quot;/&gt;<br>
<br>
if fs not registered on gk then data=&quot;h323/${number}@xxx.xxx.xxx.xxx&quot;.<br>
<br>
<br>
TC&gt;<br>
TC&gt;2009-10-20 10:08:18.424083 [DEBUG] h323caps.cxx:3252 Found capability:<br>
TC&gt;UserInput/PointDevice &lt;14&gt;<br>
TC&gt;2009-10-20 10:08:18.424083 [DEBUG] h323caps.cxx:3248 FindCapability: 15<br>
TC&gt;2009-10-20 10:08:18.426608 [DEBUG] osutils.cxx:60 Created external thread<br>
TC&gt;0xb6eb60a0 for id 3048876944<br>
TC&gt;2009-10-20 10:08:18.426608 [DEBUG] osutils.cxx:65 Destroyed external thread<br>
TC&gt;0xb6ebafa8 for id 3048876944<br>
TC&gt;2009-10-20 10:08:18.426608 [DEBUG] tlibthrd.cxx:406 Destroyed thread<br>
TC&gt;0xb6ebafa8 PExternalThread:0xb5ba2b90(id = b5ba2b90)<br>
TC&gt;2009-10-20 10:08:18.426608 [DEBUG] h323caps.cxx:3252 Found capability:<br>
TC&gt;UserInput/Modal &lt;15&gt;<br>
TC&gt;2009-10-20 10:08:18.426608 [DEBUG] osutils.cxx:880 MONITOR: timers=0,<br>
TC&gt;expiries=0<br>
TC&gt;2009-10-20 10:08:18.426608 [DEBUG] osutils.cxx:880 MONITOR: timers=0,<br>
TC&gt;expiries=0<br>
TC&gt;2009-10-20 10:08:18.426608 [DEBUG] osutils.cxx:60 Created external thread<br>
TC&gt;0xb6eba910 for id 3048876944<br>
TC&gt;2009-10-20 10:08:18.426608 [DEBUG] h4601.cxx:1725 Endpoint Attached<br>
TC&gt;Segmentation fault (core dumped)<br>
TC&gt;tculjaga@subZero:~/freeswitch-trunk$<br>
TC&gt;<br>
TC&gt;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&gt;<br>
TC&gt;<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&#39;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 &quot;svn so -r xxx&quot;, also what exact revision of freeswitch and H323Plus you are using ?<br><br><br><br><br><br>Now with ptlib-2.6-beta6 can&#39;t even.<br>
<br><br>T.<br>