]>
git.ipfire.org Git - thirdparty/freeswitch.git/log
Anthony Minessale [Tue, 6 Sep 2016 16:03:08 +0000 (11:03 -0500)]
FS-9483 #resolve [mod_conference missing keyframe after reinvite]
Anthony Minessale [Tue, 6 Sep 2016 15:45:50 +0000 (10:45 -0500)]
FS-9482 #resolve [uuid_media_3p - seg fault on 2nd attempt]
Mike Jerris [Mon, 5 Sep 2016 20:09:09 +0000 (15:09 -0500)]
Merge pull request #945 in FS/freeswitch from ~LAZEDO/freeswitch:feature/FS-9480 to master
* commit '
eb08eef0eaac6e292e475952b23e1c35ac5683bf ':
FS-9480 [mod_kazoo] add api enhancements
Luis Azedo [Mon, 5 Sep 2016 10:52:39 +0000 (10:52 +0000)]
FS-9480 [mod_kazoo] add api enhancements
Piotr Gregor [Thu, 18 Aug 2016 13:15:04 +0000 (14:15 +0100)]
FS-9138: [avmd] Add config to vanilla folder
Mike Jerris [Fri, 2 Sep 2016 18:11:53 +0000 (13:11 -0500)]
Merge pull request #928 in FS/freeswitch from ~ANTONIO/freeswitch-fs-9398:master to master
* commit '
9cd2dbbddb9afb59037704739e206e30b4ac1cb6 ':
FS-9398 solve missing variables in sofia events expire and unregister
Mike Jerris [Fri, 2 Sep 2016 17:20:05 +0000 (12:20 -0500)]
Merge pull request #942 in FS/freeswitch from ~SJTHOMASON/freeswitch:bugfix/FS-9466-use-system-md5-if-available to master
* commit '
5a2f9d7a789c8a78f43cd7014b4980f747bd4ca2 ':
FS-9466: Use system MD5 if available
Mike Jerris [Fri, 2 Sep 2016 17:13:46 +0000 (12:13 -0500)]
Merge pull request #894 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:bugfix/FS-9143-avmd-fix-custom-headers-in-events to master
* commit '
9e0ade83b88113e4a50aacee440a97ddde0a2c1c ':
FS-9143 [avmd] #fix event headers
Anthony Minessale [Thu, 1 Sep 2016 23:01:46 +0000 (18:01 -0500)]
update display in vc
Anthony Minessale [Thu, 1 Sep 2016 22:18:26 +0000 (17:18 -0500)]
FS-9475 #resolve [Video bandwidth not conveyed in SDP for verto]
Anthony Minessale [Thu, 1 Sep 2016 21:44:10 +0000 (16:44 -0500)]
remove debug
Anthony Minessale [Thu, 1 Sep 2016 18:30:55 +0000 (13:30 -0500)]
FS-9474 #resolve [Add variables to set initial volume on mod_conference]
Chris Rienzo [Thu, 1 Sep 2016 14:59:06 +0000 (10:59 -0400)]
FS-9472 [core] Add originate_retry_timeout and originate_retry_min_period_ms
originate_retry_timeout : maximum duration in seconds to allow retry attempts to occur.
On expiration, this will not stop an in progress attempt, it will only prevent a
retry attempt from starting. This value works together with originate_retries.
originate_retry_min_period_ms : minimum spacing between retry attempts. This prevents
retries from flooding an enpoint when it rejects quickly.
Spencer Thomason [Tue, 30 Aug 2016 03:53:02 +0000 (20:53 -0700)]
FS-9466: Use system MD5 if available
- Use system MD5 on BSD and Solaris based platforms
- Use OpenSSL if system library is not available
- Fallback to included APR
- Optimize switch_md5_string()
- replace libsofia MD5 routines in mod_sofia with switch_md5() ones
FS-9466 #resolve
Italo Rossi [Wed, 31 Aug 2016 20:52:33 +0000 (17:52 -0300)]
FS-9471 [verto_communicator] Updating In Call display after receiving display update message from mod_verto.
Mike Jerris [Wed, 31 Aug 2016 19:56:12 +0000 (14:56 -0500)]
Merge pull request #943 in FS/freeswitch from ~DAVIDL/freeswitch-verto-permission-event:feature/verto-permission-event to master
* commit '
5a0e1af5d69b11f4b935e371bac1d87c7e8b5e30 ':
FS-9469 added onGrant/onDenied callbacks in onStream/onError of RTCCallbacks so client code gets notified of webrtc permission change immediately
davidlin [Wed, 31 Aug 2016 03:39:16 +0000 (20:39 -0700)]
FS-9469
added onGrant/onDenied callbacks in onStream/onError of RTCCallbacks
so client code gets notified of webrtc permission change immediately
remove whitespace changes
Steve Underwood [Wed, 31 Aug 2016 15:59:32 +0000 (23:59 +0800)]
The band filter for G.722 could cause numerical overflow in unusual circumstances with the maximum possiblke signal level. The filter output is now saturated to 16 bits to avoid this.
Ken Rice [Fri, 26 Aug 2016 16:04:29 +0000 (11:04 -0500)]
[ubuntu packages] FS-9465 #resolve Add xenial instrumentation to debian/utils.sh script
Mike Jerris [Mon, 29 Aug 2016 21:27:42 +0000 (16:27 -0500)]
Merge pull request #940 in FS/freeswitch from ~J0SH/freeswitch:fs9404 to master
* commit '
16162fd74797222c7a73a866fdd96e732b6f02d2 ':
FS-9404 Handle sequence rollovers in mod_av handling of inbound H.263.
Josh Allmann [Thu, 4 Aug 2016 19:50:43 +0000 (19:50 +0000)]
FS-9404 Handle sequence rollovers in mod_av handling of inbound H.263.
Italo Rossi [Wed, 24 Aug 2016 02:31:47 +0000 (23:31 -0300)]
FS-7706 [mod_callcenter] Hangup agent channel if we failed to bridge it with member channel.
The member can hangup the call while we are playing the outbound announce audio to the agent, this
patch detects this and properly hangup the agent channel to avoid keeping it up with
just a silence call since there's no active bridge.
The agent-bridge-end event now has CC-Agent-Bridged: true if the bridge successfully happens,
variable cc_agent_bridged was added so we can track this in the agent and member CDRs.
If you want to play an audio to the agent to indicate the member hangup the call before the bridge
set the variable cc_bridge_failed_outbound_announce, for example:
<action application="set" data="cc_bridge_failed_outbound_announce=tone_stream://%(250,250,425);loops=3"/>
or
<action application="set" data="cc_bridge_failed_outbound_announce=your-caller-has-gone-away-audio"/>
prior to calling callcenter application.
These variables are documented at https://freeswitch.org/confluence/display/FREESWITCH/mod_callcenter
Ken Rice [Tue, 23 Aug 2016 16:31:12 +0000 (11:31 -0500)]
FS-9442 #resolve #comment tweak the deb packages to properly install the debug symbols via freeswitch-all-dbg and freeswitch-meta-all-dbg lang packages do not have dbg packages as they are just xml
Ken Rice [Tue, 23 Aug 2016 15:02:12 +0000 (10:02 -0500)]
Revert "FS-9442 #resolve #comment tweak the deb packages to properly install the debug symbols via freeswitch-all-dbg and freeswitch-meta-all-dbg"
This reverts commit
ccfea718a6a40211d9b4f06de7863fe7577fd8c7 .
this commit needs more work
Brian West [Mon, 22 Aug 2016 20:27:37 +0000 (15:27 -0500)]
FS-8608 remove nonexistant option, found during config audit
Mike Jerris [Mon, 22 Aug 2016 20:24:39 +0000 (15:24 -0500)]
Merge pull request #938 in FS/freeswitch from ~IXYD/freeswitch:bugfix/FS-9452-mod_sofia-sip-capture-src-and-dst to master
* commit '
ebaf95e709052c947c4bd679853d441569959750 ':
FS-9452: fixed true/false logic for using dst flag
Brian West [Mon, 22 Aug 2016 20:19:56 +0000 (15:19 -0500)]
FS-8608 found while doing config audit, params should have dashes
Ken Rice [Mon, 22 Aug 2016 15:50:01 +0000 (10:50 -0500)]
FS-9442 #resolve #comment tweak the deb packages to properly install the debug symbols via freeswitch-all-dbg and freeswitch-meta-all-dbg
Ken Rice [Mon, 22 Aug 2016 15:12:06 +0000 (10:12 -0500)]
add sysvinit-utils dependancy for ubuntu to debian bootstrap.sh
Sebastian Denz [Mon, 22 Aug 2016 14:02:27 +0000 (16:02 +0200)]
FS-9452: fixed true/false logic for using dst flag
Ken Rice [Mon, 22 Aug 2016 13:37:39 +0000 (08:37 -0500)]
dont build mod_flowroute_sms as there is not any libh2o packages at this time
Piotr Gregor [Fri, 24 Jun 2016 17:36:55 +0000 (18:36 +0100)]
FS-9143 [avmd] #fix event headers
Make all headers starting from capital letter.
William King [Sun, 21 Aug 2016 23:46:05 +0000 (18:46 -0500)]
Merge pull request #923 in FS/freeswitch from ~J0SH/freeswitch:fs9409 to master
* commit '
5f5346491943417c7609b834712ee4e5846d3605 ':
FS-9409: Wait for avformat reader thread before reading.
Mike Jerris [Sat, 20 Aug 2016 19:14:36 +0000 (14:14 -0500)]
Merge pull request #936 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:bugfix/FS-9447-fix-build-on-windows to master
* commit '
e5fc843c41860bbebf9eb187ef96c57def64c34b ':
FS-9447: [mod_avmd] #fix PRId64 on windows
Piotr Gregor [Sat, 20 Aug 2016 14:12:43 +0000 (15:12 +0100)]
FS-9447: [mod_avmd] #fix PRId64 on windows
We need to include inttypes.h header on Windows
for this to work.
Anthony Minessale [Sat, 20 Aug 2016 14:10:55 +0000 (09:10 -0500)]
FS-9443 #resolve [SDP in a verto.invite with missing ICE candidates can segfault]
Mike Jerris [Sat, 20 Aug 2016 03:59:29 +0000 (22:59 -0500)]
Merge pull request #935 in FS/freeswitch from ~SJTHOMASON/freeswitch:bugfix/FS-9449-enable-clock-calibration-and-clock_nanosleep to master
* commit '
c5eb29d74d5ac727eb2a08c1e653e3f7e33aaacf ':
FS-9449: Enable clock calibration and clock_realtime on Solaris
Mike Jerris [Sat, 20 Aug 2016 03:56:14 +0000 (22:56 -0500)]
Merge pull request #930 in FS/freeswitch from ~LAZEDO/freeswitch:feature/FS-9439 to master
* commit '
676419a2619dda579d2bca9e6aaaecfa9a86e200 ':
FS-9439 check chained loopback for loopback_bowout
Spencer Thomason [Sat, 20 Aug 2016 00:45:04 +0000 (17:45 -0700)]
FS-9449: Enable clock calibration and clock_realtime on Solaris
Luis Azedo [Thu, 18 Aug 2016 15:11:58 +0000 (10:11 -0500)]
FS-9439 check chained loopback for loopback_bowout
Mike Jerris [Fri, 19 Aug 2016 19:41:22 +0000 (14:41 -0500)]
Merge pull request #934 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS-9447-avmd-increase-default-number-of-samples to master
* commit '
169f1c0b5044b94e43533cb04e34d88e5be63006 ':
FS-9447: [mod_avmd] increase factory default value of samples to skip
Mike Jerris [Fri, 19 Aug 2016 19:33:22 +0000 (14:33 -0500)]
Merge pull request #931 in FS/freeswitch from ~LAZEDO/freeswitch:feature/FS-9440 to master
* commit '
ea5b39365af78be85b73673699040727ec9952c9 ':
FS-9440 add transfer_destination
Mike Jerris [Fri, 19 Aug 2016 19:26:06 +0000 (14:26 -0500)]
Merge pull request #932 in FS/freeswitch from ~LAZEDO/freeswitch:feature/FS-9441 to master
* commit '
f8c2abc189f27ca13b2ddd6dc334ef7738ccb37d ':
FS-9441 optional skip member outcall beep
Piotr Gregor [Fri, 19 Aug 2016 19:20:24 +0000 (20:20 +0100)]
FS-9447: [mod_avmd] increase factory default value of samples to skip
Increase the value of parameter for factory settings (used when
config can't be loaded or on 'set default' command).
Mike Jerris [Fri, 19 Aug 2016 18:56:21 +0000 (13:56 -0500)]
Merge pull request #933 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS-9447-avmd-increase-default-number-of-samples to master
* commit '
fb065a148aca5925dd13893c80bdb60c7f459cc3 ':
FS-9447: [mod_avmd] increase default value of samples to skip
Piotr Gregor [Fri, 19 Aug 2016 18:41:19 +0000 (19:41 +0100)]
FS-9447: [mod_avmd] increase default value of samples to skip
Increase value of samples to skip at the beginning of new frame.
This increases the robustness against false detections observed
on German voicemail from Switzerland (see wav audio attached
to case FS-9447).
Moises Silva [Thu, 18 Aug 2016 23:10:48 +0000 (19:10 -0400)]
Fix compiler warning/error in ftmod_r2.c
Brian West [Thu, 18 Aug 2016 20:12:28 +0000 (15:12 -0500)]
Revert FS-8565, its getting a few blames for 3cx interop issues, we need to revisit the original reason and make sure this was the right fix.
Luis Azedo [Thu, 18 Aug 2016 16:04:08 +0000 (11:04 -0500)]
FS-9441 optional skip member outcall beep
Luis Azedo [Thu, 18 Aug 2016 15:23:55 +0000 (10:23 -0500)]
FS-9440 add transfer_destination
Anthony Minessale [Wed, 17 Aug 2016 23:22:11 +0000 (18:22 -0500)]
FS-9437 #resolve [Delete avatar if video is enabled mid-call]
Anthony Minessale [Wed, 17 Aug 2016 23:18:53 +0000 (18:18 -0500)]
FS-9436 #resolve [RTCP PLI Media Source SSRC wrong after re-INVITE]
Brian West [Wed, 17 Aug 2016 17:52:40 +0000 (12:52 -0500)]
FS-9425 fix copy and paste error where we were not setting the height properly.
Anthony Minessale [Wed, 17 Aug 2016 17:39:47 +0000 (12:39 -0500)]
FS-9434 #resolve [SDP parser in sofia does not recognize UDP/TLS/RTP/SAVP]
Brian West [Wed, 17 Aug 2016 15:59:17 +0000 (10:59 -0500)]
Merge pull request #859 in FS/freeswitch from ~SJTHOMASON/freeswitch:bugfix/FS-9183-call-with-t.38-reinvite-fails-after to master
* commit '
5b71dffb8004c6e7045afeaf42c6a785c7496975 ':
FS-9183: [mod_sofia] Handle 415 Unsupported Media Type as 488
Antonio [Wed, 17 Aug 2016 07:50:08 +0000 (09:50 +0200)]
FS-9398 solve missing variables in sofia events expire and unregister
Mike Jerris [Tue, 16 Aug 2016 19:00:31 +0000 (14:00 -0500)]
Merge pull request #883 in FS/freeswitch from ~LORNI/freeswitch:feature/FS-9256-add-db.finalize-in-order-to-close to master
* commit '
36ffb292983b11702a90be48d9054ffbbd87dcd8 ':
FS-9256: mod_v8: Add DB.Finalize() in order to close statements.
Michael Jerris [Tue, 16 Aug 2016 18:37:31 +0000 (13:37 -0500)]
FS-9362: [mod_sofia] fix sofia compile error on newer clang included in new osx
Conflicts:
libs/sofia-sip/.update
Mike Jerris [Tue, 16 Aug 2016 18:24:37 +0000 (13:24 -0500)]
Merge pull request #915 in FS/freeswitch from ~SJTHOMASON/freeswitch:bugfix/FS-8783-srtp-bus-error-on-sparc to master
* commit '
c08809e29009d5f51bdc2276530e9ec40f211eaf ':
FS-8783: [libsrtp] Fix alignment issue
Mike Jerris [Tue, 16 Aug 2016 18:19:36 +0000 (13:19 -0500)]
Merge pull request #926 in FS/freeswitch from ~SJTHOMASON/freeswitch:bugfix/FS-9424-__byte_order-macro-not-defined-correctly to master
* commit '
2febb55761a83d5b295e784056f59238dc4e4754 ':
FS-9424 #resolve Define byte order correctly on Solaris/SPARC
Mike Jerris [Tue, 16 Aug 2016 18:16:28 +0000 (13:16 -0500)]
Merge pull request #927 in FS/freeswitch from ~SJTHOMASON/freeswitch:bugfix/FS-9423-segfault-if-sofia-profile-param-local-network-acl to master
* commit '
8928852d66c5f1c00c52bf8cf0c56372bd36540f ':
FS-9423 #resolve Handle null value in ACL list name
Mike Jerris [Tue, 16 Aug 2016 18:15:23 +0000 (13:15 -0500)]
Merge pull request #924 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS-9069-avmd-add-total-time-to-beep-event to master
* commit '
9fbf9d02e34066c6d7dd19d9fb080df1b6f02089 ':
FS-9069: [mod_avmd] add detection time to beep event
Anthony Minessale [Mon, 15 Aug 2016 22:10:42 +0000 (17:10 -0500)]
FS-9375 #resolve [DTMF not working on OPUS after Call Transfer ] #comment Can we try to reproduce with this version on all 3 boxes (not just the patch but the whole rev as-is)
Mike Jerris [Mon, 15 Aug 2016 17:41:30 +0000 (12:41 -0500)]
Merge pull request #891 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:feature/FS-9281-add-qqvga-to-list-of-supported-video to master
* commit '
8269b8215bc33bc343a78810a9c6acd6b5ce5c70 ':
FS-9281: Add support for QQVGA resolution in Verto
Chad Phillips [Sat, 18 Jun 2016 20:02:35 +0000 (15:02 -0500)]
FS-9281: Add support for QQVGA resolution in Verto
QQVGA is a standard 160x120 resolution, useful for cases of very slow
upload bandwidth. Adds the resolution to the core FSRTC lib, and to
the Verto video demo and Verto Communicator
Mike Jerris [Mon, 15 Aug 2016 17:34:11 +0000 (12:34 -0500)]
Merge pull request #925 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:bugfix/FS-9161-doc-detach-timeout-sec to master
* commit '
3fa367b0fafb5c4bcc9c5fc366eac53fa6a98c2f ':
FS-9161: add example Verto settings to example configs
Chad Phillips [Tue, 9 Aug 2016 22:18:49 +0000 (17:18 -0500)]
FS-9161: add example Verto settings to example configs
detach-timeout-sec, enable-fs-events, enable-presence
Spencer Thomason [Fri, 12 Aug 2016 20:38:10 +0000 (13:38 -0700)]
FS-9423 #resolve Handle null value in ACL list name
Anthony Minessale [Fri, 12 Aug 2016 19:28:45 +0000 (14:28 -0500)]
FS-9410 #resolve [PLI Missing Media Source SSRC]
Anthony Minessale [Fri, 12 Aug 2016 19:10:23 +0000 (14:10 -0500)]
FS-9422 #resolve [Freeswitch Exit/Crash on SDP Negotiation] #comment renegotiate-codec-on-hold renegotiate-codec-on-reinvite are both removed in this commit
Spencer Thomason [Fri, 12 Aug 2016 01:42:23 +0000 (18:42 -0700)]
FS-9424 #resolve Define byte order correctly on Solaris/SPARC
Spencer Thomason [Thu, 19 May 2016 20:28:01 +0000 (13:28 -0700)]
FS-9183: [mod_sofia] Handle 415 Unsupported Media Type as 488
Handle 415 Unsupported Media Type the same as 488 Not Acceptable Here
after t.38 ReINVITE. This resolves an issue where the call would fail and
translates the response code to the more standard 488 Not Acceptable Here
allowing the call to continue in audio mode.
FS-9183 #resolve
Mike Jerris [Thu, 11 Aug 2016 19:31:31 +0000 (14:31 -0500)]
Merge pull request #887 in FS/freeswitch from ~MZAKA/freeswitch:feature/FS-9276-proxy-notify-info to master
* commit '
589a0e682e67054bd1b2f351629b0af0e5ec3035 ':
FS-9276 new feature proxy in-dialog calls sip notify and info similar to proxy hold
Anthony Minessale [Thu, 11 Aug 2016 15:41:42 +0000 (10:41 -0500)]
FS-9419 #resolve [Add event_channel_broadcast api]
Anthony Minessale [Thu, 11 Aug 2016 15:04:01 +0000 (10:04 -0500)]
tweak on yesterday's commit
Anthony Minessale [Thu, 11 Aug 2016 02:57:42 +0000 (21:57 -0500)]
try to deliver locally to verto too
Italo Rossi [Tue, 9 Aug 2016 21:17:30 +0000 (16:17 -0500)]
FS-9415 [mod_spy] - Increasing loop so we can also look for variable_verto_user and variable_verto_host
Anthony Minessale [Mon, 8 Aug 2016 21:39:44 +0000 (16:39 -0500)]
FS-8761
Piotr Gregor [Mon, 8 Aug 2016 16:23:57 +0000 (17:23 +0100)]
FS-9069: [mod_avmd] add detection time to beep event
Add detection time to BEEP event and total session running
time to STOP event.
Josh Allmann [Sat, 6 Aug 2016 02:25:11 +0000 (02:25 +0000)]
FS-9409: Wait for avformat reader thread before reading.
Attempting to read before the reader thread is ready causes a
spurious EOF and skipped playback.
Anthony Minessale [Sat, 6 Aug 2016 16:49:21 +0000 (11:49 -0500)]
FS-8761 #resolve [Memory leak in FreeSWITCH]
Anthony Minessale [Sat, 6 Aug 2016 16:47:07 +0000 (11:47 -0500)]
Revert "FS-8761 #resolve [Memory leak in FreeSWITCH]"
This reverts commit
341e94b28d966ae47390606c5447bb56f2453465 .
Mike Jerris [Thu, 4 Aug 2016 15:59:31 +0000 (10:59 -0500)]
Merge pull request #922 in FS/freeswitch from ~WHENRY/freeswitch:feature/FS-9403-fifo_push_timestamp to master
* commit '
1ba5f069478dccdb05d0eccddfd03a0075d1ba44 ':
FS-9403 #resolve [add timestamp for when user was pushed into queue that lives with the channel]
William Henry [Thu, 4 Aug 2016 13:44:19 +0000 (09:44 -0400)]
FS-9403 #resolve [add timestamp for when user was pushed into queue that lives with the channel]
Anthony Minessale [Thu, 4 Aug 2016 04:57:00 +0000 (23:57 -0500)]
FS-8761 #resolve [Memory leak in FreeSWITCH]
Michael Jerris [Wed, 3 Aug 2016 23:41:18 +0000 (18:41 -0500)]
FS-9401: [core,mod_amqp] fix leak in usage of hash itterator
Anthony Minessale II [Wed, 3 Aug 2016 20:33:24 +0000 (15:33 -0500)]
Merge pull request #921 in FS/freeswitch from ~GMARUZZ/freeswitch:bugfix/FS-9380-fix_ext-rtip-ip_not_used_when_originating to master
* commit '
f5e8257da6ec247b913ee2439fe5de811236f5cb ':
FS-9380: switch_core_media.c , cleaned from logging
FS-9380: switch_core_media.c , fix_ext-rtip-ip_not_used_when_originating
Giovanni Maruzzelli [Wed, 3 Aug 2016 20:55:34 +0000 (16:55 -0400)]
FS-9380: switch_core_media.c , cleaned from logging
Giovanni Maruzzelli [Wed, 3 Aug 2016 20:44:38 +0000 (16:44 -0400)]
FS-9380: switch_core_media.c , fix_ext-rtip-ip_not_used_when_originating
Muhammad Zaka [Fri, 17 Jun 2016 09:45:28 +0000 (10:45 +0100)]
FS-9276 new feature proxy in-dialog calls sip notify and info similar to proxy hold
Seven Du [Sat, 30 Jul 2016 02:27:09 +0000 (10:27 +0800)]
FS-9394 #resolve fix h263 leak
Mike Jerris [Fri, 29 Jul 2016 17:36:29 +0000 (13:36 -0400)]
FS-9369: [core_media] add_ice_candidates=true var to enable inserting ice candidates in outgoing sdp
Anthony Minessale [Thu, 28 Jul 2016 21:27:17 +0000 (16:27 -0500)]
FS-9390 #resolve ['Segmentation fault' during call setup]
Anthony Minessale [Thu, 28 Jul 2016 19:13:37 +0000 (14:13 -0500)]
revert FS-9368
Anthony Minessale [Wed, 27 Jul 2016 19:29:12 +0000 (14:29 -0500)]
FS-9154 #resolve [Add & remove video on re-invites]
Mike Jerris [Wed, 27 Jul 2016 17:20:56 +0000 (12:20 -0500)]
Merge pull request #917 in FS/freeswitch from ~SJTHOMASON/freeswitch:bugfix/FS-9386-mod_snmp-needs-lnetsnmphelpers to master
* commit '
a2fd327fa7dae6a43e9a4561280bcde139974759 ':
FS-9386: [mod_snmp] Use net-snmp-config for SNMP libs if available
Markus von Arx [Wed, 27 Jul 2016 07:26:16 +0000 (09:26 +0200)]
FS-9387 [libzrtp] bugfix for hash calculation of the auxiliary secret
Spencer Thomason [Tue, 26 Jul 2016 20:48:13 +0000 (13:48 -0700)]
FS-9386: [mod_snmp] Use net-snmp-config for SNMP libs if available
FS-9386 #resolve
Anthony Minessale [Wed, 27 Jul 2016 02:33:14 +0000 (21:33 -0500)]
FS-9382
Anthony Minessale II [Tue, 26 Jul 2016 20:57:10 +0000 (15:57 -0500)]
Merge pull request #916 in FS/freeswitch from ~PROWLAH/freeswitch:Improvement/FS-9385-check-ghosts-before-conf-destroy to master
* commit '
3227b02194842c92db4b3219ce8604e68c4bea41 ':
do not destroy conference if ghost(s) are present, add ghost count check before setting flag