Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

What is transcoding

There are different kinds of SIP codecs. Transcoding means translating the telecommunication signal of one technology or SIP codec into another. Depending on the SIP codec involved, more or less CPU of the gateway will be used. On beroNet VoIP Gateways, we talk about channels in order to give a better idea of the number of calls we can do depending on the codec used.

Gateway modelNr. of simple channelNumber of complex channels
BF400box164
BF1600box6416
BF6400box12864 (only 32 for T.38)

According the this information we can say that 1 complex channel = 4 simple channels

Our gateways are compatible with lots of different SIP codecs. Depending on the codec, a simple channel or a complex one will be used on the gateway when it transcodes.

CodecType of channel needed
Clear Channelsimple
G.711 (with DTMF & echo cancellation)simple
G.723complex
G.729complex
T.38complex
SRTPcomplex


PSTN to SIP transcoding

beroNet VoIP Gateways are often used to send calls from an analog, ISDN or GSM technology to SIP. Depending one the gateway model used and the SIP codec involved, the gateway will be able to process more or less calls. If the gateway transcodes the signal from PSTN to a SIP codec using simple channels, the number of possible calls amounts to the number of simple channels available on the gateway. The same applies for complex channel SIP codecs and the number of complex channels available in the gateway.

Example:

Gateway modelFROMTONr. of possible calls
BF400boxBRIG.71116
BF400boxBRIG.7294
BF1600boxPRIClear channel64
BF1600boxPRIT.3816


SIP-to-SIP transcoding

When a beroNet VoIP Gateway is used to send calls from one SIP peer to another two calls are established in the gateway:

  • SIP to Gateway = 1 call with x number of channels used
  • Gateway to SIP = 1 call with x number of channels used

In order to know how many channels are used, thus how many calls the gateway can handle, we need to sum up the channels used in both calls.


FromToNr. of simple channels used for one SIP to SIP call

 calls bf400

bf1600bf6400
G.711G.711283264
G.711G.729531242
G.729G.72982832
G.711T.38531225






SIP transcoding can requires more than one channel for specific codecs. G.711 is the least resource intensive code. G.729 and T.38 transcoding require more than on channel on our gateway.

  • No labels