975 pts.
 Running SIP proxy server as a virtual machine
What role does the SIP proxy server play and what issues would we see if it goes down? Can we run it as a virtual machine and have a backup one in another VM?

Software/Hardware used:
ASKED: May 19, 2011  7:45 PM
UPDATED: May 26, 2011  10:21 AM

Answer Wiki:
As mentioned by Carlosdl, SIP proxy is the one in middle of the caller and callee, it determines the callee and forwards the call and forks the incoming call to different destinations. It also combined with the resource manager in an ISP deployment scenario. Assume that the virtual machine also has the access to same CPU in its own way. Proxy combined with the Media server utilizes most of the resources. So it is purely depending on the deployment model and the storage. We need to think how to maintain the backup in case of one vm goes down and another will take up the role and continue to provide the service. Backup model should learn the current status of the call and continue without any disturbance.
Last Wiki Answer Submitted:  May 26, 2011  10:21 am  by  Techy001   325 pts.
All Answer Wiki Contributors:  Techy001   325 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

A SIP proxy is some device that receives and forwards SIP requests/messages between end points. If it goes down, calls will most likely fail.

SIP applications are usually very resource-intensive (mainly CPU and network), so you would need to analyze how it performs virtualized.

 63,535 pts.