On Fri, Feb 21, 2003 at 10:03:25PM +0100, Jiri Kuthan wrote:
Funny, I copy'n'pasted the config file in my SER and it worked. You may want to look at your log files to see what is the error.
There is a tougher issue though: you never know with stateless forwarding whether a transaction completed or not. You only know that sending did not fail (e.g., due to lack of memory). You need to switch over to stateful processing to achieve the fail- over capability. The voicemail example is similar to what you want to do. http://www.iptel.org/ser/doc/seruser-html/x510.html#AEN616
That seems to be almost what I'm after. However, I would rather not alter the original URI at all. I simply need to forward the connection to one of two different servers. If I'm reading that VM example right, it's altering the URI for each step.