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
This commit is contained in:
Naveen Albert
2022-08-15 20:04:38 +00:00
committed by George Joseph
parent 68e345286b
commit e06fe8e344
2 changed files with 623 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
Subject: app_broadcast
A Broadcast application is now available which allows
for asynchronous one-to-many and many-to-one channel audio.