Eric Klein
2015-Aug-03 14:50 UTC
[asterisk-users] Looking for PRI Card with automatic fail over
Hi all, Strange request, I have a customer where we are putting an Asterisk PBX in front of a legacy (non-VoIP) PBX. One of the requirements it that the Asterisk PBX have 2 PRI ports (on towards the legacy PBX and one towards the carrier) with the ability to go to pass through should the Asterisk PBX (software or hardware level) fail. I did not see this feature in the Digium, Sangoma, Allo, or OpenVox cards. Does anyone know of a card that will do this? I know that Digium has an external box (the r850) that does something similar for 2 PBXs making them high availability, but in this case I only have the 1 Asterisk box acting as a gateway and passing some calls out over SIP and IAX2. Any suggestions would be appreciated. Thanks Eric -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150803/c67efe6c/attachment.html>
Matt Riddell (lists)
2015-Aug-03 15:09 UTC
[asterisk-users] Looking for PRI Card with automatic fail over
There was a product called something like red box or similar that I saw around 5 years ago. Probably not entirely helpful but maybe Google will help. Kind regards, Matt> On Aug 3, 2015, at 9:50 AM, Eric Klein <eric.klein at greenfieldtech.net> wrote: > > Hi all, > > Strange request, I have a customer where we are putting an Asterisk PBX in front of a legacy (non-VoIP) PBX. One of the requirements it that the Asterisk PBX have 2 PRI ports (on towards the legacy PBX and one towards the carrier) with the ability to go to pass through should the Asterisk PBX (software or hardware level) fail. > > I did not see this feature in the Digium, Sangoma, Allo, or OpenVox cards. > > Does anyone know of a card that will do this? I know that Digium has an external box (the r850) that does something similar for 2 PBXs making them high availability, but in this case I only have the 1 Asterisk box acting as a gateway and passing some calls out over SIP and IAX2. > > Any suggestions would be appreciated. > > Thanks > Eric > -- > _____________________________________________________________________ > -- 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-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150803/a8551ad5/attachment.html>
Matt Riddell
2015-Aug-03 18:54 UTC
[asterisk-users] Looking for PRI Card with automatic fail over
Yep it was red fone http://red-fone.com 7 years ago :-) http://www.venturevoip.com/detail.php?news_id=1927 -- Cheers, Matt Riddell _______________________________________________ http://www.venturevoip.com/news.php (Daily Asterisk News) http://www.venturevoip.com/pabx_on_disk.php (PABX on a Disk) http://www.venturevoip.com/exchange.php (Full ITSP Solution) http://www.venturevoip.com/cc.php (Call Centre Solutions) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150803/f8f1bd57/attachment.html>
M Shokuie
2015-Aug-03 19:01 UTC
[asterisk-users] Looking for PRI Card with automatic fail over
Hi there, Using Sangoma Vega400 gateway you'll have what is called resilliency which is exactly what you are looking for. Regards. -- M. Shokuie Nia On Aug 3, 2015 18:51, "Eric Klein" <eric.klein at greenfieldtech.net> wrote:> Hi all, > > Strange request, I have a customer where we are putting an Asterisk PBX in > front of a legacy (non-VoIP) PBX. One of the requirements it that the > Asterisk PBX have 2 PRI ports (on towards the legacy PBX and one towards > the carrier) with the ability to go to pass through should the Asterisk PBX > (software or hardware level) fail. > > I did not see this feature in the Digium, Sangoma, Allo, or OpenVox cards. > > Does anyone know of a card that will do this? I know that Digium has an > external box (the r850) that does something similar for 2 PBXs making them > high availability, but in this case I only have the 1 Asterisk box acting > as a gateway and passing some calls out over SIP and IAX2. > > Any suggestions would be appreciated. > > Thanks > Eric > > -- > _____________________________________________________________________ > -- 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 >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150803/536ee20d/attachment.html>
A J Stiles
2015-Aug-04 07:47 UTC
[asterisk-users] Looking for PRI Card with automatic fail over
On Monday 03 Aug 2015, Eric Klein wrote:> Hi all, > > Strange request, I have a customer where we are putting an Asterisk PBX in > front of a legacy (non-VoIP) PBX. One of the requirements it that the > Asterisk PBX have 2 PRI ports (on towards the legacy PBX and one towards > the carrier) with the ability to go to pass through should the Asterisk PBX > (software or hardware level) fail. > > I did not see this feature in the Digium, Sangoma, Allo, or OpenVox cards. > > Does anyone know of a card that will do this? I know that Digium has an > external box (the r850) that does something similar for 2 PBXs making them > high availability, but in this case I only have the 1 Asterisk box acting > as a gateway and passing some calls out over SIP and IAX2. > > Any suggestions would be appreciated.Use a 4-pole change-over relay to switch the PRI connection either to the Asterisk box if it gets some sort of "heartbeat" signal from the computer (say, toggling one of the lines of a printer port, if the motherboard still has one), or the old PABX? You might have to do some mean, down and dirty low-level programming, to embed your heartbeat-generating code in Asterisk's idle loop; but the Source Code is out there, if you fancy the challenge ..... -- AJS Note: Originating address only accepts e-mail from list! If replying off- list, change address to asterisk1list at earthshod dot co dot uk .
Technical Support
2015-Aug-04 12:23 UTC
[asterisk-users] Looking for PRI Card with automatic fail over
On 8/4/2015 3:47 AM, A J Stiles wrote:> On Monday 03 Aug 2015, Eric Klein wrote: >> Hi all, >> >> Strange request, I have a customer where we are putting an Asterisk PBX in >> front of a legacy (non-VoIP) PBX. One of the requirements it that the >> Asterisk PBX have 2 PRI ports (on towards the legacy PBX and one towards >> the carrier) with the ability to go to pass through should the Asterisk PBX >> (software or hardware level) fail. >> >> I did not see this feature in the Digium, Sangoma, Allo, or OpenVox cards. >> >> Does anyone know of a card that will do this? I know that Digium has an >> external box (the r850) that does something similar for 2 PBXs making them >> high availability, but in this case I only have the 1 Asterisk box acting >> as a gateway and passing some calls out over SIP and IAX2. >> >> Any suggestions would be appreciated. > Use a 4-pole change-over relay to switch the PRI connection either to the > Asterisk box if it gets some sort of "heartbeat" signal from the computer > (say, toggling one of the lines of a printer port, if the motherboard still > has one), or the old PABX? > > You might have to do some mean, down and dirty low-level programming, to embed > your heartbeat-generating code in Asterisk's idle loop; but the Source Code is > out there, if you fancy the challenge ..... >Building on the answer above, have a look at ESL labs - who make such a relay that can bypass the PRI to the Asterisk server. As well, have a look at HAAst (www.telium.ca) which can monitor Asterisk and then control the ESL relay to bypass Asterisk in case of failure. -Raj- P.S. My opinions do not necessarily reflect those of my employer. As I am employed by Telium you can bet that me opinions are biased!
Sam Basan
2015-Aug-05 09:53 UTC
[asterisk-users] Looking for PRI Card with automatic fail over
Hi, What you need is PRI TAP (also called SWITCH box) Check this one http://www.voicetronix.com/openpri.htm ???? ?????? ???? ?????? 3 ????' 2015 17:53,? "Eric Klein" <eric.klein at greenfieldtech.net> ???:> Hi all, > > Strange request, I have a customer where we are putting an Asterisk PBX in > front of a legacy (non-VoIP) PBX. One of the requirements it that the > Asterisk PBX have 2 PRI ports (on towards the legacy PBX and one towards > the carrier) with the ability to go to pass through should the Asterisk PBX > (software or hardware level) fail. > > I did not see this feature in the Digium, Sangoma, Allo, or OpenVox cards. > > Does anyone know of a card that will do this? I know that Digium has an > external box (the r850) that does something similar for 2 PBXs making them > high availability, but in this case I only have the 1 Asterisk box acting > as a gateway and passing some calls out over SIP and IAX2. > > Any suggestions would be appreciated. > > Thanks > Eric > > -- > _____________________________________________________________________ > -- 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 >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150805/1e4caa3f/attachment.html>