]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_stasis.c: Add new type 'sdp_label' for bridge creation.
authorJoe Searle <joe@jsearle.net>
Thu, 25 May 2023 09:58:45 +0000 (10:58 +0100)
committerGeorge Joseph <gtjoseph@users.noreply.github.com>
Mon, 5 Jun 2023 18:26:11 +0000 (12:26 -0600)
commit8462154a0343d98d207eb582f2fb7cf5e6ba852b
tree010848bbcf64e3df28b04ed08489151d15b9e1e6
parent8a6379f36be83f2def0d2f994a94b9e2f4562df2
res_stasis.c: Add new type 'sdp_label' for bridge creation.

Add new type 'sdp_label' when creating a bridge using the ARI. This will
add labels to the SDP for each stream, the label is set to the
corresponding channel id.

Resolves: #91

UserNote: When creating a bridge using the ARI the 'type' argument now
accepts a new value 'sdp_label' which will configure the bridge to add
labels for each stream in the SDP with the corresponding channel id.
res/ari/resource_bridges.h
res/res_stasis.c
res/stasis/stasis_bridge.c
res/stasis/stasis_bridge.h
rest-api/api-docs/bridges.json