~phatforge/freeswitch/+git/master:feature/FS-8828-create-sip-endpoint-using-libre-as

Last commit made on 2016-07-14
Get this branch:
git clone -b feature/FS-8828-create-sip-endpoint-using-libre-as https://git.launchpad.net/~phatforge/freeswitch/+git/master

Branch merges

Branch information

Name:
feature/FS-8828-create-sip-endpoint-using-libre-as
Repository:
lp:~phatforge/freeswitch/+git/master

Recent commits

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

Now with bypass media

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

Stripping down some of the logging.

32c8e43... by William King <email address hidden>

FS-8828 SIP endpoint using libre

mod_baresip new sip endpoint

0b3f776... by Anthony Minessale <email address hidden>

FS-9343 #resolve [Sending a Message using the mod_smpp module via Nexmo Fails]

328146c... by Anthony Minessale <email address hidden>

FS-9345 #resolve [HTTAPI truncates string when response spans multiple packets]

2a73820... by Italo Rossi <email address hidden>

FS-9342 - [verto_communicator] Properly saving settings to localStorage when closing the settings panel.

9e89639... by Michael Jerris <email address hidden>

Revert "Fix for FS-9313"

This reverts commit cf6107963ca997f5ef25527d16f98626213047a9.

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

FS-9337: fix invalid sdp generated with soa disabled

eaf1eb0... by Mike Jerris <email address hidden>

Merge pull request #901 in FS/freeswitch from ~HOENE/opus-stereo-2-mono:master to master

* commit 'cf6107963ca997f5ef25527d16f98626213047a9':
  Fix for FS-9313

e21e606... by Mike Jerris <email address hidden>

Merge pull request #886 in FS/freeswitch from ~MGROOMS/freeswitch-matthew:bugfix/detect_audio_silence to master

* commit '6c3710df4dc14751b60ba8f8ed4780e0f6288ec8':
  FS-9264: Introduce two new api calls named detect_audio and detect_audio_silence. The existing wait_for_silence call never actually waits for silence until it first detects non-silence. There is also no way to set an independent timeout for detecting both the non-silence and then silence. This causes problems when wait_for_silence is called on an already quiet channel. Splitting the function up into two separate calls with separate timeouts offers more flexibility.