Hey guys,<div><br></div><div>I hope somebody has some experience with the following because i&#39;m stuck ;-).</div><div>I&#39;m creating a fail over situation for Asterisk and this works great. The only issue i have so fair os the from ip.</div>

<div><br></div><div>I used the IP fix routing here -&gt; <a href="http://www.voip-info.org/wiki/view/Asterisk+High+Availability+Solutions">http://www.voip-info.org/wiki/view/Asterisk+High+Availability+Solutions</a> and that works, in it&#39;s own subnet.</div>

<div>But when the Asterisk box is in 10.100.2.x and my phones are in 10.100.3.x i have no audio. (All the other stuff seems to work fine.. i can auto provision, make the call (the phone will ring). When i check the SIP debugging i see a correct from IP.</div>

<div><br></div><div>I think that the issue is with this line: </div><div><br></div><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; ">ip route change <a href="http://10.10.10.0/24">10.10.10.0/24</a> src 10.10.10.110 dev eth0 <br>

</span></div><div><span class="Apple-style-span" style="font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; "><br></span></div><div><span class="Apple-style-span" style="font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; ">And it sould be:</span></div>

<div><span class="Apple-style-span" style="font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; "><meta http-equiv="content-type" content="text/html; charset=utf-8">ip route change <a href="http://10.10.0.0/16">10.10.0.0/16</a> src 10.10.10.110 dev eth0 <br>

</span></div><div><span class="Apple-style-span" style="font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; "><br></span></div><div><span class="Apple-style-span" style="font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; ">But when i try to enable that line i get a error saying that the thing i&#39;m trying to change is not there.</span></div>

<div><span class="Apple-style-span" style="font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; "><br></span></div><div><span class="Apple-style-span" style="font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; ">Anybody got any input on this issue? Would be great!</span></div>

<div><span class="Apple-style-span" style="font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; "><br></span></div><div><span class="Apple-style-span" style="font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; ">Thanks,</span></div>

<div><span class="Apple-style-span" style="font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; ">Peter</span></div><meta http-equiv="content-type" content="text/html; charset=utf-8">