I have the following in my config, which works...<br>now if I comment forward and comment out rewritehost I get errors. Am I not using the correct syntax? <br><br>route[5] {<br><br> # -----------------------------------------------------------------
<br> # PSTN Handler<br> # -----------------------------------------------------------------<br><br> t_on_reply("1");<br><br> # do load balancing<br> ds_select_dst("1","4");
<br> sl_send_reply("100","Trying");<br><br> #rewritehost(uri:host);<br> forward(uri:host,uri:port);<br><br> route(4);<br> route(1);<br>}<br><br>