[Freeswitch-users] mod_opal installation problem
Derek Smithies
derek at indranet.co.nz
Tue Sep 7 03:42:24 PDT 2010
Hi,
the file build/buildopal.sh is "wrong".
cd /root
svn co https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/ptlib/trunk
ptlib
cd ptlib
./configure --prefix=/usr
${MAKE}
${MAKE} install
cd ..
svn co
https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/opal/branches/v3_6
opal
cd opal
export PKG_CONFIG_PATH=/usr/lib/pkgconfig
./configure --prefix=/usr
${MAKE}
${MAKE} install
cd ${FS_DIR}
${MAKE} mod_opal-install
See - it uses a branch version of opal, and a trunk version of ptlib.
Please, change it to use the same SVN revision number of trunk.
Derek.
==========================================================================
On Tue, 7 Sep 2010, Peter
Olsson wrote:
>
> The wiki is not up-to-date, please read the recommendations in the readme file that exists in mod_h323-dir. You should use older versions of
> h323Plus/PTLib, not latest from trunk.
>
>
>
> I will update the wiki, I just havn’t had the time...
>
>
>
> /Peter
>
>
>
> Från: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] För velusamy Krishnan
> Skickat: den 7 september 2010 11:09
> Till: FreeSWITCH Users Help
> Ämne: Re: [Freeswitch-users] mod_opal installation problem
>
>
>
> Dear Peter Olsson,
> I have installed the mod_h323 by following the steps which is given in the wiki page. But When I have loaded the mod_h323 in FreeSWITCH "relaod
> mod_h323", I have got the following error,
> 2010-09-07 14:35:29.883406 [CRIT] switch_loadable_module.c:926 Error Loading module /usr/local/GIT/freeswitch/mod/mod_h323.so
> **/usr/local/GIT/freeswitch/mod/mod_h323.so: undefined symbol: _ZN14H323Connection13OnReceivedACFERK21H225_AdmissionConfirm**
>
> -ERR unloading module [No such module!]
> -ERR loading module [module load file routine returned an error]
>
> Kindly help me to set the FreeSWITCH to work with H.323 protocol.
>
> Thanks,
> Velusamy.
>
>
> On Sat, Sep 4, 2010 at 3:08 PM, Peter Olsson <peter.olsson at visionutveckling.se> wrote:
>
> I would recommend using mod_h323 and H323Plus library (http://wiki.freeswitch.org/wiki/Mod_h323), right now I think this is probably better maintained.
> Last time I used mod_opal I think I was using Opal release "Lalande" - the SVN versions was usually very unstable. So if you want to use mod_opal, I think
> that Lalande release versions should be the best choice.
>
> /Peter
> ________________________________________
> Från: freeswitch-users-bounces at lists.freeswitch.org [freeswitch-users-bounces at lists.freeswitch.org] för velusamy Krishnan [velu.technical at gmail.com]
> Skickat: den 4 september 2010 10:58
> Till: FreeSWITCH Users Help
>
> Ämne: Re: [Freeswitch-users] mod_opal installation problem
>
> Dear All,
> I have updated the latest SVN for OPAL libraries. The version of the OPAL libraries is 24682. But still the problem has not solved.
> Kindly anyone tell me which version of the OPAL should be used for mod_opal.
>
> Thanks,
> Velusamy.
>
> On Fri, Sep 3, 2010 at 7:25 PM, Steven Ayre <steveayre at gmail.com<mailto:steveayre at gmail.com>> wrote:
> This means the module was compiled, but it isn't finding a required opal function. You might have an older copy of opal installed than mod_opal requires.
>
> Steve on iPhone
>
> On 3 Sep 2010, at 14:11, "Lars Zeb" <larclap at yahoo.com<mailto:larclap at yahoo.com>> wrote:
>
> Did you uncomment the opal line in modules.conf?
>
> endpoints/mod_loopback
> #endpoints/mod_alsa
> #endpoints/mod_opal #<<<<??
> #endpoints/mod_skinny
>
> From: freeswitch-users-bounces at lists.freeswitch.org<mailto:freeswitch-users-bounces at lists.freeswitch.org>
> [mailto:freeswitch-users-bounces at lists.freeswitch.org<mailto:freeswitch-users-bounces at lists.freeswitch.org>] On Behalf Of velusamy Krishnan
>
> Sent: Friday, September 03, 2010 1:58 AM
> To: FreeSWITCH Users Help
> Subject: Re: [Freeswitch-users] mod_opal installation problem
>
> Dear All,
> After installing the mod_opal module, I have tried to load that module in the freeswitch. But I have received the following error,
>
> 2010-09-03 14:25:38.411969 [CRIT] switch_loadable_module.c:926 Error Loading module /usr/local/GIT/freeswitch/mod/mod_opal.so
> **/usr/lib/libopal.so.3.9-beta0: undefined symbol: _ZNK15OpalMediaStream18EnableJitterBufferEv**
>
> -ERR unloading module [No such module!]
> -ERR loading module [module load file routine returned an error]
>
> Kindly, anyone help to resolve this issue.
>
> Thanks,
> Velusamy.
>
> 2010/9/3 velusamy Krishnan <<mailto:velu.technical at gmail.com>velu.technical at gmail.com<mailto:velu.technical at gmail.com>>
>
> Dear All,
> Thanks for fixing the problem..
> Regards,
> Velusamy.
>
> On Thu, Sep 2, 2010 at 7:13 PM, Peter Olsson
> <<mailto:peter.olsson at visionutveckling.se>peter.olsson at visionutveckling.se<mailto:peter.olsson at visionutveckling.se>> wrote:
> Thanks Jeff - I think the same applies for mod_h323, if you feel like making a quick fix there as well...
>
> /Peter
>
>
> -----Ursprungligt meddelande-----
>
> Från: <mailto:freeswitch-users-bounces at lists.freeswitch.org>
> freeswitch-users-bounces at lists.freeswitch.org<mailto:freeswitch-users-bounces at lists.freeswitch.org>[mailto:<mailto:freeswitch-users-bounces at lists.freeswitch.org>freeswitch-users-bounces at lists.freeswitch.org<mailto:freeswitch-users-bounces at lists.freeswit
> ch.org>] För Jeff Lenk
>
> Skickat: den 2 september 2010 15:28
>
> Till: <mailto:freeswitch-users at lists.freeswitch.org> freeswitch-users at lists.freeswitch.org<mailto:freeswitch-users at lists.freeswitch.org>
>
> Ämne: Re: [Freeswitch-users] mod_opal installation problem
>
> fixed in git head 4a7425e
> --
>
> View this message in context: <http://freeswitch-users.2379917.n2.nabble.com/mod-opal-installation-problem-tp5490739p5491084.html>
> http://freeswitch-users.2379917.n2.nabble.com/mod-opal-installation-problem-tp5490739p5491084.html
> Sent from the freeswitch-users mailing list archive at Nabble.com<http://Nabble.com>.
>
> _______________________________________________
> FreeSWITCH-users mailing list
> <mailto:FreeSWITCH-users at lists.freeswitch.org>FreeSWITCH-users at lists.freeswitch.org<mailto:FreeSWITCH-users at lists.freeswitch.org>
> <http://lists.freeswitch.org/mailman/listinfo/freeswitch-users>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:<http://lists.freeswitch.org/mailman/options/freeswitch-users>http://lists.freeswitch.org/mailman/options/freeswitch-users
> <http://www.freeswitch.org>http://www.freeswitch.org
>
>
> _______________________________________________
> FreeSWITCH-users mailing list
> <mailto:FreeSWITCH-users at lists.freeswitch.org>FreeSWITCH-users at lists.freeswitch.org<mailto:FreeSWITCH-users at lists.freeswitch.org>
> <http://lists.freeswitch.org/mailman/listinfo/freeswitch-users>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:<http://lists.freeswitch.org/mailman/options/freeswitch-users>http://lists.freeswitch.org/mailman/options/freeswitch-users
> <http://www.freeswitch.org>http://www.freeswitch.org
>
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org<mailto: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
>
> _______________________________________________
> FreeSWITCH-users mailing list
>
> FreeSWITCH-users at lists.freeswitch.org<mailto: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
>
>
>
>
> _______________________________________________
> 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
>
>
> !DSPAM:4c8604ff32931776120533!
>
>
>
--
Derek Smithies Ph.D.
IndraNet Technologies Ltd.
ph +64 3 365 6485
Web: http://www.indranet-technologies.com/
"How did you make it work??"
"Oh, the usual, get everything right".
More information about the FreeSWITCH-users
mailing list