FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unl
Go to file
Kathleen King aef569172b Removed a useless called to abs.
Clang 3.5 reported the following error: error: taking the absolute
value of unsigned type 'unsigned int' has no effect
[-Werror,-Wabsolute-value]

Subtracting unsigned variables will never be negative and will either
be the small expected value or will wrap to a very big value. This
code is trying to determine if the difference between these timestamps
is greater than 16000.

The variables last_write_ts and this_ts deal with timestamps. In the
normal case this_ts will be a larger timestamp than
last_write_ts. This change will maintain the intended behavior of
reseting the video if the difference is larger than
16000 and in the abnormal case this value would wrap and still exceed
the 16000.
2014-07-03 13:17:12 -07:00
build Exclude ftmod_ as those are submodules of mod_freetdm 2014-06-20 10:23:05 -05:00
clients/flex The new jquery.tmpl wants tmpl() instead of render() 2011-08-22 16:14:23 +02:00
cmake_modules Completely unbundle libedit 2014-03-24 12:39:59 +00:00
conf External ipv6 2014-06-16 18:10:45 -05:00
debian Create freeswitch-timezones debian package 2014-06-24 00:39:14 +00:00
docs Update SubmittingPatches doc for JIRA smart commits 2014-07-02 18:37:11 +00:00
dtd xmllint --dtdvalid freeswitch_dialplan.dtd /usr/local/freeswitch/conf/default_context.xml >>/dev/null 2007-11-01 14:59:32 +00:00
fscomm update copyright header for 2014 2014-02-12 12:08:56 -06:00
htdocs use lua scripts in a sub dir 2014-03-15 00:15:02 +08:00
html5/verto expand table width a bit 2014-07-02 22:18:44 +05:00
libs fs_cli: fix compiler error on CentOS 6 caused by recent short uuid logging change 2014-06-30 17:30:59 -04:00
scripts woops typo 2014-06-17 17:20:00 -05:00
src Removed a useless called to abs. 2014-07-03 13:17:12 -07:00
support-d util for quick restarts during debugging 2014-06-17 21:28:39 -05:00
w32 FS-6457 --resolve 2014-04-13 10:01:17 +02:00
web add back empty dirs 2010-04-01 21:00:45 -04:00
.gitattributes add .gitattributes 2012-05-28 16:35:00 +00:00
.gitignore ignore fs_ivrd 2014-06-17 21:14:14 -05:00
Freeswitch.2005.unsupported.sln bye bye iax 2010-01-23 20:19:18 +00:00
Freeswitch.2008.express.unsupported.sln upgrade windows openssl to 1.0.1c 2013-03-30 21:54:21 -05:00
Freeswitch.2008.sln.debug.bat merge some changes from joshrivers branch 2009-11-18 15:29:19 +00:00
Freeswitch.2008.sln.release.bat rename 2009-11-18 19:42:00 +00:00
Freeswitch.2008.unsupported.sln upgrade windows openssl to 1.0.1c 2013-03-30 21:54:21 -05:00
Freeswitch.2010.express.sln FS-6505 VS2010 Express 2014-05-20 16:20:29 -06:00
Freeswitch.2010.sln FS-6505 download custom ldns lib for windows for now 2014-05-20 17:07:52 -05:00
Freeswitch.2012.sln FS-6583 --resolve 2014-06-13 22:34:50 -05:00
Freeswitch.2012.sln.bat FS-6102 --resolve 2014-01-17 16:17:57 -06:00
INSTALL test 2013-04-04 20:52:47 -05:00
Makefile.am FS-6609: use config.status to reconf srtp so it doesn't loose the settings from the initial configure 2014-06-19 13:16:57 -04:00
acinclude.m4 Require libcurl as a system dependency 2014-03-20 21:15:29 +00:00
bootstrap.sh remove opezap from tree, it has been replaced by freetdm 2014-05-06 11:05:54 -04:00
cc.sh add smaller banner for teeny tiny terminals 2012-09-24 14:59:09 -05:00
cluecon.tmpl update cc banner 2013-09-16 22:59:26 +05:00
cluecon2.tmpl update cc banner 2013-09-16 22:59:26 +05:00
cluecon2_small.tmpl add smaller banner for teeny tiny terminals 2012-09-24 14:59:09 -05:00
cluecon_small.tmpl add smaller banner for teeny tiny terminals 2012-09-24 14:59:09 -05:00
configure.ac check for proper openal symbol to enable functionality 2014-06-30 01:23:07 +05:00
devel-bootstrap.sh Changed permissions for devel-bootstrap.sh 2010-10-13 14:18:38 -07:00
erlang.spec ci/centos: add erlang module support files 2012-03-24 05:15:11 +00:00
freeswitch-config-rayo.spec freeswitch-config-rayo.spec remove some dependencies to high def audio and specific fs version 2014-06-10 15:02:15 -04:00
freeswitch-sounds-en-us-callie.spec fix sox dependancy 2012-05-15 10:18:14 -05:00
freeswitch-sounds-music.spec --resolve FS-4209 2012-05-15 10:20:52 -05:00
freeswitch-sounds-ru-RU-elena.spec centos: rework CentOS spec files 2012-03-24 04:52:58 +00:00
freeswitch-sounds-sv-se-jakob.spec FS-5045 2014-02-02 12:33:37 +01:00
freeswitch.spec FS-6563 --resolve update the freeswitch.spec file for building on Centos6, drop spidermonkey and add other requirements 2014-06-03 14:33:16 -05:00
swig_common.i FS-6061 --resolve 2013-12-23 22:43:06 +05:00