]> 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:32:12 +0000 (18:32 +0000)
commit849cf31e5139b7fcb3a5ccb8f92a3d1678083d01
treee91ca418f81572f366dae20d5492b7284e5fcd13
parent421924e07c1a07aa6b6227d8936213738629d719
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 624c7ac88326e75ae60975d2bbcf5e9d4d03d1ba)
res/ari/resource_bridges.c