Re: [Freeswitch-users] Compiling Issues: Opal with Latest SVN Builds 6-19-09 (Jon DiVita)

2009-06-17 Thread Jonathan DiVita
I was able to compile mod_opal with the patches you suggested.  Now, once 
that is done is there anything more I need to do inorder for mod_opal to 
show up when I run freeswitch?

I didn't see that it had started when I ran freeswitch after the mod_opal 
compile.

Thanks!

Jon
- Original Message - 
From: freeswitch-users-requ...@lists.freeswitch.org
To: freeswitch-users@lists.freeswitch.org
Sent: Wednesday, June 17, 2009 12:26 AM
Subject: Freeswitch-users Digest, Vol 36, Issue 159


 Send Freeswitch-users mailing list submissions to
 freeswitch-users@lists.freeswitch.org

 To subscribe or unsubscribe via the World Wide Web, visit
 http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
 or, via email, send a message with subject or body 'help' to
 freeswitch-users-requ...@lists.freeswitch.org

 You can reach the person managing the list at
 freeswitch-users-ow...@lists.freeswitch.org

 When replying, please edit your Subject line so it is more specific
 than Re: Contents of Freeswitch-users digest...


 Today's Topics:

   1. Re: Compiling Issues: Opal with Latest SVN Builds 6-19-09
  (Brian West)
   2. Re: How can I join two freeswitch on two servers? (Edmar Cruz)
   3. Re: session.getDigits() not working (Brian West)
   4. Re: How can I join two freeswitch on two servers? (Brian West)
   5. Re: How can I join two freeswitch on two servers? (Edmar Cruz)
   6. Re: How can I join two freeswitch on two servers? (Edmar Cruz)
   7. Re: How can I join two freeswitch on two servers? (Brian West)
   8. Re: How can I join two freeswitch on two servers? (Edmar Cruz)


 --

 Message: 1
 Date: Tue, 16 Jun 2009 22:12:01 -0500
 From: Brian West br...@freeswitch.org
 Subject: Re: [Freeswitch-users] Compiling Issues: Opal with Latest SVN
 Builds 6-19-09
 To: freeswitch-users@lists.freeswitch.org
 Message-ID: a8ab9b1c-35a3-4d25-82e7-d9f6e73ef...@freeswitch.org
 Content-Type: text/plain; charset=iso-8859-1

 please see MODOPAL-10 on jira.

 /b

 On Jun 16, 2009, at 10:05 PM, Jonathan DiVita wrote:

 Hello, all.  I'm currently playing around with a new install of
 Freeswitch and wanted to try out mod_opal.  Below are the current
 SVN builds for  opal, ptlib, and freeswitch.  I end up with the
 following errors when compiling.

 making all mod_opal
 Compiling mod_opal.cpp...
 Compiling mod_opal.cpp ...
 In file included from mod_opal.cpp:25:
 mod_opal.h:151: error: conflicting return type specified for
 ?virtual OpalLocalConnection*
 FSEndPoint::CreateConnection(OpalCall, void*)?
 /usr/include/opal/opal/localep.h:267: error:   overriding ?virtual
 ptlib_virtual_function_changed_or_removed**
 OpalLocalEndPoint::CreateConnection(OpalCall, void*)?
 mod_opal.cpp: In constructor ?FSConnection::FSConnection(OpalCall,
 FSEndPoint, switch_caller_profile_t*, switch_core_session_t*,
 switch_channel_t*)?:
 mod_opal.cpp:564: error: no matching function for call to
 ?OpalLocalConnection::OpalLocalConnection(OpalCall, FSEndPoint,
 NULL)?
 /usr/include/opal/opal/localep.h:290: note: candidates are:
 OpalLocalConnection::OpalLocalConnection(OpalCall,
 OpalLocalEndPoint, void*, unsigned int,
 OpalConnection::StringOptions*, char)
 /usr/include/opal/opal/localep.h:276: note:
 OpalLocalConnection::OpalLocalConnection(const OpalLocalConnection)
 make[4]: *** [mod_opal.lo] Error 1
 make[3]: *** [all] Error 1
 make[2]: *** [mod_opal-all] Error 1
 make[1]: *** [mod_opal] Error 2
 make: *** [mod_opal] Error 2

 -- next part --
 An HTML attachment was scrubbed...
 URL: 
 http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090616/a7bb947f/attachment-0001.html

 --

 Message: 2
 Date: Tue, 16 Jun 2009 20:03:13 -0700 (PDT)
 From: Edmar Cruz darklio...@yahoo.com
 Subject: Re: [Freeswitch-users] How can I join two freeswitch on two
 servers?
 To: freeswitch-users@lists.freeswitch.org
 Message-ID: 929908.28142...@web57310.mail.re1.yahoo.com
 Content-Type: text/plain; charset=us-ascii

 How can i turn off authentication? This is my acl.conf.xml on 
 192.168.0.105


 list name=fsb default=deny
 node type=allow cidr=192.168.0.104/32/
 /list

 On 192.168.0.4

 list name=fsa default=deny
 node type=allow cidr=192.168.0.105/32/
 /list


 
 From: Brian West br...@freeswitch.org
 To: freeswitch-users@lists.freeswitch.org
 Sent: Tuesday, June 16, 2009 10:49:58 PM
 Subject: Re: [Freeswitch-users] How can I join two freeswitch on two 
 servers?

 Turn off authentication or use ACL's

 /b

 On Jun 16, 2009, at 8:28 PM, Edmar Cruz wrote:

 Is there another way to manage the gateway with the caller id of the
 user
 not the gateway user id and is there a gateway that doesn't need a
 username
 and password?


 ___
 Freeswitch-users mailing list
 Freeswitch-users@lists.freeswitch.org
 http://lists.freeswitch.org/mailman/listinfo/freeswitch

[Freeswitch-users] Compiling Issues: Opal with Latest SVN Builds 6-19-09

2009-06-16 Thread Jonathan DiVita
Hello, all.  I'm currently playing around with a new install of Freeswitch and 
wanted to try out mod_opal.  Below are the current SVN builds for  opal, ptlib, 
and freeswitch.  I end up with the following errors when compiling.

making all mod_opal
Compiling mod_opal.cpp...
Compiling mod_opal.cpp ...
In file included from mod_opal.cpp:25:
mod_opal.h:151: error: conflicting return type specified for âvirtual 
OpalLocalConnection* FSEndPoint::CreateConnection(OpalCall, void*)â
/usr/include/opal/opal/localep.h:267: error:   overriding âvirtual 
ptlib_virtual_function_changed_or_removed** 
OpalLocalEndPoint::CreateConnection(OpalCall, void*)â
mod_opal.cpp: In constructor âFSConnection::FSConnection(OpalCall, 
FSEndPoint, switch_caller_profile_t*, switch_core_session_t*, 
switch_channel_t*)â:
mod_opal.cpp:564: error: no matching function for call to 
âOpalLocalConnection::OpalLocalConnection(OpalCall, FSEndPoint, NULL)â
/usr/include/opal/opal/localep.h:290: note: candidates are: 
OpalLocalConnection::OpalLocalConnection(OpalCall, OpalLocalEndPoint, void*, 
unsigned int, OpalConnection::StringOptions*, char)
/usr/include/opal/opal/localep.h:276: note: 
OpalLocalConnection::OpalLocalConnection(const OpalLocalConnection)
make[4]: *** [mod_opal.lo] Error 1
make[3]: *** [all] Error 1
make[2]: *** [mod_opal-all] Error 1
make[1]: *** [mod_opal] Error 2
make: *** [mod_opal] Error 2




r...@freeswitch1:~/opal# svn info
Path: .
URL: https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/opal/trunk
Repository Root: https://opalvoip.svn.sourceforge.net/svnroot/opalvoip
Repository UUID: 023b2edf-31b2-4de3-b41e-bca80c47788f
Revision: 22909
Node Kind: directory
Schedule: normal
Last Changed Author: rjongbloed
Last Changed Rev: 22909
Last Changed Date: 2009-06-16 07:09:41 -0400 (Tue, 16 Jun 2009)

r...@freeswitch1:~/opal# cd ..
r...@freeswitch1:~# cd ptlib/
r...@freeswitch1:~/ptlib# svn info
Path: .
URL: https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/ptlib/trunk
Repository Root: https://opalvoip.svn.sourceforge.net/svnroot/opalvoip
Repository UUID: 023b2edf-31b2-4de3-b41e-bca80c47788f
Revision: 22909
Node Kind: directory
Schedule: normal
Last Changed Author: csoutheren
Last Changed Rev: 22907
Last Changed Date: 2009-06-16 05:49:19 -0400 (Tue, 16 Jun 2009)

r...@freeswitch1:~/ptlib# cd /freeswitch/
r...@freeswitch1:/freeswitch# svn info
Path: .
URL: http://svn.freeswitch.org/svn/freeswitch/trunk
Repository Root: http://svn.freeswitch.org/svn
Repository UUID: d0543943-73ff-0310-b7d9-9358b9ac24b2
Revision: 13798
Node Kind: directory
Schedule: normal
Last Changed Author: brian
Last Changed Rev: 13798
Last Changed Date: 2009-06-16 19:11:45 -0400 (Tue, 16 Jun 2009)


Do I need earlier versions of opal and ptlib? 

Thanks!

Jon

___
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org