FS-8688 #comment add more detailed logs and tweak some params for the comming libvpx 1.5.0seems 1.5.0 doesn't support postproc, returns VPX_CODEC_INCAPABLE if set
Merge pull request #678 in FS/freeswitch from ~KATHLEEN.KING/freeswitch:api-complete2 to master* commit 'e5b5b9b2d8dd598ce51f1beed170141c002f91c9':
FS-8111 [mod_sofia] 'sofia' API command auto-complete cleanup
Merge pull request #648 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:feature/FS-8685-conference-relate-multiple-members to master* commit '75f94438bc85ca7394220279d65aea4164d9c060':
FS-8685: multiple member arguments for conference relate api command
FS-8685: multiple member arguments for conference relate api commandmultiple member arguments can be separated by a comma, eg:
conference foo relate 1 2,3,4 nohear
conference foo relate 1,2 3 nospeak
Merge pull request #652 in FS/freeswitch from ~SJTHOMASON/freeswitch:bugfix/FS-8571-configure-with-disable-srtp-breaks to master* commit 'e3e6bd875747c379ae78e7528dc66ce210c24ed9':
Add missing ENABLE_SRTP ifdef to allow building without SRTP
Merge pull request #674 in FS/freeswitch from ~LAZEDO/freeswitch:feature/FS-8763 to master* commit 'f80d6cc5517c6886dc15dc446c0519811c55d04e':
FS-8763 [mod_sofia] set is_auth on switch_ivr_set_user result
Merge pull request #669 in FS/freeswitch from ~ICEHESS/freeswitch:feature/FS-8737-add-bill_msec-variable-to-default to master* commit 'dee37afbb34990dea5d77e038cd5f55212893b97':
FS-8737: [mod_kazoo] Add require vars to default filter
FS-8756: [mod_say_nl] Improve dutch localisationThis change fixes various Dutch localisation issues.
Euro is used instead of Dollar
Some date/time digits are played different to be compatible with the Dutch language.
Merge pull request #668 in FS/freeswitch from bugfix/FS-8673-core-dump-on-playback-after-decode to master* commit '2db6cc18ea66a71edd8867d625be850395298886':
FS-8673 #resolve [core dump on playback after "Decode Codec is not initialized!" log message]
Merge pull request #667 in FS/freeswitch from ~FRANCOIS/freeswitch-fs-8735:master to master* commit 'b17602be09769e3f119b1eda41d9ad1806afc15d':
FS-8735 display update support for Panasonic devices
FS-8721 #resolve [Bug removal at call end causes eavesdrop memory leak] #comment This should do it, bug_remove_all is called after destroy where it's more than safe to kill bugs indiscriminately
FS-8713 #resolve [crash on bad video rtp stream] #comment Pushed a patch to make the sizes match. This was the original intention since we want to preserve the packet as-is while in the jb
Revert "FS-8720: [core] allow passing in blank/null to session::hangup to mean NORMAL_CLEARING hangup cause instead of segfault"wrong fix for this issue
This reverts commit 3304492b411c46376d9b0d4dbe512c08390e4836.
Merge pull request #665 in FS/freeswitch from ~CXREG/freeswitch-8721:master to master* commit '7020d21e292090c4dc644fa47df1a3a9bd98ba78':
FS-8721: avoid memory leak when removing thread-locked bugs