0

Hi! I'm currently doing a simple 3rd party system on Asterisk Server, In my system I've already done with measuring bandwidth usage for each call and determined what type of Codec being used.My problem is on how to fluctuate the bandwidth on Asterisk server for each call..i really appreciate all of your answer..thank you.

serg10
  • 31,923
  • 16
  • 73
  • 94
hearty
  • 3
  • 1
  • 1
    You mean throttle / restrict the bandwith? You've tagged this question with lots of languages - which one are you actually using? – Rup Feb 04 '11 at 18:39
  • Based on a similar/recent question, I suspect whatever language works is fine. – Peter Lawrey Feb 04 '11 at 19:52
  • If you are using TCP, you could use a custom proxy server to control bandwidth and delays. It not ideal, (not as good as a hardware simulator) but it can be simple to implement. – Peter Lawrey Feb 04 '11 at 19:55
  • @Rup Hi Sir! some kinda, for example if many are using the internet (such streaming, downloading and etc.) then if there is a call i would like to prioritize it to increased the bandwidth when its not enough by lessen the bandwidth to other application..the PL I am using is vb.net but its fine to use c#/c++ – hearty Feb 04 '11 at 23:52
  • @Peter Hi Sir!what do you mean sir??? I'am using Asterisk server for voip sir. – hearty Feb 04 '11 at 23:54
  • @hearty, what part don't you understand? do you know what a proxy server is/does? – Peter Lawrey Feb 05 '11 at 11:27

1 Answers1

0

You can dynamically change the amount of network bandwidth with a traffic shaper. Since you're already using Linux you may want to try shorewall or check Google for GUI tools that use the traffic shaping built into the kernel.

shapr
  • 1,676
  • 13
  • 18