Asterisk replacement for multi-line/multi-phone/all ring Nortel system?

0

I'm trying to replace an aging Nortel phone system with an Asterisk based system. The existing system work something like this:

    Phone 1-          -Line 1
    Phone 2--        --Line 2
    Phone 3---Server---Line 3
    Phone 4--        --Line 4
    Phone 5-          -Line 5

People from the outside call Line 1's number. The server then rings all of the phones, which show a call on Line 1. Someone picks up a phone, and they are connected with the caller. If the main number is busy, and someone else calls it, it is routed to Line 2, or line 3, etc. I plan to put in VoIP hardphones and an Asterisk server, then use a Digium card to connect the existing POTS lines to the Asterisk server. How would I accomplish something like this in Asterisk? Specific config examples would help.

kewltek

Posted 2013-11-07T22:30:59.513

Reputation: 1

Will be using plain Asterisk or are you going to put in a Web GUI of some sort ? It's a lot easier to configure using something like FreePBX, you can setup ring groups etc using the GUI pretty easily - but I don't remember how to do it off the top of my head... – Lawrence – 2013-11-08T01:25:06.583

I'll look into FreePBX (I've never heard of it before.) Thanks for the suggestion. – kewltek – 2013-11-08T15:47:41.407

Answers

0

Use trixbox or elastix. Google for manuals.

Also it can be helpfull read ORelly "Asterisk the future of telephony"

For setup you lines you need fxo&fxs sip adapters or card.

arheops

Posted 2013-11-07T22:30:59.513

Reputation: 977