Some hardware will do fail over such as the Twin Star enabled Astribanks from Xorcom. They use USB to connect to the server. When the telephony hardware detects that the master server is no longer responding it automatically switches to the backup server. I believe you still have to set up rsync cron jobs to keep certain things in sync to make that switchover seamless though.
On Wed, Aug 19, 2009 at 12:51 PM, JR Richardson <[email protected]>wrote: > > Because the senario which I want to make it happen is that I will be > having > > two asterisk machines which acts as primary and secondary servers and all > > the phones would be connected to the primary server, I want to see that > if > > the first server is down then the phones can pick up the second server > using > > Dundi. > > You can not use DUNDi for this. DUNDi is an Asterisk peer-to-peer > protocol, only Asterisk understands DUNDi. The phones do not know > anything about DUNDi, they usually talk SIP to Asterisk. > > What you are describing is 2 Asterisk servers setup in a Master/Slave > High Availability scenario, whereby all phones would register to the > Master and if the Master failed, the phones would register to the > Slave and continue to operate. > > This has been done before and works well. You need some HA utility > like UltraMonkey to share an IP between the Master/Slave and then use > rsync to keep the voicemail/ast database/config files updated between > the servers. > > This discussion is better on the asterisk-ha-clustering list. > > Good Luck. > > JR > -- > JR Richardson > Engineering for the Masses > > _______________________________________________ > --Bandwidth and Colocation Provided by http://www.api-digital.com-- > > Dundi mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/dundi >
_______________________________________________ --Bandwidth and Colocation Provided by http://www.api-digital.com-- Dundi mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/dundi
