Dear Derek,<br>   While executing the ./configure script, I have come to know that the PTLib version is 2.9.0. I have checked whether the same version has been used while executing the ./configure script for OPAL. I have found that it checked the PTlib version 2.9.0 and also it said ok for that check.<br>
   So, I have followed the steps which you provided in the earlier post.<br>If the above things were wrong, how can I get specific opaltrunk version, and the same svn revision number of ptlib trunk.<br><br>  <i><b> Kindly</b></i> help me.....<br>
<br>Thanks,<br>Velusamy<br><br><div class="gmail_quote">On Thu, Sep 9, 2010 at 2:40 AM, Derek Smithies <span dir="ltr">&lt;<a href="mailto:derek@indranet.co.nz">derek@indranet.co.nz</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;">
Hi,<br>
 Opal trunk is fine.<br>
 However, opal trunk should be used with ptlib trunk.<br>
<br>
I said in a previous email, the buildopal script is wrong.<br>
 the buildopal script should get a specific opaltrunk version, and t he same svn revision number of ptlib trunk.<br>
<br>
Have you tried this?????<br><font color="#888888">
<br>
Derek.</font><div><div></div><div class="h5"><br>
<br>
On Wed, 8 Sep 2010, Peter Olsson wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
The Opal trunk is not stable. The last version I used to compile was “Lalande”. However, I think that mod_h323 works better, and has been better maintained lately.<br>
<br>
 <br>
<br>
/Peter<br>
<br>
 <br>
<br>
Från: <a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a> [mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a>] För velusamy Krishnan<br>

Skickat: den 8 september 2010 12:48<br>
Till: FreeSWITCH Users Help<br>
Ämne: Re: [Freeswitch-users] mod_opal installation problem<br>
<br>
 <br>
<br>
Dear Derek,<br>
      When I execute the make mod_opal in it has thrown the following error,<br>
<br>
usr/src/GIT/freeswitch/src/mod/endpoints/mod_opal/mod_opal.cpp: In constructor ‘FSConnection::FSConnection(OpalCall&amp;, FSEndPoint&amp;, void*, unsigned int, OpalConnection::StringOptions*,<br>
switch_caller_profile_t*, switch_core_session_t*, switch_channel_t*)’:<br>
/usr/src/GIT/freeswitch/src/mod/endpoints/mod_opal/mod_opal.cpp:564: error: no matching function for call to ‘OpalLocalConnection::OpalLocalConnection(OpalCall&amp;, FSEndPoint&amp;, void*&amp;, unsigned int&amp;,<br>
OpalConnection::StringOptions*&amp;)’<br>
/usr/include/opal/opal/localep.h:253: note: candidates are: OpalLocalConnection::OpalLocalConnection(OpalCall&amp;, OpalLocalEndPoint&amp;, void*)<br>
/usr/include/opal/opal/localep.h:242: note:                 OpalLocalConnection::OpalLocalConnection(const OpalLocalConnection&amp;)<br>
/usr/src/GIT/freeswitch/src/mod/endpoints/mod_opal/mod_opal.cpp: In member function ‘switch_status_t FSMediaStream::read_frame(switch_frame_t**, switch_io_flag_t)’:<br>
/usr/src/GIT/freeswitch/src/mod/endpoints/mod_opal/mod_opal.cpp:1296: error: ‘class OpalMediaPatch’ has no member named ‘OnStartMediaPatch’<br>
/usr/src/GIT/freeswitch/src/mod/endpoints/mod_opal/mod_opal.cpp: In member function ‘switch_status_t FSMediaStream::write_frame(const switch_frame_t*, switch_io_flag_t)’:<br>
/usr/src/GIT/freeswitch/src/mod/endpoints/mod_opal/mod_opal.cpp:1418: error: ‘class OpalMediaPatch’ has no member named ‘OnStartMediaPatch’<br>
make[5]: *** [mod_opal.lo] Error 1<br>
make[4]: *** [all] Error 1<br>
make[3]: *** [mod_opal-all] Error 1<br>
make[2]: *** [all-recursive] Error 1<br>
<br>
Regards,<br>
Velusamy.<br>
<br>
On Tue, Sep 7, 2010 at 4:12 PM, Derek Smithies &lt;<a href="mailto:derek@indranet.co.nz" target="_blank">derek@indranet.co.nz</a>&gt; wrote:<br>
<br>
Hi,<br>
 the file build/buildopal.sh is &quot;wrong&quot;.<br>
<br>
<br>
<br>
cd /root<br>
svn co <a href="https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/ptlib/trunk" target="_blank">https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/ptlib/trunk</a> ptlib<br>
cd ptlib<br>
./configure --prefix=/usr<br>
${MAKE}<br>
${MAKE} install<br>
<br>
cd ..<br>
svn co <a href="https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/opal/branches/v3_6" target="_blank">https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/opal/branches/v3_6</a> opal<br>
cd opal<br>
export PKG_CONFIG_PATH=/usr/lib/pkgconfig<br>
./configure --prefix=/usr<br>
${MAKE}<br>
${MAKE} install<br>
cd ${FS_DIR}<br>
${MAKE} mod_opal-install<br>
<br>
<br>
See - it uses a branch version of opal, and a trunk version of ptlib.<br>
<br>
Please, change it to use the same SVN revision number of trunk.<br>
<br>
Derek.<br>
==========================================================================<br>
<br>
<br>
 On Tue, 7 Sep 2010, Peter Olsson wrote:<br>
<br>
<br>
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<br>
h323Plus/PTLib, not latest from trunk.<br>
<br>
 <br>
<br>
I will update the wiki, I just havn’t had the time...<br>
<br>
 <br>
<br>
/Peter<br>
<br>
 <br>
<br>
Från: <a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a> [mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a>] För velusamy Krishnan<br>

Skickat: den 7 september 2010 11:09<br>
Till: FreeSWITCH Users Help<br>
Ämne: Re: [Freeswitch-users] mod_opal installation problem<br>
<br>
 <br>
<br>
Dear Peter Olsson,<br>
    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 &quot;relaod<br>
mod_h323&quot;, I have got the following error,<br>
2010-09-07 14:35:29.883406 [CRIT] switch_loadable_module.c:926 Error Loading module /usr/local/GIT/freeswitch/mod/mod_h323.so<br>
**/usr/local/GIT/freeswitch/mod/mod_h323.so: undefined symbol: _ZN14H323Connection13OnReceivedACFERK21H225_AdmissionConfirm**<br>
<br>
-ERR unloading module [No such module!]<br>
-ERR loading module [module load file routine returned an error]<br>
<br>
Kindly help me to set the FreeSWITCH to work with H.323 protocol.<br>
<br>
Thanks,<br>
Velusamy.<br>
<br>
<br>
On Sat, Sep 4, 2010 at 3:08 PM, Peter Olsson &lt;<a href="mailto:peter.olsson@visionutveckling.se" target="_blank">peter.olsson@visionutveckling.se</a>&gt; wrote:<br>
<br>
I would recommend using mod_h323 and H323Plus library (<a href="http://wiki.freeswitch.org/wiki/Mod_h323" target="_blank">http://wiki.freeswitch.org/wiki/Mod_h323</a>), right now I think this is probably better maintained.<br>

Last time I used mod_opal I think I was using Opal release &quot;Lalande&quot; - the SVN versions was usually very unstable. So if you want to use mod_opal, I think<br>
that Lalande release versions should be the best choice.<br>
<br>
/Peter<br>
________________________________________<br>
Från: <a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a> [<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a>] f&amp;#246;r velusamy Krishnan [<a href="mailto:velu.technical@gmail.com" target="_blank">velu.technical@gmail.com</a>]<br>

Skickat: den 4 september 2010 10:58<br>
Till: FreeSWITCH Users Help<br>
<br>
Ämne: Re: [Freeswitch-users] mod_opal installation problem<br>
<br>
Dear All,<br>
   I have updated the latest SVN for OPAL libraries. The version of the OPAL libraries is 24682. But still the problem has not solved.<br>
  Kindly anyone tell me which version of the OPAL should be used for mod_opal.<br>
<br>
Thanks,<br>
Velusamy.<br>
<br>
On Fri, Sep 3, 2010 at 7:25 PM, Steven Ayre &lt;<a href="mailto:steveayre@gmail.com" target="_blank">steveayre@gmail.com</a>&lt;mailto:<a href="mailto:steveayre@gmail.com" target="_blank">steveayre@gmail.com</a>&gt;&gt; wrote:<br>

This means the module was compiled, but it isn&#39;t finding a required opal function. You might have an older copy of opal installed than mod_opal requires.<br>
<br>
Steve on iPhone<br>
<br>
On 3 Sep 2010, at 14:11, &quot;Lars Zeb&quot; &lt;<a href="mailto:larclap@yahoo.com" target="_blank">larclap@yahoo.com</a>&lt;mailto:<a href="mailto:larclap@yahoo.com" target="_blank">larclap@yahoo.com</a>&gt;&gt; wrote:<br>

<br>
Did you uncomment the opal line in modules.conf?<br>
<br>
endpoints/mod_loopback<br>
#endpoints/mod_alsa<br>
#endpoints/mod_opal                       #&lt;&lt;&lt;&lt;??<br>
#endpoints/mod_skinny<br>
<br>
From: <a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a>&lt;mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a>&gt;<br>

[mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a>&lt;mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a>&gt;] On Behalf Of velusamy Krishnan<br>

<br>
Sent: Friday, September 03, 2010 1:58 AM<br>
To: FreeSWITCH Users Help<br>
Subject: Re: [Freeswitch-users] mod_opal installation problem<br>
<br>
Dear All,<br>
     After installing the mod_opal module, I have tried to load that module in the freeswitch. But I have received the following error,<br>
<br>
2010-09-03 14:25:38.411969 [CRIT] switch_loadable_module.c:926 Error Loading module /usr/local/GIT/freeswitch/mod/mod_opal.so<br>
**/usr/lib/libopal.so.3.9-beta0: undefined symbol: _ZNK15OpalMediaStream18EnableJitterBufferEv**<br>
<br>
-ERR unloading module [No such module!]<br>
-ERR loading module [module load file routine returned an error]<br>
<br>
Kindly, anyone help to resolve this issue.<br>
<br>
Thanks,<br>
Velusamy.<br>
<br>
2010/9/3 velusamy Krishnan &lt;&lt;mailto:<a href="mailto:velu.technical@gmail.com" target="_blank">velu.technical@gmail.com</a>&gt;<a href="mailto:velu.technical@gmail.com" target="_blank">velu.technical@gmail.com</a>&lt;mailto:<a href="mailto:velu.technical@gmail.com" target="_blank">velu.technical@gmail.com</a>&gt;&gt;<br>

<br>
Dear All,<br>
    Thanks for fixing the problem..<br>
Regards,<br>
Velusamy.<br>
<br>
On Thu, Sep 2, 2010 at 7:13 PM, Peter Olsson<br>
&lt;&lt;mailto:<a href="mailto:peter.olsson@visionutveckling.se" target="_blank">peter.olsson@visionutveckling.se</a>&gt;<a href="mailto:peter.olsson@visionutveckling.se" target="_blank">peter.olsson@visionutveckling.se</a>&lt;mailto:<a href="mailto:peter.olsson@visionutveckling.se" target="_blank">peter.olsson@visionutveckling.se</a>&gt;&gt; wrote:<br>

Thanks Jeff - I think the same applies for mod_h323, if you feel like making a quick fix there as well...<br>
<br>
/Peter<br>
<br>
<br>
-----Ursprungligt meddelande-----<br>
<br>
Från: &lt;mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a>&gt;<br>
<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a>&lt;mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a>&gt;[mailto:&lt;mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org" target="_blank">freeswitch-users-bounces@lists.freeswitch.org</a>&gt;freeswitch-users-bounces@lists.freesw<br>

<a href="http://itch.org" target="_blank">itch.org</a>&lt;mailto:<a href="mailto:freeswitch-users-bounces@lists.freeswit" target="_blank">freeswitch-users-bounces@lists.freeswit</a><br>
<a href="http://ch.org" target="_blank">ch.org</a>&gt;] För Jeff Lenk<br>
<br>
Skickat: den 2 september 2010 15:28<br>
<br>
Till: &lt;mailto:<a href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">freeswitch-users@lists.freeswitch.org</a>&gt; <a href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">freeswitch-users@lists.freeswitch.org</a>&lt;mailto:<a href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">freeswitch-users@lists.freeswitch.org</a>&gt;<br>

<br>
Ämne: Re: [Freeswitch-users] mod_opal installation problem<br>
<br>
fixed in git head 4a7425e<br>
--<br>
<br>
View this message in context: &lt;<a href="http://freeswitch-users.2379917.n2.nabble.com/mod-opal-installation-problem-tp5490739p5491084.html" target="_blank">http://freeswitch-users.2379917.n2.nabble.com/mod-opal-installation-problem-tp5490739p5491084.html</a>&gt;<br>

<a href="http://freeswitch-users.2379917.n2.nabble.com/mod-opal-installation-problem-tp5490739p5491084.html" target="_blank">http://freeswitch-users.2379917.n2.nabble.com/mod-opal-installation-problem-tp5490739p5491084.html</a><br>

Sent from the freeswitch-users mailing list archive at Nabble.com&lt;<a href="http://Nabble.com" target="_blank">http://Nabble.com</a>&gt;.<br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
&lt;mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>&gt;<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>&lt;mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>&gt;<br>

&lt;<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>&gt;<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>

UNSUBSCRIBE:&lt;<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>&gt;<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>

&lt;<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a>&gt;<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
&lt;mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>&gt;<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>&lt;mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>&gt;<br>

&lt;<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>&gt;<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>

UNSUBSCRIBE:&lt;<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>&gt;<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>

&lt;<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a>&gt;<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>&lt;mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>&gt;<br>

<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>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>&lt;mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>&gt;<br>

<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>
 <br>
<br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">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>
<br>
<br>
<br>
<br>
 <br>
<br>
--<br>
Derek Smithies Ph.D.<br>
IndraNet Technologies Ltd.<br>
ph +64 3 365 6485<br>
Web: <a href="http://www.indranet-technologies.com/" target="_blank">http://www.indranet-technologies.com/</a><br>
<br>
&quot;How did you make it work??&quot;<br>
     &quot;Oh, the usual, get everything right&quot;.<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">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>
<br>
!DSPAM:4c876bc132931680816654!<br>
<br>
<br>
<br>
</blockquote>
<br>
-- <br>
Derek Smithies Ph.D.<br>
IndraNet Technologies Ltd.<br>
ph +64 3 365 6485<br>
Web: <a href="http://www.indranet-technologies.com/" target="_blank">http://www.indranet-technologies.com/</a><br>
<br>
&quot;How did you make it work??&quot;<br>
      &quot;Oh, the usual, get everything right&quot;.</div></div><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>