Commits
Hristo Trendev committed 3695bdd9e4e
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