]> git.ipfire.org Git - thirdparty/asterisk.git/commit
func_frame_drop: New function
authorNaveen Albert <asterisk@phreaknet.org>
Wed, 16 Jun 2021 20:30:05 +0000 (16:30 -0400)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Mon, 9 Aug 2021 12:49:21 +0000 (07:49 -0500)
commitaf17973bdabac54cf97d2bf95a4adb234ba0d1d8
tree4e42b3b188442b33d46fc2f6264f2188d3db4663
parent9a225692feb1179f0f4b72f0dc94d59252d53cab
func_frame_drop: New function

Adds function to selectively drop specified frames
in the TX or RX direction on a channel, including
control frames.

ASTERISK-29478

Change-Id: I8147c9d55d74e2e48861edba6b22f930920541ec
doc/CHANGES-staging/func_framedrop.txt [new file with mode: 0644]
funcs/func_frame_drop.c [new file with mode: 0644]