]> git.ipfire.org Git - thirdparty/asterisk.git/commit
streams: Add string metadata capability
authorGeorge Joseph <gjoseph@digium.com>
Fri, 13 Apr 2018 20:14:47 +0000 (14:14 -0600)
committerGeorge Joseph <gjoseph@digium.com>
Mon, 16 Apr 2018 22:33:38 +0000 (16:33 -0600)
commit471be2b2c62201d8988d6557d02e3ab324de9ebc
tree61542ff4355efd9e460be4682c43c748988d5a2f
parent00bdee4e62daafdd1d31c09f1a386b7e9bc1e2df
streams: Add string metadata capability

Replaces the never used opaque data array.

Updated stream tests to include get/set metadata and
stream clone with metadata.

Added stream metadata dump to "core show channel"

Change-Id: Id7473aa4b374d7ab53046c20e321037ba9a56863
include/asterisk/stream.h
main/cli.c
main/stream.c
tests/test_stream.c