[Freeswitch-users] Error Loading mod_h323

Steven Ayre steveayre at gmail.com
Tue Oct 26 04:09:59 PDT 2010


It probably means you're using the wrong version of h323plus. The API
changes frequently, and it's trying to use a function that doesn't
seem to exist in your version. LD_LIBRARY_PATH should be ok since
it'll give a different error if it can't load the library.

See http://wiki.freeswitch.org/wiki/Mod_h323

You'll want ptlib 2.8.2:
$ svn co http://opalvoip.svn.sourceforge.net/svnroot/opalvoip/ptlib/tags/v2_8_2/
ptlib
And h323plus 20100525 or trunk:
$ wget http://waix.dl.sourceforge.net/project/openh323gk/Sources/2.3.2/h323plus-20100525.tar.gz
$ cvs -d:pserver:anonymous at h323plus.cvs.sourceforge.net:/cvsroot/h323plus
checkout h323plus

-Steve



On 26 October 2010 11:46, afshin afzali <a.afzali2003 at gmail.com> wrote:
> Hi Guys,
>
> I've successfully made & installed mod_h323 on CentOS 5.5 x86_64 bit OS. But
> It can not be loaded because this :
>
> freeswitch at internal> load mod_h323
> +OK Reloading XML
> -ERR [module load file routine returned an error]
>
> 2010-10-26 14:04:50.438317 [INFO] mod_enum.c:808 ENUM Reloaded
> freeswitch at internal> 2010-10-26 14:04:50.438317 [INFO] switch_time.c:950
> Timezone reloaded 530 definitions
> 2010-10-26 14:04:50.494262 [CRIT] switch_loadable_module.c:928 Error Loading
> module /usr/local/freeswitch/mod/mod_h323.so
> **/usr/local/freeswitch/mod/mod_h323.so: undefined symbol:
> _ZN14H323Connection24OnUserInputInlineRFC2833ER15OpalRFC2833Infoi**
>
> Although I've found a same thread on this list "Mod_h323 on openvz (64
> bit)", it seems did not get final response. Maybe it's about loading another
> share library which is not in path (LD_LIBRARY_PATH ?)
>
> Appreciate all comments,
> -- afshin
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>



More information about the FreeSWITCH-users mailing list