]> 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)
committerJoe Searle <joe@jsearle.net>
Mon, 5 Jun 2023 18:27:19 +0000 (18:27 +0000)
commitec64828c8fc1e91b45911621e36841c37473746a
treef476ce896df50af9c3c714ae3d3b96794e5bac42
parentdf774619fb57750dd401d2fd893a3eb0396fad65
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