~phatforge/freeswitch/+git/master:bugfix/FS-7851-crash-when-the-non-moderator-participants

Last commit made on 2015-07-20
Get this branch:
git clone -b bugfix/FS-7851-crash-when-the-non-moderator-participants https://git.launchpad.net/~phatforge/freeswitch/+git/master

Branch merges

Branch information

Name:
bugfix/FS-7851-crash-when-the-non-moderator-participants
Repository:
lp:~phatforge/freeswitch/+git/master

Recent commits

7b288b6... by Michael Jerris <email address hidden>

FS-7853: [mod_conference] avoid null conference members causing crash in conference cdr by protecting conference->cdr_nodes with member_mutex

f164336... by Anthony Minessale <email address hidden>

FS-7849 #resolve #comment remove extra div breaking full screen in html

3148b1a... by Anthony Minessale <email address hidden>

FS-7847 fix logo ratios and add borders too

3b2b09c... by Mike Jerris <email address hidden>

FS-7847: [mod_conference] add layers that do not match the aspect ration of conference by using the new hscale layer param for horizontal scale, and add zoom=true param to crop layer instead of letterbox, add grid-zoom layout group that demonstrates these layouts

e0ef319... by Michael Jerris <email address hidden>

FS-7846: [mod_dptools] add eavesdrop_whisper_aleg=true and eavesdrop_whisper_bleg=true channel variables to allow you to start eavesdrop in whisper mode of specific call leg

7b47e29... by Anthony Minessale <email address hidden>

fix whitespace snafu

73b98ae... by William King

Merge pull request #353 in FS/freeswitch from mod_conference_refactor to master

* commit '59d1bdae1ed3d4f8564f02cc4989bedccbd98b5c':
  FS-7845 whitespace and indention
  FS-7845 File rename to remove mod_* prefix to local module C files. Change function name prefixes from shorthand 'conf' to longer form 'conference'. Also fixes the channel variable names which had been caught in an over zealous perl -pi -e command...
  FS-7845 Rename functions so that they relate to the file that they are located in.
  FS-7845 Refactor of mod_conference to improve compilation speed, and logical organization.

59d1bda... by William King <email address hidden>

FS-7845 whitespace and indention

d8194e9... by William King <email address hidden>

FS-7845 File rename to remove mod_* prefix to local module C files. Change
function name prefixes from shorthand 'conf' to longer form
'conference'. Also fixes the channel variable names which had been
caught in an over zealous perl -pi -e command...

14aa720... by William King <email address hidden>

FS-7845 Rename functions so that they relate to the file that they are
located in.