What is best way to make SER/OpenSER route to a different feature server if the first one doesn't respond? Should this be done with an additional failure route? Can either SER or OpenSER do SRV queries?
I am basically trying to get a little extra redundancy in place for my VM server. They will be replicating between each other, but if one goes down I need to make sure SER can still forward calls to a VM server that is still alive.
My current ser.cfg is based off of the onsip call-forwarding config.
Thanks! - Daryl
Hi Daryl,
both support SRV lookup, but non implements serial forking based on it. The simples way will be use failure route (several levels) to achieve redundancy. Maybe this will help you: http://www.voice-system.ro/docs/avpops/ar01s08.html#ex_serial_forking
regards, bogdan
Daryl Sanders wrote:
What is best way to make SER/OpenSER route to a different feature server if the first one doesn't respond? Should this be done with an additional failure route? Can either SER or OpenSER do SRV queries?
I am basically trying to get a little extra redundancy in place for my VM server. They will be replicating between each other, but if one goes down I need to make sure SER can still forward calls to a VM server that is still alive.
My current ser.cfg is based off of the onsip call-forwarding config.
Thanks!
- Daryl
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Just make a failure_route and forward to the second VM server from within the failure route.
SRV failover is not implemented yet.
klaus
Daryl Sanders wrote:
What is best way to make SER/OpenSER route to a different feature server if the first one doesn't respond? Should this be done with an additional failure route? Can either SER or OpenSER do SRV queries?
I am basically trying to get a little extra redundancy in place for my VM server. They will be replicating between each other, but if one goes down I need to make sure SER can still forward calls to a VM server that is still alive.
My current ser.cfg is based off of the onsip call-forwarding config.
Thanks!
- Daryl
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users