Hello Bob
From: Bo Sent: Saturday, January 03, 2004 3:07 AM
- load balancing
Two PSTN Gateways (A and B) could terminate the same destination numbers. How to do load balancing (just route calls to them randomly)?
I think this is a good example for an "exec_dset" - action. See chapter 2.7.4 of the admin_guide.
- priority routing
Two PSTN Gateways (A and B) could terminate the same destination numbers. SER always try A first. If A couldn't terminate the call (offline, no circuit ...), then it will try B. In other words, Gateway A always has a higher priority than B. How to do it?
I think this is a good example for "On-Reply Procesing". The question is, if you always get a clear failure feedback from Gateway A. See chapter 2.7.5 of the admin_guide.
Franz