]> 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:08 +0000 (06:12 -0600)
commit0dc3d8c6557095ab6f11b74a6a934bc3602f98c8
tree98a9847875429e6294f180dc51f26147563ddd61
parent3e4c01221514d84cf1ac89f5d0b07935fca7110e
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]