Anthony Minessale
|
1c80a83d57
|
fix teletone gen on multichannel
|
2019-07-25 23:31:08 +04:00 |
Chris Rienzo
|
8925519e02
|
FS-11785 [libteletone] Fix dead assignment in teletone_dtmf_detect
|
2019-06-06 11:25:19 -04:00 |
Chris Rienzo
|
7187e8ecd2
|
FS-11785 [libteletone] Fix unlikely divide by zero in teletone_mux_tones
|
2019-06-06 11:25:13 -04:00 |
Travis Cross
|
d0ce18885c
|
Cleanup bad whitespace
Introduced in commit e6ac87f5f1 .
|
2014-05-21 17:25:32 +00:00 |
Jeff Lenk
|
e6ac87f5f1
|
fixes for VS2010 code analysis - hope these are OK else-ware
|
2014-05-20 22:54:32 -05:00 |
Michael Jerris
|
6b9024246f
|
CID:1214189 Division or modulo by float zero
|
2014-05-16 14:54:54 +00:00 |
Michael Jerris
|
7011602550
|
no need to check if p is null, it can never be null
|
2014-05-07 12:37:36 -04:00 |
Ken Rice
|
6e7d5d0897
|
update copyright header for 2014
|
2014-02-12 12:08:56 -06:00 |
Anthony Minessale
|
d2a2e4ce15
|
FS-5568 --resolve the real problem is that L=-1 is not valid because the L param is about how many times to generate the output while generating the tone so -1 is impossible because it can never end to let you hear it. The real fix is to not allow -1 loops=-1 is the correct way to do this because that is parsed after the tone is generated and repeats the entire thing. Doing something like L=100 actually generates the whole slinear audio 100 times into memore where loops=100 only generates the little snippet and repeats it after it was generated.
|
2013-07-02 08:44:47 -05:00 |
Nathan Neulinger
|
32adc789f6
|
make noexpandtab explicit in all vim modelines other than xml files
|
2013-06-25 11:50:17 -05:00 |
Jeff Lenk
|
5788195fd7
|
FS-4768 fix compile error on other platforms
|
2012-12-30 08:58:44 -06:00 |
Jeff Lenk
|
dc2c11f13f
|
FS-4768 initial add of vs2012 build support
|
2012-12-29 14:57:15 -06:00 |
Robert Jongbloed
|
cf0f483aab
|
Assuming, just because it is MSVC, that the standard integers are not defined, is not correct. Need to test for define _STDINT as well as later versions of MSVC (>= VS2010) do have stdint.h
|
2012-09-27 10:16:14 +10:00 |
Ken Rice
|
7a147e4762
|
Update a ton of copyright statements to make sure the dates are proper
|
2012-04-25 17:14:55 -05:00 |
Ken Rice
|
c5554eb939
|
Copyright date update.
|
2012-04-18 11:52:02 -05:00 |
Anthony Minessale
|
2ad4f00c9f
|
add missing break on begin detect
|
2011-09-19 08:08:55 -05:00 |
Anthony Minessale
|
a65794fb5e
|
FS-3570 receive side, update libteletone to track duration so it is less likely to double detect and push api changes down to freetdm
|
2011-09-16 10:06:04 -05:00 |
Anthony Minessale
|
73279f01bf
|
FS-3166 --resolve
|
2011-04-22 16:43:29 -05:00 |
Brian West
|
3734f4cd44
|
bump copyright date and fix some email and typos from diego.
|
2011-01-05 10:09:04 -06:00 |
Jeff Lenk
|
184f395553
|
fix several code analysis problems and mask several that are required
|
2010-09-20 09:25:14 -05:00 |
Anthony Minessale
|
d31c24dcb3
|
thats better
|
2010-09-14 12:16:14 -05:00 |
Anthony Minessale
|
74430cb3c6
|
doh
|
2010-09-14 12:00:46 -05:00 |
Anthony Minessale
|
6f2c455f92
|
add tone2wav
|
2010-09-14 11:48:43 -05:00 |
Anthony Minessale
|
8b99df5d44
|
more tones
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15388 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-11-06 20:05:26 +00:00 |
Anthony Minessale
|
e1d7177b4e
|
fix build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14965 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-09-24 16:43:57 +00:00 |
Michael Jerris
|
b1377e015b
|
update api visibility macros for windows
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12547 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-03-10 15:45:29 +00:00 |
Michael Jerris
|
bbdf4744aa
|
inital work on x64 windows build (FSBUILD-125)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12215 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-02-21 00:56:56 +00:00 |
Michael Jerris
|
9d82fff528
|
fix suncc visibility support
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12157 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-02-19 05:06:04 +00:00 |
Michael Jerris
|
62779a64ff
|
fix suncc visibility support in libteletone
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12156 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-02-19 05:00:52 +00:00 |
Michael Jerris
|
0a5cf546b4
|
fix suncc visibility support in libteletone
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12155 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-02-19 04:57:50 +00:00 |
Michael Jerris
|
02d780ce16
|
fix suncc visibility support in libteletone
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12154 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-02-19 04:41:38 +00:00 |
Michael Jerris
|
ffe2ad4bbd
|
API visibility support (GCC/SUNCC) (FSCORE-264)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12061 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-02-16 18:17:01 +00:00 |
Anthony Minessale
|
ba77f23278
|
clean up tone_detect
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11738 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2009-02-11 00:16:36 +00:00 |
Michael Jerris
|
1005e93b63
|
LBTEL-1 Build error "array subscript is above array bounds"
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10741 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-12-12 19:45:34 +00:00 |
Anthony Minessale
|
5668dbe0b2
|
fix compiler warning
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10730 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-12-12 15:09:44 +00:00 |
Michael Jerris
|
64997c4d8e
|
vim extendtab is bad
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8894 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-07-03 19:12:26 +00:00 |
Michael Jerris
|
20ab270879
|
code analysis and fixes for teletone.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7614 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2008-02-14 18:13:50 +00:00 |
Anthony Minessale
|
4945769369
|
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6806 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-12-15 15:32:41 +00:00 |
Anthony Minessale
|
3f581d06d0
|
add uuid_dump
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6801 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-12-14 23:11:14 +00:00 |
Anthony Minessale
|
a8433a1956
|
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6454 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-11-30 23:30:40 +00:00 |
Anthony Minessale
|
620508cc80
|
off by 1 err pointed out by trixter from irc
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6388 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-11-23 18:09:23 +00:00 |
Michael Jerris
|
f3b2b20c5b
|
silence warning
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6312 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-11-16 20:18:01 +00:00 |
Anthony Minessale
|
565ab1d66d
|
double trouble
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6292 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-11-15 22:27:33 +00:00 |
Michael Jerris
|
797d7c5701
|
fix sun studio build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6241 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-11-13 20:06:22 +00:00 |
Anthony Minessale
|
de8928f33b
|
sync
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6180 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-11-07 21:16:38 +00:00 |
Michael Jerris
|
622a2733dc
|
use more correct const char * for things that should not be modified. This should also fix the switch_cpp.cpp changes from MODAPP-44. More patches to follow up on this for a few more modules that will likely break with this commit.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6120 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-11-01 11:28:26 +00:00 |
Michael Jerris
|
6c6ac9a7d9
|
fix for FSBUILD-12
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5558 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-08-03 05:02:25 +00:00 |
Michael Jerris
|
3f025790ea
|
fix windows build.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5381 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-06-16 03:56:44 +00:00 |
Anthony Minessale
|
8f6e8d6e65
|
fix tones stuff on 64bit
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5378 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-06-16 00:21:01 +00:00 |
Michael Jerris
|
989f0b61fc
|
solaris requires us to use inline not __inline__
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5295 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-06-08 16:15:03 +00:00 |