]> 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:51:30 +0000 (07:51 -0500)
commit7383f74dfc3b2b34c67ceca64090835dc14ae3f2
tree7cb6b6a566436bb155350deca3069908c5981c38
parent835ab50724ba2b829e273d2c16918bda235e2991
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]