]> 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:21:32 +0000 (18:21 +0000)
commit02999fdfed7cdf8bcf497a437507c2ebce6bead7
treef52515fa2da609d8a1378b568eba77c813f86beb
parent31c5d08622b1199d1de3d196c4d3a6e446e671c9
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 1ff540c75f3182397457be05aace146d95c0ba5a)
res/ari/resource_bridges.c