~phatforge/freeswitch/+git/master:bugfix/FS-10716-fs-sofia_reg_check_ping_expire-is

Last commit made on 2017-10-09
Get this branch:
git clone -b bugfix/FS-10716-fs-sofia_reg_check_ping_expire-is https://git.launchpad.net/~phatforge/freeswitch/+git/master

Branch merges

Branch information

Name:
bugfix/FS-10716-fs-sofia_reg_check_ping_expire-is
Repository:
lp:~phatforge/freeswitch/+git/master

Recent commits

6d2d07b... by Mike Jerris <email address hidden>

FS-10716: [mod_sofia] correct sql statement behavior for different nat options ping settings

acb7d1c... by Anthony Minessale II <email address hidden>

Merge pull request #1401 in FS/freeswitch from ~STEFAN_YOHANSSON/freeswitch:fix/change-video-next-call to master

* commit '90dad5af88c41ada07e863acb00e6058cf2339fe':
  [verto_communicator] Fix to make video devices change without restart.

c61c2a9... by Shane Bryldt <email address hidden>

Merge pull request #1411 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-10690-integrate-robust-and-convenient to master

* commit '8d0afcd01a433333ccb19a447002efcc63181c15':
  FS-10690: [libblade, Build-System] Migrated civetweb's duktape_lib and lua_lib windows projects into repository.

8d0afcd... by Andrey Volk

FS-10690: [libblade, Build-System] Migrated civetweb's duktape_lib and lua_lib windows projects into repository.

f5f54f7... by Shane Bryldt <email address hidden>

Merge pull request #1410 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-10690-integrate-robust-and-convenient to master

* commit 'e314dad74ba1e0a7b1607c52bd305c847e32c6de':
  FS-10690: [libblade] Add libblade related stuff to gitignore

e314dad... by Andrey Volk

FS-10690: [libblade] Add libblade related stuff to gitignore

0ea88f5... by Shane Bryldt <email address hidden>

Merge pull request #1409 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-10690-integrate-robust-and-convenient to master

Merging requested changes related to basedir for Windows VS projects

* commit '9f12a57c1de067b93c902a95159efd2e9d098ed9':
  FS-10690: [libblade, Build-System] Do not import BaseDir props if already imported.

9f12a57... by Andrey Volk

FS-10690: [libblade, Build-System] Do not import BaseDir props if already imported.

1991ce4... by Shane Bryldt <email address hidden>

FS-10690: [libblade] [libks] Added json wrapper to string builder. Fixed an issue with the "Release" build for x64, currently only Debug x64 and Release x64 build correctly, more will be fixed with other project updates soon.

4ba8c7d... by Shane Bryldt <email address hidden>

FS-10690: [libblade] [libks] Cleaned up projects so they build as static libs rather than DLL projects where appropriate. Set all projects that weren't using the right windows CRT library to use DLL based even when statically compiling. Cleaned up some project preprocessor definitions and moved around some preprocessor code to make it simpler. Added ks_sb_t to support an efficient universal string builder. Tested string builder with a temporary REST service exposed by switchblade application.