Hello, After following wiki mod_h323 it crash, when load mod_h323 is applied. Please look as following:<br><br><br><br>################################################################################<br>#<br>#    Let this work !!     mod_h323 <br>
#<br>################################################################################<br><br><br>Step 1:<br>========<br>mkdir -p ~/h323<br>cd ~/h323<br><br>svn co <a href="http://opalvoip.svn.sourceforge.net/svnroot/opalvoip/ptlib/tags/v2_8_2/">http://opalvoip.svn.sourceforge.net/svnroot/opalvoip/ptlib/tags/v2_8_2/</a> ptlib<br>
<br>export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig<br>export LD_LIBRARY_PATH=/usr/local/lib<br>cd ptlib<br>./configure<br>make<br>make install<br><br>Step 2:<br>========<br>cd ~/h323<br>wget <a href="http://waix.dl.sourceforge.net/project/openh323gk/Sources/2.3.2/h323plus-20100525.tar.gz">http://waix.dl.sourceforge.net/project/openh323gk/Sources/2.3.2/h323plus-20100525.tar.gz</a><br>
<br>tar xzvf h323plus-20100525.tar.gz<br>cd h323plus-20100525<br>export PTLIBDIR=~/h323/ptlib<br>./configure<br>make<br>make install<br><br><br><br>Step 3:<br>========<br><br>cd /usr/local/src/freeswitch<br><br>make mod_h323-clean<br>
make mod_h323<br>make mod_h323-install<br><br>-- Successfully installed<br><br><br>Step 4:<br>=======<br>vi /usr/local/freeswitch/conf/autoload_configs/h323.conf.xml: put the following<br><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;use-rtp-timer&quot; value=&quot;true&quot;/&gt; &lt;!-- enable RTP timer - should always be enabled --&gt;<br>
   &lt;param name=&quot;rtp-timer-name&quot; value=&quot;soft&quot;/&gt; &lt;!-- Timer name, soft is default --&gt;<br>   &lt;!-- &lt;param name=&quot;ptime-override-value&quot; value=&quot;20&quot;/&gt; --&gt; &lt;!-- Override negotiated ptime value with this value --&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;param name=&quot;endpoint-name&quot; value=&quot;fs&quot;/&gt;<br>   &lt;param name=&quot;fax-old-asn&quot; value=&quot;true&quot;/&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><br>Step 5:<br>======<br><br><br>  _____              ______        _____ _____ ____ _   _  <br>  |  ___| __ ___  ___/ ___\ \      / /_ _|_   _/ ___| | | | <br>
  | |_ | &#39;__/ _ \/ _ \___ \\ \ /\ / / | |  | || |   | |_| | <br>  |  _|| | |  __/  __/___) |\ V  V /  | |  | || |___|  _  | <br>  |_|  |_|  \___|\___|____/  \_/\_/  |___| |_| \____|_| |_| <br><br>************************************************************<br>
* Anthony Minessale II, Michael Jerris, Brian West, Others *<br>* FreeSWITCH (<a href="http://www.freeswitch.org">http://www.freeswitch.org</a>)                   *<br>* Paypal Donations Appreciated: <a href="mailto:paypal@freeswitch.org">paypal@freeswitch.org</a>      *<br>
* Brought to you by ClueCon <a href="http://www.cluecon.com/">http://www.cluecon.com/</a>        *<br>************************************************************<br><br>2010-10-05 01:00:32.133303 [CONSOLE] switch_core.c:1649 <br>
FreeSWITCH Version 1.0.head (git-828960a 2010-09-25 12-51-42 -0500) Started.<br>Max Sessions[1000]<br>Session Rate[30]<br>SQL [Enabled]<br>freeswitch@example&gt; load mod_h323<br>2010-10-05 01:00:58.396229 [INFO] mod_enum.c:808 ENUM Reloaded<br>
2010-10-05 01:00:58.397198 [INFO] switch_time.c:950 Timezone reloaded 530 definitions<br>2010-10-05 01:00:58.505516 [CONSOLE] mod_h323.cpp:147 Starting loading mod_h323<br>2010-10-05 01:00:58.518634 [CONSOLE] mod_h323.cpp:164 H323 mod initialized and running<br>
2010-10-05 01:00:58.518634 [CONSOLE] switch_loadable_module.c:944 Successfully Loaded [mod_h323]<br>2010-10-05 01:00:58.518634 [NOTICE] switch_loadable_module.c:145 Adding Endpoint &#39;h323&#39;<br><br>+OK Reloading XML<br>
+OK<br><br>Segmentation fault (core dumped)<br>[root@example bin]# <br><br><br><br><br>
<br><br><div class="gmail_quote">On Sat, Oct 2, 2010 at 9:18 PM, Tihomir Culjaga <span dir="ltr">&lt;<a href="mailto:tculjaga@gmail.com">tculjaga@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br><div class="gmail_quote">On Fri, Oct 1, 2010 at 3:15 AM, Michael Collins <span dir="ltr">&lt;<a href="mailto:msc@freeswitch.org" target="_blank">msc@freeswitch.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

What about mod_h323?<br><br><div class="gmail_quote"><div><div></div><br></div></div></blockquote><div> </div></div>Updated a bit: <a href="http://wiki.freeswitch.org/wiki/Mod_h323" target="_blank">http://wiki.freeswitch.org/wiki/Mod_h323</a>, you can&#39;t do anything wrong... it simply works.<br>

<br><br>
<br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br>