]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_remb_modifier: Add module for controlling REMB from CLI.
authorJoshua Colp <jcolp@digium.com>
Thu, 20 Sep 2018 09:48:38 +0000 (09:48 +0000)
committerJoshua Colp <jcolp@digium.com>
Thu, 20 Sep 2018 09:48:38 +0000 (09:48 +0000)
commit87bac2057e06272aa377ce951ae921e223296c96
treed5d0a65f5ccb14885e68202c1233a82c56028b76
parent70af90e2f5e15f570262cca90167ef84b583efc9
res_remb_modifier: Add module for controlling REMB from CLI.

This adds a module which registers a CLI command that can set the
REMB bitrate value for REMB as it enters or exits Asterisk. This
allows you to ignore what Asterisk or a client produces and is
useful for demonstrations.

This does not generate REMB frames, however, but just modifies
them as they flow to or from a channel.

Change-Id: Ib089427c46a4a36d645cecfe02406adb38c17bec
res/res_remb_modifier.c [new file with mode: 0644]