Seven Du
e2928b8a75
FS-9394 #resolve fix h263 leak
2016-07-30 10:28:25 +08:00
Mike Jerris
ac2734e90c
FS-9369: [core_media] add_ice_candidates=true var to enable inserting ice candidates in outgoing sdp
2016-07-29 13:36:29 -04:00
Anthony Minessale
9fe7c48df7
FS-9390 #resolve ['Segmentation fault' during call setup]
2016-07-28 16:27:17 -05:00
Anthony Minessale
f34dac749e
revert FS-9368
2016-07-28 14:13:37 -05:00
Anthony Minessale
6c0f18d960
FS-9154 #resolve [Add & remove video on re-invites]
2016-07-27 14:29:12 -05:00
Mike Jerris
7bed126fe4
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
2016-07-27 12:20:56 -05:00
Spencer Thomason
a2fd327fa7
FS-9386: [mod_snmp] Use net-snmp-config for SNMP libs if available
...
FS-9386 #resolve
2016-07-26 21:18:10 -07:00
Anthony Minessale
0dc59995c6
FS-9382
2016-07-26 21:33:14 -05:00
Anthony Minessale II
e89b8a481b
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
2016-07-26 15:57:10 -05:00
John Briscoe
3227b02194
do not destroy conference if ghost(s) are present, add ghost count check before setting flag
2016-07-26 13:18:41 -07:00
Mike Jerris
2c86910092
FS-9381: [mod_sofia] fix leak in sofia_presence_chat_send
2016-07-25 14:01:52 -04:00
Seven Du
7df07d30e0
FS-9357 handle packet loss, reset decoder on mem err
2016-07-24 20:44:39 +08:00
Seven Du
18f1d56891
FS-9357 cleanup and tweak debug
2016-07-24 12:35:30 +08:00
Anthony Minessale
e42997ef08
FS-9376 #comment please try this
2016-07-22 22:43:55 -05:00
Spencer Thomason
c08809e290
FS-8783: [libsrtp] Fix alignment issue
...
Backport upstream alignment fix to correct bus error on platforms
that require strict memory alignment such as SPARC
FS-8783 #resolve
From upstream:
commit 4d8430a504137509f23b5a19f8a06b6df0f651cc
Author: Jaap Keuter <jaap.keuter@xs4all.nl>
Date: Fri Nov 7 00:13:10 2014 +0100
While setting the IV for AES ICM the nonce is simply typecast from
a void * to a v128_t *. This breaches alignment requirements for
v128_t objects on platforms that require it.
Instead make a copy of the nonce to assure proper alignment.
2016-07-22 07:37:21 -07:00
Brian West
9879731f8f
FS-9334
2016-07-21 22:11:29 -05:00
Anthony Minessale
c556e5269b
FS-9368
2016-07-21 14:32:04 -05:00
Ken Rice
497b8926d7
FS-9373 #resolve make add mod-verto and mod-rtc to freeswitch-meta-all debian package
2016-07-21 09:23:10 -05:00
Anthony Minessale
ec2734c10c
FS-9334 revert
2016-07-21 03:22:37 -05:00
Italo Rossi
31fee66cda
FS-9342 [verto_communicator] Only copy data to storage when closing the settings
2016-07-19 18:24:06 -03:00
Brian West
9ff1a506d0
FS-9357 #resolve [VP9 codec screenshare on mod_conference (mux/transcode) does not work]
2016-07-19 16:25:33 -05:00
Mike Jerris
7e021af4d5
clean up noisy configure
2016-07-19 16:52:52 -04:00
Brian West
fdcb590a7f
Simple fax test script
2016-07-19 13:03:22 -05:00
Mike Jerris
8e1fb95251
Merge pull request #911 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:feature/FS-9230-customize-video-muted-banner to master
...
* commit '14f9b576f165a86957ec552b92bca42e6abc87e0':
FS-9230: Customize video muted banner
2016-07-19 12:41:32 -05:00
Chad Phillips
14f9b576f1
FS-9230: Customize video muted banner
...
Allows customizing the banner displayed when video is muted, via conference
param 'video-mute-banner' per conference, or channel var 'video_mute_banner'
per user.
Foreground/background colors, font face/size, and text can all be customized.
2016-07-19 10:16:41 -07:00
Anthony Minessale
35ee4ee593
FS-9365 #resolve [SDP Format on reply to RE-INVITE does not appear to be RFC-4566 compliant]
2016-07-18 15:41:19 -05:00
Anthony Minessale
5cbe57841e
FS-9289 #resolve [MOH issue]
2016-07-18 14:15:27 -05:00
Anthony Minessale
d9700b36a3
FS-9259 #resolve [Missing "m=image 0" when replying to INVITE with disable image line]
2016-07-18 13:00:00 -05:00
Anthony Minessale
6bc535fd65
FS-9353 #resolve [clear-vid-floor produces error, while working]
2016-07-18 12:39:37 -05:00
Anthony Minessale
f43522877c
FS-9356 #resolve [DTMF not recognized when coming from a Cisco SIP trunk]
2016-07-18 11:11:32 -05:00
Anthony Minessale II
0beda620dd
Merge pull request #913 in FS/freeswitch from ~FRANCOIS/freeswitch-fs-9355:master to master
...
* commit '0df7e787ce38bdd5c2e61fac37c1e92425bc5366':
FS-9355: fix segfault in case of null frame
2016-07-18 10:13:52 -05:00
François
0df7e787ce
FS-9355: fix segfault in case of null frame
2016-07-18 11:22:01 +02:00
Anthony Minessale
b353922488
FS-9352 #resolve [ptime adjust issues on opus]
2016-07-14 17:54:59 -05:00
Michael Jerris
8b9cecaca2
FS-9350: add mod_av commented to modules.conf.xml
2016-07-14 15:38:15 -04:00
Anthony Minessale
0b3f776d7d
FS-9343 #resolve [Sending a Message using the mod_smpp module via Nexmo Fails]
2016-07-12 15:47:08 -05:00
Anthony Minessale
328146c2fd
FS-9345 #resolve [HTTAPI truncates string when response spans multiple packets]
2016-07-12 10:54:08 -05:00
Italo Rossi
2a73820c34
FS-9342 - [verto_communicator] Properly saving settings to localStorage when closing the settings panel.
2016-07-11 15:20:28 -03:00
Michael Jerris
9e89639c4d
Revert "Fix for FS-9313"
...
This reverts commit cf6107963c
.
2016-07-08 17:00:22 -04:00
Michael Jerris
aae7f06d7a
FS-9337: fix invalid sdp generated with soa disabled
2016-07-08 15:59:02 -04:00
Mike Jerris
eaf1eb0d2d
Merge pull request #901 in FS/freeswitch from ~HOENE/opus-stereo-2-mono:master to master
...
* commit 'cf6107963ca997f5ef25527d16f98626213047a9':
Fix for FS-9313
2016-07-08 14:28:09 -05:00
Mike Jerris
e21e6065d2
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.
2016-07-08 14:26:51 -05:00
Mike Jerris
8a7108adef
Merge pull request #909 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:bugfix/FS-9009-windows-warning to master
...
* commit 'd49b66c9225071693c95452f7af62fff5545c5de':
FS-9009 [mod_avmd] #fix warning on Windows
2016-07-08 11:57:44 -05:00
Piotr Gregor
d49b66c922
FS-9009 [mod_avmd] #fix warning on Windows
...
Initialize variance of amplitude - avoid (incorrect) warning
2016-07-08 17:46:28 +01:00
Mike Jerris
f692aa6786
Merge pull request #908 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:bugfix/FS-9009-fix-windows-build to master
...
* commit '6d614ac1a7a0102391e18567843d5f764c32655b':
FS-9009 [mod_avmd] #fix build on Windows
2016-07-08 11:20:19 -05:00
Piotr Gregor
6d614ac1a7
FS-9009 [mod_avmd] #fix build on Windows
...
Windows VC doesn't accept function __attribute__(s)
2016-07-08 17:07:23 +01:00
Anthony Minessale
0379c2a60f
FS-9334 #resolve [Jitterbuffer mods]
2016-07-07 22:50:20 -05:00
William King
a0b9b60dbc
FS-9310 Fix RPM build due to new config file. Also add libvpx generated file to .gitignore
2016-07-07 16:06:34 -07:00
William King
5d39170ccd
FS-9310 Part two. Properly destroy the timeout struct after the message has sent, or timed out.
2016-07-07 15:35:24 -07:00
William King
e5f46faea2
Merge pull request #900 in FS/freeswitch from feature/FS-9310-native-support-for-flowroute-sms to master
...
* commit '35b816bb2758d0b73661b8e12091bdbe0165efc5':
FS-9310 Native support for Flowroute SMS API over HTTP(S)
2016-07-07 17:23:44 -05:00
William King
35b816bb27
FS-9310 Native support for Flowroute SMS API over HTTP(S)
2016-07-07 15:22:36 -07:00