Hey guys,

I hope somebody has some experience with the following because i'm stuck
;-).
I'm creating a fail over situation for Asterisk and this works great. The
only issue i have so fair os the from ip.

I used the IP fix routing here ->
http://www.voip-info.org/wiki/view/Asterisk+High+Availability+Solutions and
that works, in it's own subnet.
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.

I think that the issue is with this line:

ip route change 10.10.10.0/24 src 10.10.10.110 dev eth0

And it sould be:
ip route change 10.10.0.0/16 src 10.10.10.110 dev eth0

But when i try to enable that line i get a error saying that the thing i'm
trying to change is not there.

Anybody got any input on this issue? Would be great!

Thanks,
Peter
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to