Hi All,
We are soon going to upgrade our old PBX system with a new Toshiba CIX/CTX systems in our two locations. We have a PTP T1 leased line between these two locations carrying data traffic. One of these locations is also the Internet gateway for the 2nd location.
The phone guys are telling me that our internal (between locations call) as well as voice mail traffic (centralized) will be on T1. So the T1 will carry both, voice and data. To hook up their new digital PBXs to our data network, they just need two separate IP addresses in each location and they can then connect cat5 cables to our cisco switch in ea. location. Outward and Inward calls will be made through our Telco lines. So we are on VOIP, but partially.
What kind of configuration I would require to do in the routers? QoS? If yes, does Cisco 2611 and 1720 support QoS?
Thanks,
Sharad
What needs to be done :
* apply marking, so you can differentiate between voice traffic and other, less critical, packets
* we will want to put all voice stream into the Low Latency Queue, this LLQ will get first priority when sending out packets over the T1
* a T1 has a, relatively, low bandwidth, the VoIP guys should be doing so when implementing, but you should use G.729 or some other low bandwidth codec over the WAN
* QoS can only protect voice traffic from other traffic, with LLQ you will allow all combined voice traffic x amount of bandwidth, if you will have more calls over the WAN than can be carried in that bandwidth, you will again run into issues, to prevent more calls than supported being set up, it's a good practice to set up Call Admission Control, CAC is applied by the VoIP equipment, Cisco CallManager can do it through Locations, or an H.323 gatekeeper, I suggest you ask your VoIP supplier to ask about this scenario
As a general comment, do take QoS and CAC serious, you will probably not even notice the first months if you do not configure it, but the point where a lack of WAN design becomes apparent WILL come up and haunt you sooner or later.