]> 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)
committerAsterisk Development Team <asteriskteam@digium.com>
Mon, 10 Jul 2023 11:49:47 +0000 (11:49 +0000)
commit5018c09d99fec7ac215b9295c42851a0dccc7760
treedab614713abb701f589c6dfd96af9e1e39eb810e
parent1589efa5ddc7618e465b612924d86383677a349a
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.

(cherry picked from commit ec64828c8fc1e91b45911621e36841c37473746a)
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