[Freeswitch-users] Fwd: mod_opal - call charged before H.225 connect
Tihomir Culjaga
tculjaga at gmail.com
Wed Oct 21 00:34:52 PDT 2009
>
>
>
> simple:
>
>
> <action application="bridge" data="h323/${number}"/>
>
> if fs not registered on gk then data="h323/${number}@xxx.xxx.xxx.xxx".
>
>
> TC>
> TC>2009-10-20 10:08:18.424083 [DEBUG] h323caps.cxx:3252 Found capability:
> TC>UserInput/PointDevice <14>
> TC>2009-10-20 10:08:18.424083 [DEBUG] h323caps.cxx:3248 FindCapability: 15
> TC>2009-10-20 10:08:18.426608 [DEBUG] osutils.cxx:60 Created external
> thread
> TC>0xb6eb60a0 for id 3048876944
> TC>2009-10-20 10:08:18.426608 [DEBUG] osutils.cxx:65 Destroyed external
> thread
> TC>0xb6ebafa8 for id 3048876944
> TC>2009-10-20 10:08:18.426608 [DEBUG] tlibthrd.cxx:406 Destroyed thread
> TC>0xb6ebafa8 PExternalThread:0xb5ba2b90(id = b5ba2b90)
> TC>2009-10-20 10:08:18.426608 [DEBUG] h323caps.cxx:3252 Found capability:
> TC>UserInput/Modal <15>
> TC>2009-10-20 10:08:18.426608 [DEBUG] osutils.cxx:880 MONITOR: timers=0,
> TC>expiries=0
> TC>2009-10-20 10:08:18.426608 [DEBUG] osutils.cxx:880 MONITOR: timers=0,
> TC>expiries=0
> TC>2009-10-20 10:08:18.426608 [DEBUG] osutils.cxx:60 Created external
> thread
> TC>0xb6eba910 for id 3048876944
> TC>2009-10-20 10:08:18.426608 [DEBUG] h4601.cxx:1725 Endpoint Attached
> TC>Segmentation fault (core dumped)
> TC>tculjaga at subZero:~/freeswitch-trunk$
> TC>
> TC>pls check: http://pastebin.freeswitch.org/10769
>
> look strange, what version of libpt/h323plus you use and freeswitch itself
> ?
>
> TC>
> TC>
>
I was using latest libpt.so.2.7-beta1.
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...
FreeSWITCH Version 1.0.trunk (15079M)
H323Plus is from cvs
so, what i did is:
create a directory e.g. h323
mkdir -p ~/h323
cd ~/h323
svn co
http://opalvoip.svn.sourceforge.net/svnroot/opalvoip/ptlib/branches/v2_6ptlib-2.6
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
export LD_LIBRARY_PATH=/usr/local/lib
cd ptlib-2.6
./configure
make
sudo make install
cd ~/h323
cvs -d:pserver:anonymous at h323plus.cvs.sourceforge.net:/cvsroot/h323plus
checkout h323plus
export PTLIBDIR=~/h323plus/ptlib
cd h323plus
./configure
make
sudo make install
assuming you have FS src in your home
cd ~/freeswitch-trunk
make mod_h323-clean
make mod_h323
sudo make mod_h323-install
cd /usr/local/freeswitch/lib/
sudo ln -sf /usr/local/lib/libpt.so.2.6-beta6 libpt.so.2.6-beta6
start FS and load mod_h323
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 ?
Now with ptlib-2.6-beta6 can't even.
T.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091021/af7b2afa/attachment-0002.html
More information about the FreeSWITCH-users
mailing list