]> git.ipfire.org Git - thirdparty/asterisk.git/commit
ari/stasis: Indicate progress before playback on a bridge
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>
Mon, 2 Oct 2023 12:03:03 +0000 (20:03 +0800)
committerAsterisk Development Team <asteriskteam@digium.com>
Fri, 12 Jan 2024 18:29:18 +0000 (18:29 +0000)
commit1f7e9bfad511475526a4e35989e571f4c299b1c2
treeeaf306a3196f8d169f13d409cb7c1a9d9386ffdd
parentd7a01afa5041f5721bba7c60de64d1b5fd2c4e51
ari/stasis: Indicate progress before playback on a bridge

Make it possible to start a playback and the calling party
to receive audio on a bridge before the call is connected.

Model the implementation after play_on_channel and deliver a
AST_CONTROL_PROGRESS before starting the playback.

For a PJSIP channel this will result in sending a SIP 183
Session Progress.

(cherry picked from commit 1171dcee02e10263cda5532f466a662c3917d792)
res/ari/resource_bridges.c