- 28 2月, 2014 9 次提交
-
-
由 Travis Cross 提交于
Originally we did the same thing with SRTP that we do without SRTP, which is to simply not send packets when e.g. sleep is called. At commits d6332397 and 5259814a we enabled sending silence packets with comfort noise when SRTP is active. We appear to have done this for interop purposes; many devices can't handle gaps in the stream of SRTP packets. But our current comfort noise implementation doesn't take the codec rate into account (FS-6291), so on 16kHz codecs the constant we chose created an annoying level of static between sound file playback. With this commit we preserve the sending of SRTP packets during idle periods, but make those packets completely silent. Thanks-to: Anthony Minessale <anthm@freeswitch.org> FS-5053 --resolve
-
由 Anthony Minessale 提交于
Conflicts: src/mod/applications/mod_conference/mod_conference.c
-
由 Anthony Minessale 提交于
Conflicts: src/mod/applications/mod_conference/mod_conference.c
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
FS-5886 --resolve add NDLB_broken_opus_sdp which must be set as a global variable in var.xml or switch.conf.xml to enable broken opus mode for back compat with counterpath mobile
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
fix race condition where a transferring leg could be hungup on by the bridge partner from the previous bridge because of hangup held leg detection. The leg which was hungup when held doesn't realize the other leg has already moved on from the bridge because it was transferred and is already on its way to connect to the new destination
-
- 27 2月, 2014 2 次提交
-
-
由 Travis Cross 提交于
Our sqlite fork was reading past the end of the zP3 KeyInfo structure here. This was causing gcc and clang's address sanitization to alert. FS-6279 --resolve Thanks-to: Christopher Rienzo <chris@rienzo.net>
-
由 Brian West 提交于
FS-5934 force_transfer_context not being honored if you happen to do an attended this patch makes perfect sense.
-
- 26 2月, 2014 2 次提交
-
-
由 Anthony Minessale 提交于
Conflicts: src/include/switch_types.h
-
由 Brian West 提交于
FS-6250 fix regression from 7efeabbd, don't discrimiate against people that have s as the first character in their user names
-
- 24 2月, 2014 1 次提交
-
-
由 William King 提交于
FS-5888 --resolve Rather than changing the default behavior I've updated the log line to be more accurate. Also fixed the problem where the delay was being overwritten.
-
- 23 2月, 2014 11 次提交
-
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
Pre-jessie versions of Debian's mk-build-deps tool rely on libraries that do not correctly parse debian/control, so we have to clip it down to a smaller subset of the format to build on e.g. wheezy.
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Anthony Minessale 提交于
-
由 Seven Du 提交于
-
由 Anthony Minessale 提交于
-
- 21 2月, 2014 6 次提交
-
-
由 Ken Rice 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Ken Rice 提交于
-
由 Ken Rice 提交于
Clean up the libpq autodection and make sure it functionswith both pg_config and pkg-config. if you are installing into a non-FHS standard location such as what happens with RPMs from the Postgres yum repo, you will need to make sure pkg-config can fild the libpq.pc file. example: export PKG_CONFIG_PATH=/usr/pgsql-9.3/lib/pkgconfig you may also want to make sure your path can find pg_config example: export PATH=/usr/pgsql-9.3/bin:$PATH
-
由 Anthony Minessale 提交于
-
- 19 2月, 2014 3 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Ken Rice 提交于
also merge bkw's typo aliases Conflicts: support-d/.bashrc
-
- 18 2月, 2014 1 次提交
-
-
由 Travis Cross 提交于
./debian/util.sh build-all will do a number of builds in sequence or parallel. We now track if any of those builds fail to return a .changes file and exit non-zero.
-
- 17 2月, 2014 4 次提交
-
-
由 Raymond Chandler 提交于
-
由 Nathan Neulinger 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
- 16 2月, 2014 1 次提交
-
-
由 Jeff Lenk 提交于
-