Originally posted by: robmurphy
If you are using G711 you will find that VoIP will use more bandwidth than sending speech down the T1 link as TDM traffic. With VoIP you need to add the RTP/UDP/IP headers. At 10 msec periodicity this will add 50% to the bandwidth needed.
I'm UK based so used to E1 not T1 but if my memory serves me connect a T1 = 24 * 64 kbits, of which 22 can cary speach. Using it for a data link I assume you use 23 channels, TS0 is kept for framing ect.
G711 speech at 10msec, over RTP/UDP/IP = 12 KBytes/sec
G711 over a timeslot, i.e. TDM, = 8 KBytes/sec
Using VoIP this gives 15 channels for speach, and leaves 4 Kbytes for signalling. Using the T1 in TDM would give 22 channels for speech, and a timeslot dedicated for the signalling.
Rob
Wow so somebody actually uses those E1 circuits I keep having to read about?
G.711 produces 64,000 bps, or 80B per 10ms, and 160B per 20ms (typical voip packet).
So if his codec is g.711, he's looking at:
160B VOIP payload
40B IP/UDP/RTP header (uncompressed)
6-8B depending on PPP or HDLC (iirc)
= 208B per packet, at a packetization rate of 50pps requires around 83 kbps required per call. With cRTP, this is reduced to about 68 kbps per call. Like Rob said, this is more than a TDM voice call, which will be 64,000 (for the T1 you get 23 calls, 1 channel for CCS)
With g.729 on the other hand: 8,000 bps or 20B per 20ms, which without compression equals 27 kbps per call. With compression it's reduced to 12 kbps per call.
Obviously there are very significant OH savings in using g.729 or g.728 over g.711, but I'm guessing the OP doesn't have control over that. If the site is linked via T1 I'm guessing (hoping) that there aren't more than 30 or so users, so you can reasonably oversubscribe that T1 for these guys' VOIP so long as you have effective LLQ configured. Which I guess is the purpose of the whole thread...