<br><br><div class="gmail_quote">On Fri, Aug 20, 2010 at 11:24 PM, Anthony Minessale <span dir="ltr">&lt;<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
probably missing ldconfig<br>
or LD_LIBRARY_PATH<br>
<div><div></div><div class="h5"><br>
On Fri, Aug 20, 2010 at 4:10 PM, Sadjad Seyed-Ahmadian<br>
&lt;<a href="mailto:ssa1357@yahoo.com">ssa1357@yahoo.com</a>&gt; wrote:<br>
&gt; I got the pint files are in /usr/local/lib and I make a link in<br>
&gt; /isr/local/freeswitch/lib to them, but when I try to load mod_h323<br>
&gt; freeswitch crashed!!<br>
&gt;<br></div></div></blockquote></div><br><br>Are u sure you are following the procedure on <a href="http://wiki.freeswitch.org/wiki/Mod_h323">http://wiki.freeswitch.org/wiki/Mod_h323</a> ?<br><br><br>it just depends what your PATH is to find the relevant libraries. Also you can create a link as you did to within ./freeswitch/lib/ directory.<br>
<br>anyhow: <br><br>libh323_linux_x86_.so.1.22.0<br>libpt.so.2.9-beta0<br><br>this is what i use and no crash...<br><br><br>now, it may be you are missing some relevant information in the h323.conf.xml ... please check the file is there (./freeswitch/conf/autoload_configs/) and that its well configured.<br>
<br>this is what i have here and it works nice:<br><br><br>tculjaga@nemesis:~/h323/ptlib$ cat /usr/local/freeswitch/conf/autoload_configs/h323.conf.xml <br>&lt;configuration name=&quot;h323.conf&quot; description=&quot;H323 Endpoints&quot;&gt;<br>
  &lt;settings&gt;<br>    &lt;param name=&quot;trace-level&quot; value=&quot;10&quot;/&gt;<br>    &lt;param name=&quot;context&quot; value=&quot;default&quot;/&gt;<br>    &lt;param name=&quot;dialplan&quot; value=&quot;XML&quot;/&gt;<br>
    &lt;param name=&quot;codec-prefs&quot; value=&quot;PCMA,PCMU,GSM,G729&quot;/&gt;<br>    &lt;param name=&quot;gk-address&quot; value=&quot;&quot;/&gt;    &lt;!-- empty to disable, &quot;*&quot; to search LAN --&gt;<br>
    &lt;param name=&quot;gk-identifer&quot; value=&quot;&quot;/&gt;  &lt;!-- optional name of gk --&gt;<br>    &lt;param name=&quot;gk-interface&quot; value=&quot;&quot;/&gt;  &lt;!-- mandatory listener interface name --&gt;<br>
    &lt;param name=&quot;gk-retry&quot; value=&quot;30&quot;/&gt;  &lt;!-- optional GK register retry timer --&gt;<br>    &lt;param name=&quot;faststart&quot; value=&quot;true&quot;/&gt;  &lt;!-- optional --&gt;<br>    &lt;param name=&quot;h245tunneling&quot; value=&quot;true&quot;/&gt;  &lt;!-- optional --&gt;<br>
    &lt;param name=&quot;h245insetup&quot; value=&quot;true&quot;/&gt;  &lt;!-- optional --&gt;<br>    &lt;param name=&quot;jitter-size&quot; value=&quot;60&quot;/&gt;  &lt;!-- optional --&gt;<br>    &lt;param name=&quot;progress-indication&quot; value=&quot;8&quot;/&gt; &lt;!-- optional - PI value in progress message--&gt;<br>
    &lt;param name=&quot;alerting-indication&quot; value=&quot;8&quot;/&gt; &lt;!-- optional - PI value in alerting message--&gt;<br>  &lt;/settings&gt;<br>  &lt;listeners&gt;<br>    &lt;listener name=&quot;default&quot;&gt;<br>
      &lt;param name=&quot;h323-ip&quot; value=&quot;$${local_ip_v4}&quot;/&gt;<br>      &lt;param name=&quot;h323-port&quot; value=&quot;1720&quot;/&gt;<br>    &lt;/listener&gt;<br>  &lt;/listeners&gt;<br>&lt;/configuration&gt;<br>
<br>tculjaga@nemesis:~/h323/ptlib$ <br><br><br><br>here is the module loading <br><br><br>freeswitch@nemesis&gt; <br><br>+OK console log level set to DEBUG<br><br>freeswitch@nemesis&gt; <br>freeswitch@nemesis&gt; <br>freeswitch@nemesis&gt; <br>
freeswitch@nemesis&gt; load mod_h323<br>2010-08-21 10:22:06.706085 [CONSOLE] mod_h323.cpp:147 Starting loading mod_h323<br>2010-08-21 10:22:06.720299 [DEBUG] mod_h323.cpp:356 ======&gt;FSProcess::Initialise [0xb7068668]<br>
2010-08-21 10:22:06.722553 [DEBUG] mod_h323.cpp:591 ======&gt;FSH323EndPoint::FSH323EndPoint [0x8652b38]<br>2010-08-21 10:22:06.722553 [DEBUG] mod_h323.cpp:364 ======&gt;FSManager::Initialise [0x8652b38]<br>2010-08-21 10:22:06.722553 [DEBUG] mod_h323.cpp:446 ======&gt;FSH323EndPoint::ReadConfig [0x8652b38]<br>
2010-08-21 10:22:06.722553 [DEBUG] mod_h323.cpp:568 Created Listener &#39;default&#39;<br>2010-08-21 10:22:06.722553 [DEBUG] mod_h323.cpp:378 Config capability PCMA,PCMU,GSM,G729 <br>2010-08-21 10:22:06.722553 [DEBUG] mod_h323.cpp:383 Find capability PCMA to PCMA,PCMU,GSM,G729<br>
2010-08-21 10:22:06.723537 [DEBUG] h323caps.cxx:3289 FindCapability: &quot;G.711-ALaw-64k{sw}&quot;<br>2010-08-21 10:22:06.723537 [DEBUG] h323caps.cxx:3201 Added capability: G.711-ALaw-64k &lt;1&gt;<br>2010-08-21 10:22:06.723537 [DEBUG] h323caps.cxx:3289 FindCapability: &quot;G.711-ALaw-64k{sw}&quot;<br>
2010-08-21 10:22:06.723537 [DEBUG] h323caps.cxx:3289 FindCapability: &quot;G.711-ALaw-64k{sw}&quot;<br>2010-08-21 10:22:06.723537 [DEBUG] h323caps.cxx:3289 FindCapability: &quot;G.711-ALaw-64k{sw}&quot;<br>2010-08-21 10:22:06.724528 [DEBUG] h323caps.cxx:3289 FindCapability: &quot;G.711-ALaw-64k{sw}&quot;<br>
2010-08-21 10:22:06.724528 [DEBUG] h323caps.cxx:2014 No Extended Capabilities found to load<br>2010-08-21 10:22:06.724528 [DEBUG] mod_h323.cpp:399 H.323 added 1 capabilities &#39;G.711-ALaw-64k*{sw}&#39; <br>2010-08-21 10:22:06.724528 [DEBUG] mod_h323.cpp:383 Find capability PCMU to PCMA,PCMU,GSM,G729<br>
2010-08-21 10:22:06.724528 [DEBUG] h323caps.cxx:3289 FindCapability: &quot;G.711-uLaw-64k{sw}&quot;<br>2010-08-21 10:22:06.724528 [DEBUG] h323caps.cxx:3201 Added capability: G.711-uLaw-64k &lt;2&gt;<br>2010-08-21 10:22:06.724528 [DEBUG] h323caps.cxx:3289 FindCapability: &quot;G.711-uLaw-64k{sw}&quot;<br>
2010-08-21 10:22:06.724528 [DEBUG] h323caps.cxx:3289 FindCapability: &quot;G.711-uLaw-64k{sw}&quot;<br>2010-08-21 10:22:06.724528 [DEBUG] h323caps.cxx:3289 FindCapability: &quot;G.711-uLaw-64k{sw}&quot;<br>2010-08-21 10:22:06.724528 [DEBUG] h323caps.cxx:3289 FindCapability: &quot;G.711-uLaw-64k{sw}&quot;<br>
2010-08-21 10:22:06.724528 [DEBUG] h323caps.cxx:2014 No Extended Capabilities found to load<br>2010-08-21 10:22:06.724528 [DEBUG] mod_h323.cpp:399 H.323 added 1 capabilities &#39;G.711-uLaw-64k*{sw}&#39; <br>2010-08-21 10:22:06.724528 [DEBUG] mod_h323.cpp:383 Find capability GSM to PCMA,PCMU,GSM,G729<br>
2010-08-21 10:22:06.724528 [DEBUG] h323caps.cxx:3289 FindCapability: &quot;GSM-06.10{sw}&quot;<br>2010-08-21 10:22:06.724528 [DEBUG] h323caps.cxx:3201 Added capability: GSM-06.10{sw} &lt;3&gt;<br>2010-08-21 10:22:06.725872 [DEBUG] h323caps.cxx:3289 FindCapability: &quot;GSM-06.10{sw}&quot;<br>
2010-08-21 10:22:06.725872 [DEBUG] h323caps.cxx:3298 Found capability: GSM-06.10{sw} &lt;3&gt;<br>2010-08-21 10:22:06.725872 [DEBUG] h323caps.cxx:3289 FindCapability: &quot;GSM-06.10{sw}&quot;<br>2010-08-21 10:22:06.725872 [DEBUG] h323caps.cxx:3298 Found capability: GSM-06.10{sw} &lt;3&gt;<br>
2010-08-21 10:22:06.725872 [DEBUG] h323caps.cxx:3289 FindCapability: &quot;GSM-06.10{sw}&quot;<br>2010-08-21 10:22:06.725872 [DEBUG] h323caps.cxx:3298 Found capability: GSM-06.10{sw} &lt;3&gt;<br>2010-08-21 10:22:06.726883 [DEBUG] h323caps.cxx:3289 FindCapability: &quot;GSM-06.10{sw}&quot;<br>
2010-08-21 10:22:06.726883 [DEBUG] h323caps.cxx:3298 Found capability: GSM-06.10{sw} &lt;3&gt;<br>2010-08-21 10:22:06.726883 [DEBUG] h323caps.cxx:2014 No Extended Capabilities found to load<br>2010-08-21 10:22:06.726883 [DEBUG] mod_h323.cpp:399 H.323 added 1 capabilities &#39;GSM-06.10*{sw}&#39; <br>
2010-08-21 10:22:06.726883 [DEBUG] mod_h323.cpp:383 Find capability G723 to PCMA,PCMU,GSM,G729<br>2010-08-21 10:22:06.726883 [DEBUG] mod_h323.cpp:383 Find capability G729b to PCMA,PCMU,GSM,G729<br>2010-08-21 10:22:06.726883 [DEBUG] mod_h323.cpp:383 Find capability G729 to PCMA,PCMU,GSM,G729<br>
2010-08-21 10:22:06.726883 [DEBUG] h323caps.cxx:3289 FindCapability: &quot;G.729A/B{sw}&quot;<br>2010-08-21 10:22:06.727891 [DEBUG] h323caps.cxx:3201 Added capability: G.729A/B{sw} &lt;4&gt;<br>2010-08-21 10:22:06.727891 [DEBUG] h323caps.cxx:3289 FindCapability: &quot;G.729A{sw}&quot;<br>
2010-08-21 10:22:06.727891 [DEBUG] h323caps.cxx:3201 Added capability: G.729A{sw} &lt;5&gt;<br>2010-08-21 10:22:06.727891 [DEBUG] h323caps.cxx:3289 FindCapability: &quot;G.729B{sw}&quot;<br>2010-08-21 10:22:06.727891 [DEBUG] h323caps.cxx:3201 Added capability: G.729B{sw} &lt;6&gt;<br>
2010-08-21 10:22:06.727891 [DEBUG] h323caps.cxx:3289 FindCapability: &quot;G.729{sw}&quot;<br>2010-08-21 10:22:06.727891 [DEBUG] h323caps.cxx:3201 Added capability: G.729{sw} &lt;7&gt;<br>2010-08-21 10:22:06.727891 [DEBUG] h323caps.cxx:3289 FindCapability: &quot;G.729A/B{sw}&quot;<br>
2010-08-21 10:22:06.727891 [DEBUG] h323caps.cxx:3298 Found capability: G.729A/B{sw} &lt;4&gt;<br>2010-08-21 10:22:06.727891 [DEBUG] h323caps.cxx:3289 FindCapability: &quot;G.729A{sw}&quot;<br>2010-08-21 10:22:06.727891 [DEBUG] h323caps.cxx:3298 Found capability: G.729A{sw} &lt;5&gt;<br>
2010-08-21 10:22:06.727891 [DEBUG] h323caps.cxx:3289 FindCapability: &quot;G.729B{sw}&quot;<br>2010-08-21 10:22:06.727891 [DEBUG] h323caps.cxx:3298 Found capability: G.729B{sw} &lt;6&gt;<br>2010-08-21 10:22:06.727891 [DEBUG] h323caps.cxx:3289 FindCapability: &quot;G.729{sw}&quot;<br>
2010-08-21 10:22:06.727891 [DEBUG] h323caps.cxx:3298 Found capability: G.729{sw} &lt;7&gt;<br>2010-08-21 10:22:06.727891 [DEBUG] h323caps.cxx:3289 FindCapability: &quot;G.729A/B{sw}&quot;<br>2010-08-21 10:22:06.727891 [DEBUG] h323caps.cxx:3298 Found capability: G.729A/B{sw} &lt;4&gt;<br>
2010-08-21 10:22:06.727891 [DEBUG] h323caps.cxx:3289 FindCapability: &quot;G.729A{sw}&quot;<br>2010-08-21 10:22:06.727891 [DEBUG] h323caps.cxx:3298 Found capability: G.729A{sw} &lt;5&gt;<br>2010-08-21 10:22:06.727891 [DEBUG] h323caps.cxx:3289 FindCapability: &quot;G.729B{sw}&quot;<br>
2010-08-21 10:22:06.727891 [DEBUG] h323caps.cxx:3298 Found capability: G.729B{sw} &lt;6&gt;<br>2010-08-21 10:22:06.727891 [DEBUG] h323caps.cxx:3289 FindCapability: &quot;G.729{sw}&quot;<br>2010-08-21 10:22:06.727891 [DEBUG] h323caps.cxx:3298 Found capability: G.729{sw} &lt;7&gt;<br>
2010-08-21 10:22:06.727891 [DEBUG] h323caps.cxx:3289 FindCapability: &quot;G.729A/B{sw}&quot;<br>2010-08-21 10:22:06.727891 [DEBUG] h323caps.cxx:3298 Found capability: G.729A/B{sw} &lt;4&gt;<br>2010-08-21 10:22:06.727891 [DEBUG] h323caps.cxx:3289 FindCapability: &quot;G.729A{sw}&quot;<br>
2010-08-21 10:22:06.727891 [DEBUG] h323caps.cxx:3298 Found capability: G.729A{sw} &lt;5&gt;<br>2010-08-21 10:22:06.727891 [DEBUG] h323caps.cxx:3289 FindCapability: &quot;G.729B{sw}&quot;<br>2010-08-21 10:22:06.727891 [DEBUG] h323caps.cxx:3298 Found capability: G.729B{sw} &lt;6&gt;<br>
2010-08-21 10:22:06.727891 [DEBUG] h323caps.cxx:3289 FindCapability: &quot;G.729{sw}&quot;<br>2010-08-21 10:22:06.727891 [DEBUG] h323caps.cxx:3298 Found capability: G.729{sw} &lt;7&gt;<br>2010-08-21 10:22:06.727891 [DEBUG] h323caps.cxx:3289 FindCapability: &quot;G.729A/B{sw}&quot;<br>
2010-08-21 10:22:06.727891 [DEBUG] h323caps.cxx:3298 Found capability: G.729A/B{sw} &lt;4&gt;<br>2010-08-21 10:22:06.727891 [DEBUG] h323caps.cxx:3289 FindCapability: &quot;G.729A{sw}&quot;<br>2010-08-21 10:22:06.727891 [DEBUG] h323caps.cxx:3298 Found capability: G.729A{sw} &lt;5&gt;<br>
2010-08-21 10:22:06.727891 [DEBUG] h323caps.cxx:3289 FindCapability: &quot;G.729B{sw}&quot;<br>2010-08-21 10:22:06.727891 [DEBUG] h323caps.cxx:3298 Found capability: G.729B{sw} &lt;6&gt;<br>2010-08-21 10:22:06.727891 [DEBUG] h323caps.cxx:3289 FindCapability: &quot;G.729{sw}&quot;<br>
2010-08-21 10:22:06.727891 [DEBUG] h323caps.cxx:3298 Found capability: G.729{sw} &lt;7&gt;<br>2010-08-21 10:22:06.727891 [DEBUG] h323caps.cxx:2014 No Extended Capabilities found to load<br>2010-08-21 10:22:06.727891 [DEBUG] mod_h323.cpp:399 H.323 added 4 capabilities &#39;G.729*{sw}&#39; <br>
2010-08-21 10:22:06.727891 [DEBUG] mod_h323.cpp:383 Find capability G729a to PCMA,PCMU,GSM,G729<br>2010-08-21 10:22:06.727891 [DEBUG] mod_h323.cpp:383 Find capability G729ab to PCMA,PCMU,GSM,G729<br>2010-08-21 10:22:06.727891 [DEBUG] mod_h323.cpp:383 Find capability G723.1 to PCMA,PCMU,GSM,G729<br>
2010-08-21 10:22:06.735813 [DEBUG] mod_h323.cpp:383 Find capability G723.1-5k3 to PCMA,PCMU,GSM,G729<br>2010-08-21 10:22:06.735816 [DEBUG] mod_h323.cpp:383 Find capability G723.1a-5k3 to PCMA,PCMU,GSM,G729<br>2010-08-21 10:22:06.735816 [DEBUG] mod_h323.cpp:383 Find capability G723.1a-6k3 to PCMA,PCMU,GSM,G729<br>
2010-08-21 10:22:06.735816 [DEBUG] mod_h323.cpp:412 ---&gt;fax_asn<br>2010-08-21 10:22:06.735816 [DEBUG] h323caps.cxx:3201 Added capability: T.38-IFP-COR &lt;8&gt;<br>2010-08-21 10:22:06.735816 [DEBUG] h323caps.cxx:3201 Added capability: UserInput/hookflash &lt;9&gt;<br>
2010-08-21 10:22:06.735816 [DEBUG] h323caps.cxx:3201 Added capability: UserInput/basicString &lt;10&gt;<br>2010-08-21 10:22:06.735816 [DEBUG] h323caps.cxx:3201 Added capability: UserInput/dtmf &lt;11&gt;<br>2010-08-21 10:22:06.735816 [DEBUG] h323caps.cxx:3201 Added capability: UserInput/RFC2833 &lt;12&gt;<br>
2010-08-21 10:22:06.735816 [DEBUG] h323caps.cxx:3201 Added capability: UserInput/Navigation &lt;13&gt;<br>2010-08-21 10:22:06.735816 [DEBUG] h323caps.cxx:3201 Added capability: UserInput/Softkey &lt;14&gt;<br>2010-08-21 10:22:06.735816 [DEBUG] h323caps.cxx:3201 Added capability: UserInput/PointDevice &lt;15&gt;<br>
2010-08-21 10:22:06.735816 [DEBUG] h323caps.cxx:3201 Added capability: UserInput/Modal &lt;16&gt;<br>2010-08-21 10:22:06.735816 [DEBUG] osutil.cxx:188 File handle high water mark set: 53 PTCPSocket<br>2010-08-21 10:22:06.735816 [DEBUG] h323ep.cxx:2033 Started listener Listener[ip$<a href="http://192.168.1.231:1720">192.168.1.231:1720</a>]<br>
2010-08-21 10:22:06.735816 [DEBUG] tlibthrd.cxx:519 Thread high water mark set: 3<br>2010-08-21 10:22:06.735816 [CONSOLE] mod_h323.cpp:164 H323 mod initialized and running<br>2010-08-21 10:22:06.735816 [CONSOLE] switch_loadable_module.c:944 Successfully Loaded [mod_h323]<br>
2010-08-21 10:22:06.735816 [NOTICE] switch_loadable_module.c:145 Adding Endpoint &#39;h323&#39;<br>2010-08-21 10:22:06.735816 [DEBUG] tlibthrd.cxx:431 Started thread 0xb7068ee8 H323 Listener:b6c58b70<br>2010-08-21 10:22:06.735816 [DEBUG] transports.cxx:1521 Awaiting TCP connections on port 1720<br>
2010-08-21 10:22:06.735816 [DEBUG] transports.cxx:1475 Waiting on socket accept on ip$<a href="http://192.168.1.231:1720">192.168.1.231:1720</a><br>2010-08-21 10:22:06.735816 [DEBUG] tlibthrd.cxx:940 PThread::PXBlockOnIO(53,2)<br>
<br>+OK<br><br>freeswitch@nemesis&gt; <br><br><br><br>and this is the vrsion im running:<br><br>freeswitch@nemesis&gt; <br>freeswitch@nemesis&gt; <br>freeswitch@nemesis&gt; version<br><br>FreeSWITCH Version 1.0.head (git-018f4d6 2010-08-10 19-52-08 +0200)<br>
<br>freeswitch@nemesis&gt; <br><br><br><br><br>let me know if you still have issues.<br><br><br>