]> 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)
committerJoshua Colp <jcolp@sangoma.com>
Mon, 9 Aug 2021 12:59:09 +0000 (07:59 -0500)
commit6a89266b5b57f4ebbaa4e5f069a9a00bc623ca86
treedca4a3a9fc2aa2fb486e5f0c3aed1d9b774392e9
parent8a6c9c3a761a422b050dbf8fa8723943320ca5c6
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]