]> 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-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Mon, 9 Oct 2023 17:16:49 +0000 (17:16 +0000)
commitb99606955ea0436da6ebace42d05a76b13d83f39
treede86b78da2c925961f19767c615a683ff53cbc0d
parent889b0aa3753a4cf2fad1a6da15f74870e5b9f48e
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.
res/ari/resource_bridges.c