Re: [OpenSIPStack] OpenSBC
Brought to you by:
joegenbaclor
From: Joegen E. B. <joe...@gm...> - 2007-06-27 12:16:18
|
Kolneath SOMETH wrote: > > Hi Joegen, > > Just a general question regarding OpenSBC. As it is written in C++, is > it possible to embed the application into the embedded system ie. ADSL > box, Router,.. ? PWLIB, the underlying library for OpenSIPStack and OpenSBC is known to compile in embedded systems using a GCC tool-chain. I haven't tried it personally but this should be possible. I have to be honest that OpenSIPStack is not the library of choice for embedding. I would be suggesting an ANSI C implementation such as osip. PJSIP is also another stack geared towards embedding. http://www.pjsip.org/ > Can we implement the OpenSBC to use the stack library from other > vendors (different from OpenSIPStack) ? Can I ask the reason why you would want to use another stack? I don't think it would be practical or even doable to let OpenSBC use another stack at this point. In fact, OpenSBC is a mere wrapper for functionalities within OpenSIPStack. The B2BUA which is at the heart of OpenSBC is within the OpenSIPStack realm. > > Thanks n Regards, > Kolneath SOMETH > |