<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">


<META content="MSHTML 6.00.2900.2802" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=976421421-12032006><FONT face=Arial color=#0000ff size=2>Uhm, 
No.</FONT></SPAN></DIV>
<DIV><SPAN class=976421421-12032006><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=976421421-12032006><FONT face=Arial color=#0000ff size=2>We 
have multiple Asterisk boxes. OSPF only fails over between interfaces in a 
single Asterisk system.</FONT></SPAN></DIV>
<DIV><SPAN class=976421421-12032006><FONT face=Arial color=#0000ff size=2>We're 
not using regexten (cuz there's no frikkin docs for it!!!). We're using 
OpenSER's send() command to forward registrations from a phone to all Asterisk 
systems.</FONT></SPAN></DIV>
<BLOCKQUOTE>
  <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
  size=2>-----Original Message-----<BR><B>From:</B> Ron McCarthy 
  [mailto:ronmccar@gmail.com]<BR><B>Sent:</B> Sunday, March 12, 2006 1:29 
  PM<BR><B>To:</B> Asterisk Users Mailing List - Non-Commercial 
  Discussion<BR><B>Subject:</B> Re: [Asterisk-Users] 
  Clustering<BR><BR></FONT></DIV>Regarding OSPF, so your saying you have 
  multiple * boxes setup with same exact config and then just have OSPF fail 
  everthing over to the new server if it cant get to it? That makes sense, just 
  never of even thought of doing it that way. Heck, if you want to get real 
  complex just run BGP and you could then setup priorties for each server and 
  all kinds of cool stuff.<BR><BR>Are you then using regexten on all servers so 
  when a * tries to make a call it can find where to go, or are you using 
  something else?<BR><BR>Thanks!<BR>Ron<BR><BR>
  <DIV><SPAN class=gmail_quote>On 3/12/06, <B class=gmail_sendername>Douglas 
  Garstang</B> &lt;<A 
  href="mailto:dgarstang@oneeighty.com">dgarstang@oneeighty.com</A>&gt; 
  wrote:</SPAN>
  <BLOCKQUOTE class=gmail_quote 
  style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">It 
    doesn't. It's transparent to the user agent.<BR><BR>-----Original 
    Message-----<BR>From: Wai Wu [mailto:<A 
    href="mailto:wwu@Calltrol.com">wwu@Calltrol.com</A>]<BR>Sent: Sunday, March 
    12, 2006 9:40 AM<BR>To: Asterisk Users Mailing List - Non-Commercial 
    Discussion <BR>Subject: RE: [Asterisk-Users] Clustering<BR><BR><BR>How does 
    OSPF tell the remote end (assuming he does not know your setup) start 
    sending RTP packets to the other interface?<BR><BR>-----Original 
    Message-----<BR>From: <A 
    href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</A><BR>[mailto:<A 
    href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</A>]On 
    Behalf Of Douglas <BR>Garstang<BR>Sent: Sunday, March 12, 2006 1:41 
    AM<BR>To: Asterisk Users Mailing List - Non-Commercial Discussion; 
    Asterisk<BR>Users Mailing List - Non-Commercial Discussion<BR>Subject: RE: 
    [Asterisk-Users] Clustering<BR><BR><BR>No, only if a network interface in 
    the server fails. We have two network interfaces per system (actually we 
    have four, but two are on a private network with a MySQL server). If one of 
    the network interfaces fails, OSPF will switch the default route over to the 
    other interface pretty quick smart. There's probably a little luck involved 
    here 
    too.<BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----Original 
    Message-----<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;From: 
    Gabriel Afana [mailto:<A 
    href="mailto:asterisk@gafana.com">asterisk@gafana.com</A>]<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sent: 
    Sat 3/11/2006 10:07 PM 
    <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;To: Asterisk Users 
    Mailing List - Non-Commercial 
    Discussion<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Cc:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Subject: 
    Re: [Asterisk-Users] 
    Clustering<BR><BR><BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;So 
    you are actually able to maintain a call in progress even if the server 
    <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;its connected to fails 
    (by routing to 
    another)?<BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- 
    Gabe<BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;----- Original 
    Message -----<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;From: 
    "David Coulson" &lt;<A 
    href="mailto:david@davidcoulson.net">david@davidcoulson.net 
    </A>&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;To: "Asterisk 
    Users Mailing List - Non-Commercial 
    Discussion"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;<A 
    href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</A>&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sent: 
    Saturday, March 11, 2006 7:15 PM 
    <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Subject: Re: 
    [Asterisk-Users] 
    Clustering<BR><BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; 
    &gt;&nbsp;&nbsp;&nbsp;&nbsp; From what I can find online, OSPF seems to be a 
    technology 
    or<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;method,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; 
    &gt; not necessarily a program.&nbsp;&nbsp;What are you using to perform 
    OSPF?<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; 
    OSPF is a routing protocol. Quagga (<A 
    href="http://quagga.net">quagga.net</A>) is a good open 
    source<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; 
    implementation of OSPF for 
    Unix.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; 
    David <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; 
    _______________________________________________<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; 
    --Bandwidth and Colocation provided by <A 
    href="http://Easynews.com">Easynews.com</A> 
    --<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; 
    Asterisk-Users mailing list 
    <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; To UNSUBSCRIBE or 
    update options 
    visit:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt;&nbsp;&nbsp;&nbsp;&nbsp;<A 
    href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</A><BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_______________________________________________ 
    <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--Bandwidth and 
    Colocation provided by <A href="http://Easynews.com">Easynews.com</A> 
    --<BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Asterisk-Users 
    mailing list<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;To 
    UNSUBSCRIBE or update options 
    visit:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A 
    href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</A><BR><BR><BR>_______________________________________________<BR>--Bandwidth 
    and Colocation provided by <A href="http://Easynews.com">Easynews.com</A> 
    --<BR><BR>Asterisk-Users mailing list <BR>To UNSUBSCRIBE or update options 
    visit:<BR>&nbsp;&nbsp; <A 
    href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</A><BR><BR>_______________________________________________ 
    <BR>--Bandwidth and Colocation provided by <A 
    href="http://Easynews.com">Easynews.com</A> --<BR><BR>Asterisk-Users mailing 
    list<BR>To UNSUBSCRIBE or update options visit:<BR>&nbsp;&nbsp; <A 
    href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</A><BR><BR><BR></BLOCKQUOTE></DIV><BR></BLOCKQUOTE></BODY></HTML>