Thread: [OpenSBC] Anyone able to put OpenSBC and SipXecs on same box?
Brought to you by:
joegenbaclor
|
From: OpenSBC F. <ope...@op...> - 2008-11-04 23:21:30
|
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 |
|
From: Joegen E. B. <joe...@gm...> - 2008-11-05 00:07:26
|
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 |
|
From: OpenSBC F. <ope...@op...> - 2008-11-06 15:36:14
|
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 |
|
From: OpenSBC F. <ope...@op...> - 2008-11-06 15:47:08
|
Can you explain the step by step what you are doing? |
|
From: OpenSBC F. <ope...@op...> - 2008-11-06 19:05:12
|
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 |
|
From: Joegen E. B. <joe...@gm...> - 2008-11-07 00:42:45
|
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 > Ope...@li... > 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 > > |
|
From: OpenSBC F. <ope...@op...> - 2008-11-07 09:31:27
|
Hi, yes, 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. |
|
From: OpenSBC F. <ope...@op...> - 2008-11-08 03:45:30
|
Thanks, that worked. |
|
From: Baja <xb...@co...> - 2008-11-06 17:06:53
|
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 > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-osbcdevel |
|
From: OpenSBC F. <ope...@op...> - 2008-11-06 15:34:25
|
Hi, yes, i'm running OSBC with sipx on the same box. There is no problem to do that. Regards, Ali Nebi! |