]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
set conference flags from a dial plan variable or via +flags{ }
authorHristo Trendev <htrendev@gmail.com>
Wed, 24 Sep 2014 12:55:50 +0000 (14:55 +0200)
committerHristo Trendev <htrendev@gmail.com>
Tue, 30 Sep 2014 09:31:03 +0000 (11:31 +0200)
commit3695bdd9e4e0d925ab7296d2f4ce120bf656f623
tree302388b970eab68fc031d8ee6139fae4930fcfca
parent310f18982fc471990c30abe60bee96c39ee92ad0
set conference flags from a dial plan variable or via +flags{ }

This patch allows conference flags to be set dynamically from the
dial plan by either passing them to the conference application in
the +flags{ } string or by setting the "conference_flags" dial plan
variable.

The +flags{ } string is currently used to set *user* flags only.
This patch changes this by allowing the +flags{ } string to contain
conference related flags as well (for example wait_mod). It shouldn't
be a problem to pass both types of flags via +flags{ } as long as
the user and conference flag names are kept unique.

FS-5099 #resolve
src/mod/applications/mod_conference/mod_conference.c