Hi Steve,<br><br>Thanks to your reply,<br>As you said I&#39;ve check out the ptlib 2.8.2 &amp; h323plus trunk! maybe I should use 20100525 ?<br><br>Regards,<br>-- afshin<br><br><div class="gmail_quote">On Tue, Oct 26, 2010 at 2:39 PM, Steven Ayre <span dir="ltr">&lt;<a href="mailto:steveayre@gmail.com">steveayre@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;">It probably means you&#39;re using the wrong version of h323plus. The API<br>
changes frequently, and it&#39;s trying to use a function that doesn&#39;t<br>
seem to exist in your version. LD_LIBRARY_PATH should be ok since<br>
it&#39;ll give a different error if it can&#39;t load the library.<br>
<br>
See <a href="http://wiki.freeswitch.org/wiki/Mod_h323" target="_blank">http://wiki.freeswitch.org/wiki/Mod_h323</a><br>
<br>
You&#39;ll want ptlib 2.8.2:<br>
$ svn co <a href="http://opalvoip.svn.sourceforge.net/svnroot/opalvoip/ptlib/tags/v2_8_2/" target="_blank">http://opalvoip.svn.sourceforge.net/svnroot/opalvoip/ptlib/tags/v2_8_2/</a><br>
ptlib<br>
And h323plus 20100525 or trunk:<br>
$ wget <a href="http://waix.dl.sourceforge.net/project/openh323gk/Sources/2.3.2/h323plus-20100525.tar.gz" target="_blank">http://waix.dl.sourceforge.net/project/openh323gk/Sources/2.3.2/h323plus-20100525.tar.gz</a><br>
$ cvs -d:pserver:anonymous@h323plus.cvs.sourceforge.net:/cvsroot/h323plus<br>
checkout h323plus<br>
<br>
-Steve<br>
<div><div></div><div class="h5"><br>
<br>
<br>
On 26 October 2010 11:46, afshin afzali &lt;<a href="mailto:a.afzali2003@gmail.com">a.afzali2003@gmail.com</a>&gt; wrote:<br>
&gt; Hi Guys,<br>
&gt;<br>
&gt; I&#39;ve successfully made &amp; installed mod_h323 on CentOS 5.5 x86_64 bit OS. But<br>
&gt; It can not be loaded because this :<br>
&gt;<br>
&gt; freeswitch@internal&gt; load mod_h323<br>
&gt; +OK Reloading XML<br>
&gt; -ERR [module load file routine returned an error]<br>
&gt;<br>
&gt; 2010-10-26 14:04:50.438317 [INFO] mod_enum.c:808 ENUM Reloaded<br>
&gt; freeswitch@internal&gt; 2010-10-26 14:04:50.438317 [INFO] switch_time.c:950<br>
&gt; Timezone reloaded 530 definitions<br>
&gt; 2010-10-26 14:04:50.494262 [CRIT] switch_loadable_module.c:928 Error Loading<br>
&gt; module /usr/local/freeswitch/mod/mod_h323.so<br>
&gt; **/usr/local/freeswitch/mod/mod_h323.so: undefined symbol:<br>
&gt; _ZN14H323Connection24OnUserInputInlineRFC2833ER15OpalRFC2833Infoi**<br>
&gt;<br>
&gt; Although I&#39;ve found a same thread on this list &quot;Mod_h323 on openvz (64<br>
&gt; bit)&quot;, it seems did not get final response. Maybe it&#39;s about loading another<br>
&gt; share library which is not in path (LD_LIBRARY_PATH ?)<br>
&gt;<br>
&gt; Appreciate all comments,<br>
&gt; -- afshin<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<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>
</blockquote></div><br>