Difference between revisions of "VoIP Cookbook: OpenSIPS High Performance Softswitch"

From OnnoWiki
Jump to navigation Jump to search
(New page: In this chapter, we will discuss on OpenSIPS. OpenSIPS (Open SIP Server) is a mature Open Source implementation of a SIP server. OpenSIPS is more than a SIP proxy/router as it includes app...)
 
 
Line 6: Line 6:
  
 
** [[VoIP Cookbook: Compile OpenSIPS]]
 
** [[VoIP Cookbook: Compile OpenSIPS]]
** [[VoIP Cookbook: Prepare User Database Server]]
+
** [[VoIP Cookbook: Prepare User Database Server in OpenSIPS]]
** [[VoIP Cookbook: Use opensipsctl]]
+
** [[VoIP Cookbook: Use opensipsctl in OpenSIPS]]
 
** [[VoIP Cookbook: Some Routing Technique in OpenSIPS]]
 
** [[VoIP Cookbook: Some Routing Technique in OpenSIPS]]
** [[VoIP Cookbook: How to route to PSTN and Cellular]]
+
** [[VoIP Cookbook: How to route to PSTN and Cellular in OpenSIPS]]
 
** [[VoIP Cookbook: How to route ENUM Query in OpenSIPS]]
 
** [[VoIP Cookbook: How to route ENUM Query in OpenSIPS]]
 
** [[VoIP Cookbook: Test ENUM Query in OpenSIP]]
 
** [[VoIP Cookbook: Test ENUM Query in OpenSIP]]

Latest revision as of 11:49, 9 March 2010

In this chapter, we will discuss on OpenSIPS. OpenSIPS (Open SIP Server) is a mature Open Source implementation of a SIP server. OpenSIPS is more than a SIP proxy/router as it includes application-level functionalities. OpenSIPS, as a SIP server, is the core component of any SIP-based VoIP solution. With a very flexible and customizable routing engine, OpenSIPS 'unifies voice, video, IM and presence services in a highly efficient way, thanks to its scalable (modular) design.

What OpenSIPS has to offer, comes in a reliable and high-performance flavour - OpenSIPS is one of the fastest SIP servers, with a throughput that confirms it as a solution up to enterprise or carrier-grade class. It performs much better than that of Asterisk. However, it lacks of feature that rich in Asterisk. Thus, in reality, it would be beneficial to use both Asterisk and OpenSIPS.

More Detailed

See Also