Is there anyone that can help me with my following syntax? I am basically trying to have all calls come in from an IP and if that IP fails for some reason, it will roll to another IP.
if (src_ip== xxx.xxx.xxx.xxx){ t_on_failure("1"); rewritehost("xxx.xxx.xxx.xxx"); };
route[1]{ rewritehost("xxx.xxx.xxx.xxx"); break; t_relay(); };