|
|
|
|
|
by MichaelGG
4065 days ago
|
|
Not that I have any love for Asterisk, but modern versions can handle that load. As can FreeSWITCH despite its... interesting... threading model, as can OpenSIPS. On top of that, who cares what a single process can run? It's better to run one per core anyways. I had several servers, each running several FS instances and scaling wasn't really an issue. I even ran a 5 nines 9-1-1 service off Asterisk, as embarrassing as that is. We missed one call in 18 months during a hard maintenance cutover, but handled it manually, but of course it was only one part and relied on the rest of the PSTN. With a SIP proxy in an HA setup, almost surely the biggest downtime is going to be operator error or IP connectivity issues. Or someone changing their signalling subtly, but OTOH 5ESS and DMS aren't totally identical in behavior either. (Though fair enough, the "software" guys haven't shown the same uptimes, overall, as the old style switching, true.) |
|