High Availability/Load Balancing #1147
-
Are there any examples/known implementations that used SIPSorcery to achieve Load Balancing/HA? Any known issues or limitations? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The library was originally written in 2005/2006 to act as a Stateless SIP Proxy for a commercial VoIP service. It's no longer used on that service, and in fact that company has now shut down. As far as HA there are no specific features in the library to support it but that will be the casse for most SIP Proxy implementations. HA is typically achieved with SRV records used to load balance across multiple proxy instances. |
Beta Was this translation helpful? Give feedback.
No, not that I know of.
That sort of capabiltity is the remit of the sophisticated SIP Proxy apps like SER & Kamilio. Typically you'd be looking at a DB or some kind of persistent store to maintain the high velocity state. In production SIP Proxies I've only ever used this library in stateless SIP Proxy mode.