I have a question regarding Asterisk servers. I have a client that have two locations connected with fiber optic. On both locations they have PRI ISDN-s. On one location there are 4 PRI ISDN, and on other there is 1 PRI ISDN. Client bought four HP servers, two per location and they also bought PRI ISDN Failover boxes. The question is, how to make stretched Asterisk cluster (two one one location, and two on other). Something like this:
Location one Location two
+----------+ +----------+
|Asterisk 1|\ /|Asterisk 1|
+----------+ \ / +----------+
PRI|Cluster >-------------Cluster IP-------------< PRI|Cluster
+----------+ / \ +----------+
|Asterisk 2| / \|Asterisk 2|
+----------+ +----------+
So basic, they want to have telephony no matter if any of sites fail the other "little" cluster should take over SIP connectivity. I can easily setup two node cluster on both locations (Corosync, Pacemaker or DRBD), but how to connect those two locations as one big cluster.