]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
FS-7769 More features
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 29 Jul 2015 00:40:14 +0000 (19:40 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 29 Jul 2015 00:43:04 +0000 (19:43 -0500)
commit34fd0e9ad8a39e78f4b20cf78f35bb367b87af5e
treeb573c24c525efe85d87a6ba6ee27887957033f43
parent37b6f48ae466cb72fb9b5050cbca5b7c651da3f0
FS-7769 More features

add var=val member lookup usable wherver member_id is valid in api commands
add bgimg to layouts with api command or config for global setting
fix bug with overlap layouts combined with odd sized layers
improve switch_img_fit to take a modifier for fit, streach or both at once
12 files changed:
conf/vanilla/autoload_configs/conference_layouts.conf.xml
libs/esl/perl/single_command.pl
src/include/switch_core_video.h
src/mod/applications/mod_conference/conference_api.c
src/mod/applications/mod_conference/conference_file.c
src/mod/applications/mod_conference/conference_member.c
src/mod/applications/mod_conference/conference_video.c
src/mod/applications/mod_conference/mod_conference.h
src/mod/formats/mod_local_stream/mod_local_stream.c
src/switch_core_media_bug.c
src/switch_core_video.c
src/switch_ivr_async.c