This Question is Answered

1 "correct" answer available (4 pts) 2 "helpful" answers available (2 pts)
10 Replies Last post: Nov 7, 2008 10:44 PM by radp1399  
Click to view radp1399's profile   8 posts since
Oct 28, 2008

Nov 4, 2008 6:20 PM

Anyone able to put OpenSBC and SipXecs on same box?


Hi. I am interested in using OpenSBC for nat traversal with SipXecs and was wondering if there was a way to install and use them together on the same box, or do they need to be on seperate boxes.

radp1399

Guest
1. Nov 4, 2008 7:07 PM in response to: radp1399
Re: [OpenSBC] Anyone able to put OpenSBC and SipXecs on same box?
OpenSBC Forum wrote:
Hi. I am interested in using OpenSBC for nat traversal with SipXecs and was wondering if there was a way to install and use them together on the same box, or do they need to be on seperate boxes.

radp1399


Hi,

OpenSBC and SIPX can reside on the same box as long as OpenSBC is
configured to listen on a port other than sipx is using for it's
listeners. You can set the listener address in General Parameters.
Eg: sip:*15060 which means OpenSBC will listen on port 15060 using all
interfaces or sip:xxx.xxx.xxx.xxx:15060 is you want OpenSBC to use a
specific interface. When you configure SIPX , make sure the routes to
OpenSBC from SIPX includes the port in the URI.

Joegen
Click to view anebi's profile   12 posts since
Oct 14, 2008
2. Nov 6, 2008 10:33 AM in response to: radp1399
Re: Anyone able to put OpenSBC and SipXecs on same box?

Hi, yes, i'm running OSBC with sipx on the same box. There is no problem to do that.


Regards, Ali Nebi!

Click to view anebi's profile   12 posts since
Oct 14, 2008
4. Nov 6, 2008 10:46 AM in response to: radp1399
Re: [OpenSBC] Anyone able to put OpenSBC and SipXecs on same box?
Can you explain the step by step what you are doing?
Guest
5. Nov 6, 2008 11:12 AM in response to: anebi
Re: [OpenSBC] Anyone able to put OpenSBC and SipXecs on same box?
Hi

How would you like to create a "How To Install OSBC on sipXecs" for the
list?


Original Message

From: "OpenSBC Forum"
To:
Sent: Thursday, November 06, 2008 9:33 AM
Subject: Re: OpenSBC Anyone able to put OpenSBC and SipXecs on same box?


Hi, yes, i'm running OSBC with sipx on the same box. There is no problem
to do that.

Regards, Ali Nebi!


This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Opensipstack-osbcdevel mailing list
Opensipstack-osbcdevel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensipstack-osbcdevel
Guest
6. Nov 6, 2008 12:06 PM in response to: radp1399
Question?
Did you create a directory for OpenSBC before Make?

Gary

On Nov 6, 2008, at 9:35 AM, OpenSBC Forum wrote:


I've run into a bit of an issue when compiling opensbc on the
SipXecs box. Here is the compile error I'm getting and the ouput
from ./configure:

g++ -D_REENTRANT -D_REENTRANT -Wall -I/usr/local/src/OpenSBC-1.1.5-
RC1-Bundle/opensipstack/include -DPTRACING -I/usr/local/src/
OpenSBC-1.1.5-RC1-Bundle/opensipstack/include -I ./ -fpermissive -
Os -c StatefulUpperRegistration.cxx -o obj_linux_x86_r/
StatefulUpperRegistration.o
make[2]: *** No rule to make target `/usr/local/src/OpenSBC-1.1.5-
RC1-Bundle/opensipstack/lib/libpt_linux_x86_r_s.a', needed by
`obj_linux_x86_r/opensbc'. Stop.
make[2]: Leaving directory `/usr/local/src/OpenSBC-1.1.5-RC1-Bundle/
opensbc'
make[1]: *** optnoshared Error 2
make[1]: Leaving directory `/usr/local/src/OpenSBC-1.1.5-RC1-Bundle/
opensbc'
make: *** bothnoshared Error 2
root@sipx opensbc# ./configure
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for ./opensipstack/OpenSIPStack.sln... no
checking for ../../OpenSIPStack.sln... no
checking for ../opensipstack/OpenSIPStack.sln... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sbcbuildopts.h
config.status: sbcbuildopts.h is unchanged


Am I missing something that OpenSBC needs? Can anyone tell what the
problem might be?

Thanks.

radp1399


This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win
great prizes
Grand prize is a trip for two to an Open Source event anywhere in
the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Opensipstack-osbcdevel mailing list
Opensipstack-osbcdevel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensipstack-osbcdevel
Guest
8. Nov 6, 2008 7:42 PM in response to: radp1399
Re: [OpenSBC] Anyone able to put OpenSBC and SipXecs on same box?
Make sure you build OpenSIPStack first before building OpenSBC.

OpenSBC Forum wrote:
Anebi,

I installed sipxecs 3.10.2 with the install disk and then group installed 'Development Tools' and 'Development Libraries' with yum. Once that was complete, I unzipped and untarred OpenSBC-1.1.5-RC1-Bundle.tar.gz. Then I ran ./configure and once that was done I ran 'make bothnoshared'. The ran for a bit when I got the errors I referred to above.

Thanks.

radp1399


This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Opensipstack-osbcdevel mailing list
Opensipstack-osbcdevel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensipstack-osbcdevel

No virus found in this incoming message.
Checked by AVG - http://www.avg.com
Version: 8.0.175 / Virus Database: 270.9.0/1771 - Release Date: 11/6/2008 7:58 AM

Click to view anebi's profile   12 posts since
Oct 14, 2008
9. Nov 7, 2008 4:31 AM in response to: radp1399
Re: [OpenSBC] Anyone able to put OpenSBC and SipXecs on same box?
Hi,

You should compile first opesipstack, then you should compile opensbc. Before you run configure script for opensipstack, you can check configure options this way: ./configure --help


Then for compiling you need to run: make bothnoshared . If everything goes without problems, then you can compile opensbc.