• Hristo Trendev's avatar
    set conference flags from a dial plan variable or via +flags{ } · 3695bdd9
    Hristo Trendev 提交于
    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
    3695bdd9
mod_conference.c 354.8 KB