This Question is Possibly Answered

1 "correct" answer available (5 pts) 2 "helpful" answers available (1 pts)
5 Replies Last post: Mar 1, 2010 11:16 PM by joegen  
Click to view Rezen's profile   2 posts since
Feb 27, 2010

Feb 27, 2010 6:07 AM

Install OpenSBC with 2 NIC


I want install (on CentOS 5.3) OpenSBC v1.1.6 in next scheme

Softphone[public IP] ------[public IP WAN if] OpenSBC [local IP LAN if]


[local IP] Softswitch.

How to correct build bin file opensbc ?

1.

./configure

make bothnoshared

or

2.

./configure --enable-gpllibs

make bothnoshared

or

3.

./configure --enable-gpllibs


make

???

Click to view joegen's profile   519 posts since
Apr 28, 2007
1. Feb 27, 2010 6:25 PM in response to: Rezen
Re: Install OpenSBC with 2 NIC
The third one should work.
Click to view joegen's profile   519 posts since
Apr 28, 2007
3. Mar 1, 2010 9:24 AM in response to: Rezen
Re: Install OpenSBC with 2 NIC
Nothing actually. --enable-gpllibs configure option simply enabled IProute 2 support in opensipstack. IProute2 files are already part of the source tree so there is nothing for you to install.
Click to view austincao's profile   16 posts since
Nov 11, 2009
4. Mar 1, 2010 10:38 PM in response to: joegen
Re: Install OpenSBC with 2 NIC
Hi joegen,

I also need to install OSBC with 2 NIC, one is public and one is private. And I select the "B2BUpperReg" mode.

Refer to OpenSBC Manual, we need to compile opensipstack before opensbc.
So, do you mean I should use "make" to compile both opensipstack and opensbc?
Or, just use use "make" to compile opensbc, but still use "make bothnoshared" to compile opensipstack?

Thanks
Click to view joegen's profile   519 posts since
Apr 28, 2007
5. Mar 1, 2010 11:16 PM in response to: austincao
Re: Install OpenSBC with 2 NIC
A simple "make" on both projects would do with the exception of opensipstack configure having the "--enable-gpllibs" flag.