7373 Commits

Author SHA1 Message Date
Steve Underwood
365fc08719 Changed spandsp from using TRUE and FALSE to using C99 true and false. It seems
like the quirks we used to get using those with C++ have gone away.
2013-08-08 21:40:28 +08:00
Seven Du
5c7d1ab8d7 fix spandsp build 2013-08-08 09:05:31 +08:00
Anthony Minessale
14ca0b5498 FS-5655 --resolve 2013-08-07 20:40:25 +05:00
Steve Underwood
df669f700a A cleanup of FAX image size/resolution matching accuracy. Squashing of bi-level
images should now be correct. This is now close to supporting grey scale and
colour.
2013-08-06 02:38:06 +08:00
Steve Underwood
13e8532398 Hopefully all the spandsp functions now use custom allocation routines 2013-08-06 01:17:05 +08:00
Steve Underwood
799402dd5b More movements of spandsp to the sue of custom allocation routines 2013-08-06 01:10:48 +08:00
Steve Underwood
d5e4089c22 Moved a lot of spandsp to the use of custom allocation functions 2013-08-06 00:49:15 +08:00
Steve Underwood
7c744ce1d8 Added custom allocation functions to spandsp 2013-08-05 23:50:28 +08:00
Jeff Lenk
b71fe0031d FS-5655 try this 2013-07-31 21:45:18 -05:00
Anthony Minessale
143b1c44eb rebuild 2013-07-29 16:07:34 -05:00
Anthony Minessale
d00c8a6abf FS-5641 --resolve 2013-07-29 16:07:03 -05:00
Jeff Lenk
4fc8bc7696 more fixes for last commit 2013-07-27 22:13:47 -05:00
Jeff Lenk
7e1418d634 add missing 2013-07-27 11:28:08 -05:00
Jeff Lenk
734d5f57ca add missing to last commit 2013-07-27 10:43:04 -05:00
Jeff Lenk
ee0383f03c add missing cielab_luts to spandsp build 2013-07-27 10:40:06 -05:00
Travis Cross
6a5595b049 Improve our .gitignore files
Avoid ignoring files actually in our tree, and ignore some generated
files that were not being ignored previously.
2013-07-27 03:41:11 +00:00
Travis Cross
5ca2276711 Remove autogenerated file from tree
This file is specifically ignored by our .gitignore.  Brian added this
ignore on 2013-06-06 but neglected to remove the file.  I've now
bulid-tested without the file to be sure that it is indeed generated
correctly and so can be removed safely.
2013-07-27 03:41:10 +00:00
Anthony Minessale
bc851de200 FS-5642 FS-5556 --resolve I have not tested this yet for the connect but I fixed the seg for sure which was an outstanding issue in 5556 reopen 5642 if connect still doesnt work 2013-07-26 11:27:45 -05:00
Steve Underwood
3ae87091e1 Reworked some of the definition names and values in preparation for
colour FAX
2013-07-24 11:58:36 +08:00
Steve Underwood
b6a4e392f8 More tweaks to spandsp 2013-07-24 03:25:42 +08:00
Steve Underwood
7c90396294 More tweaks to spandsp 2013-07-24 02:19:40 +08:00
Steve Underwood
1912bf013a Tweaks 2013-07-24 01:48:28 +08:00
Steve Underwood
43e2f86c0f More tweaks to spandsp 2013-07-24 01:38:07 +08:00
Steve Underwood
9046143f2b Cleanup of some T.4 functions which are obsolete 2013-07-24 00:46:47 +08:00
Steve Underwood
1f43148015 Added some missing definitions to a spandsp header 2013-07-24 00:32:53 +08:00
Steve Underwood
c1e5175290 Tweaks to spandsp 2013-07-24 00:21:23 +08:00
Steve Underwood
c741332dcd Spandsp tweaks 2013-07-23 20:44:46 +08:00
Steve Underwood
cb4e31b6cf Tweaks to spandsp 2013-07-22 18:48:35 +08:00
Anthony Minessale
2e74cf79fc FS-5617 --resolve 2013-07-19 13:29:05 -05:00
Steve Underwood
6716623d1a Various tweaks to spandsp 2013-07-19 15:40:22 +08:00
Anthony Minessale
e201bb01ea FS-5610 --resolve 2013-07-15 16:57:55 -05:00
Jeff Lenk
d134f71747 FS-5598 --resolve 2013-07-13 11:49:37 -05:00
Anthony Minessale
c14d9c436e FS-5575 --resolve 2013-07-12 14:43:18 -05:00
Nathan Neulinger
719e0329bc add files to spandsp ignore list 2013-07-12 10:16:32 -05:00
Anthony Minessale
5dbf2b3cf7 refactor some video code 2013-07-11 17:38:24 -05:00
Anthony Minessale
30d5ecf9f7 FS-5445 --resolve this was actually just missing one word from the code as seen in the similar code in the core, the same mistake was made there where the compiler is not smart enough to see the mutually exclusive logical paths this code is specific to spontaneously creating an array in a single set like set foo[12]=val which would be totally broken if that line were commented 2013-07-10 10:26:08 -05:00
Jeff Lenk
5fc2bc9993 FS-5588 --resolve windows compiler fixes 2013-07-09 07:53:56 -05:00
Anthony Minessale
94f3b90040 use static buffer and nonblocking socket in websocket client 2013-07-08 08:25:45 -05:00
Ken Rice
22baa51acc FS-2816 --resolve 2013-07-06 22:04:06 -05:00
Steve Underwood
20531a097a Added a "nation" parameter to v18_init(), in preparation for automoding. 2013-07-03 02:39:09 +08: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
Jeff Lenk
a52a604fbb FS-5527 fix compiler error windows 2013-06-28 11:05:27 -05:00
Anthony Minessale
dac93d7936 FS-5527 --resolve 2013-06-28 10:42:06 -05:00
Anthony Minessale
b2e06346d4 some more ws transport tweaks 2013-06-27 14:04:13 -05:00
Anthony Minessale
a26ab6e3e0 fix ssl connect race 2013-06-26 23:10:19 -04:00
Anthony Minessale
afc18668f3 tweak sip ws code to avoid double free 2013-06-26 12:43:54 -04:00
Moises Silva
f9007fb2b6 freetdm: Added E & M logic for routing success and fail regex parameters 2013-06-26 00:16:11 -04:00
Moises Silva
bd4a5914dc freetdm: Override regular media with ringback in E&M when a ringback file is specified 2013-06-26 00:10:04 -04:00
Moises Silva
626dd2551a mod_freetdm: Expose new ringback E&M parameters in the XML config 2013-06-25 23:41:59 -04:00
Moises Silva
cc6ee0322e Added ability to play a wav file as ringback tone during the COLLECT state of E&M signaling module
This is configured through 2 new parameters:
ringback-during-collect=yes|no
ringback-file=<wav file path>

You may not want to use this if your E&M lines are connected to traditional phones, otherwise
you will hear ringback tone while pressing digits. This is mostly useful with old switches that do
not provide ringback tone but the user is already done dialing (perhaps the signaling was converted from
ISDN to E&M and the full number was received in a single SETUP message)
2013-06-25 22:19:24 -04:00