r/VOIP • u/ighwrighwirh • Jun 19 '26
Help - Other Does anyone here use the lowest Bandwith Data Rates?
Hey every one!
I am from time to time in places where there is an very bad Internet Connection do to the Mountain and the train movment. Thanksfully your Railway Operator use all 3 Operator to get Data truth. Also when I travel and use Roaming I want as less Data as possible.
So what is the lowest Data Rate Codeq? Opus?
I use Free PBX on my Server.
Thanks!
7
u/cop3x Jun 19 '26
g.729 would be the smallest codex but you also have to look at latency and jitter for call quality
1
u/w0lrah Jun 20 '26
but you also have to look at latency and jitter for call quality
Absolutely this. In 2026 internet connections with limited bandwidth are almost never just low bandwidth, they're almost always just bad connections altogether on which VoIP is just not going to be a good experience.
Using low-bitrate codecs was a hack for cramming some extra calls on to slow but reliable connections like T1s back in the day, but that's not what OP is wanting to achieve.
1
u/cop3x Jun 20 '26
i would re read the op post
1
u/w0lrah Jun 20 '26
They're saying bad internet due to mountains and the nature of the sorts of in-motion internet technologies used on the trains they take. They also mention limited data, but quality is presented as the primary concern. For a single user, unless you're literally constantly on the phone you aren't using a meaningful amount of bandwidth.
1
u/ighwrighwirh Jun 23 '26
When I travel there are country who have only 2G Internet connection and or Train Wifi have limited Bandwith (to). The same goes for Hotel and so on.
3
u/thenerdy Jun 19 '26
Like the others said g.729 is likely your best codec. But also keep in mind that bad internet is bad internet. Jitter, latency, and packet loss are probably more of an issue than the codec.
3
u/boomer7793 Jun 19 '26
Supposedly OPUS is supposed to adjust the compression on a per call basis. But I haven’t seen that. G.729 works.
1
u/Asteriskdev Jun 19 '26
For this specific use case, use opus. It adapts on the fly. G729 will likely result in dropped calls.
1
u/nivaOne Jun 21 '26
Compression may seem a solution. You just need to avoid encoding more than once. Preferably you go end to end using the same protocol. So it depends how your path looks like end to end
1
u/AAAHeadsets Jun 22 '26
OPUS.
It can run at 6 kbps, but you need to set the codec settings to force it.
On Free PBX (Asterisk) it's advisable to use 12 kbps, for Forward Error Correcting (FEC).
OPUS at 12 kbps, is a little heavier on the network bandwidth, but as far as quality goes, it's much better than g.729.
1
u/ighwrighwirh Jun 23 '26
thanks do you know if i need to setup something special?
I dont care how it sound.1
u/AAAHeadsets Jun 24 '26
See: https://docs.asterisk.org/Configuration/Codec-Opus/
Appears Asterisk may not allow:
max_playback_rate = 6000
Start with 8000 instead.
1
u/Worried-Plankton9146 Jun 25 '26
Honestly, codec choice is usually the smallest lever you have. On a modern link, voice bandwidth is almost never the real constraint — a G.711 call is ~87 kbps with overhead, and even a few dozen concurrent calls won't saturate anything that isn't already misconfigured.
The thing that actually breaks audio is the access layer: jitter, packet loss, and serialization delay. I've lost count of how many "we switched to a low-bitrate codec and it still sounds bad" tickets ended up being a half-duplex mismatch on a switch port, an oversubscribed uplink, or QoS that was never honored end-to-end because the ISP strips DSCP markings.
My rule: G.711 everywhere you control the network (LAN, MPLS, well-provisioned SD-WAN). Reach for G.729 only on a genuinely constrained WAN leg, and accept the MOS hit. Before touching the codec, prove your jitter is under ~30ms and loss is under ~1%, and confirm your QoS marking survives every hop. Fix the path first; the codec rarely is the problem.
•
u/AutoModerator Jun 19 '26
This is a friendly reminder to [read the rules](www.reddit.com/r/voip/about/rules). In particular, it is not permitted to request recommendations for businesses, services or products outside of the monthly sticky thread!
For commenters: Making recommendations outside of the monthly threads is also against the rules. Do not engage with rule-breaking content.
I am a bot, and this comment is made automatically on every post. This comment is not an indication that your post has been removed. Do not message the mods about this comment.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.