]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_confbridge: Only use b_profile options from the conference. 11/2111/2
authorRichard Mudgett <rmudgett@digium.com>
Mon, 25 Jan 2016 23:36:50 +0000 (17:36 -0600)
committerRichard Mudgett <rmudgett@digium.com>
Fri, 5 Feb 2016 18:01:28 +0000 (12:01 -0600)
commit6f978fbfe5f2a90244ea6a84bd7063adbe97ba85
tree44302881037b807a2b8ebb412bfceac02e44db11
parent1fca22453335fe791073ce0f4c3a4ba62c196b21
app_confbridge: Only use b_profile options from the conference.

A user cannot set new bridge options after the conference is created by
the first user.  Attempting to do so is documented as undefined behavior.

This patch ensures that the bridge profile options used are from the
conference and not what a subsequent user may have tried to set.

Change-Id: I1b6383eba654679e5739d5a8de98199cf074a266
apps/app_confbridge.c
apps/confbridge/conf_state_multi_marked.c