]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_broadcast: Add Broadcast application
authorNaveen Albert <asterisk@phreaknet.org>
Mon, 15 Aug 2022 20:04:38 +0000 (20:04 +0000)
committerGeorge Joseph <gjoseph@digium.com>
Thu, 5 Jan 2023 12:12:10 +0000 (06:12 -0600)
commite06fe8e344780f15adb62909e0234549805e202c
tree0d67bd5454477f2b5343274a687d48e2fbe6c072
parent68e345286bfb03da57186b8a7d8bfdac2e0c840d
app_broadcast: Add Broadcast application

Adds a new application, Broadcast, which can be used for
one-to-many transmission and many-to-one reception of
channel audio in Asterisk. This is similar to ChanSpy,
except it is designed for multiple channel targets instead
of a single one. This can make certain kinds of audio
manipulation more efficient and streamlined. New kinds
of audio injection impossible with ChanSpy are also made
possible.

ASTERISK-30180 #close

Change-Id: I7ba72f765dbab9b58deeae028baca3f4f8377726
apps/app_broadcast.c [new file with mode: 0644]
doc/CHANGES-staging/app_broadcast.txt [new file with mode: 0644]