]> 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:30 +0000 (07:59 -0500)
commit118d848238151dc1fd9b0aefacf2e83495600420
treefec5b769625e775580cf34d0d6ed30e1a0537488
parent0b1a629ecd866a767d0a176dfa0d27c9741f8339
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]