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?
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 Techy001325 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
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.