232 Commits

Author SHA1 Message Date
Steve Underwood
f7a407feca Removal of some pointless callback parameters in the spandsp AT command
interpreter, and fixes for my congential inability to reliably spell psuedo,
er, pseudo, er, whatever.
2014-01-16 00:47:29 +08:00
Chris Rienzo
2cb5f430b2 mod_spandsp added stopfax APP 2014-01-08 04:29:05 -05:00
Anthony Minessale
d432e837c5 FS-6035 try this 2013-12-30 23:36:24 +05:00
Anthony Minessale
d050d9ef3c FS-6012 --resolve 2013-11-30 19:26:12 -06:00
Steve Underwood
eee96c60c9 Tweaks 2013-10-19 18:51:50 +08:00
Anthony Minessale
ab70133ec1 FS-5815 --resolve 2013-09-23 10:58:25 -05:00
Jeff Lenk
f42b17e807 FS-5761 2013-09-17 22:37:03 -05:00
Anthony Minessale
5f29412021 FS-5761 --resolve this solution is sufficient 2013-09-16 22:28:20 +05:00
Anthony Minessale
bb54a4b2e3 FS-4819 --resolve we can match the one offered just for the sake of interop since it probably won't hurt anything, if it does we can take further action 2013-09-12 10:02:44 +05:00
Michael Jerris
58e7db0c6d FS-5763: --resolve add configure check for lzma and newer readhat/sl tinfo stuff 2013-09-07 12:21:33 -07:00
Steve Underwood
56725ad2f2 Tweaks for colour FAXing 2013-08-19 01:38:02 +08:00
Steve Underwood
dfc34d5a96 Some new FAX related variables introduced, to allow access to colour FAXing.
This should be treated as experimental right now.
2013-08-16 10:22:23 +08:00
Chris Rienzo
8d2805fc42 FS-5659 --resolve Add logging for spandsp dtmf detector when dtmf_verbose channel variable is set to true 2013-08-01 13:56:30 -04:00
Chris Rienzo
bb2832eb11 mod_spandsp: added UUID command completion to start/stop_tone_detect commands 2013-07-31 07:16:23 -04: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
c741332dcd Spandsp tweaks 2013-07-23 20:44:46 +08:00
Steve Underwood
20531a097a Added a "nation" parameter to v18_init(), in preparation for automoding. 2013-07-03 02:39:09 +08:00
Nathan Neulinger
32adc789f6 make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
Anthony Minessale
691acf2812 fix build on cent5 2013-06-18 14:38:57 -05:00
Jeff Lenk
24c13adfaf FS-5483 --resolve 2013-05-29 09:32:24 -05:00
Steve Underwood
3519e0f4c3 More tweaks towards colour FAXing 2013-05-29 10:07:08 +08:00
Steve Underwood
3b595efc60 More tweaks towards colour FAXing 2013-05-29 09:53:56 +08:00
Steve Underwood
fe000f18fd Fixed a weakness in error UDPTL lost packet recovery. Hopefully this addresses
FS5202.
2013-05-20 11:30:11 +08:00
William King
508fb78e94 My bad. some how a make didn't catch this issue after a cleanup refactor. In this instance buf is being treated as an 8 byte number, not a pointer. 2013-05-18 17:46:13 -07:00
William King
291244c099 Coverity reported an Uninitialized pointer read. Upon further digging it appears that there is a code path where incoming packets can come in out of order, so this section of code tries to see if it can find the missed packets. As per FS-5202 there is a case where under heavy load the packet exists, and has most of the packet parsed, but still has a NULL pointer for the packet buffer. These two lines would at least help detect the edge case. 2013-05-18 17:34:16 -07:00
Steve Underwood
11f8491170 Fixed a silly in the FAX image resolution settings 2013-05-15 01:49:58 +08:00
Steve Underwood
d501c77566 Relax the image resolutions supported for FAX 2013-05-10 21:44:17 +08:00
Ken Rice
7952f7c547 fix mod_spandsp on systems with libjbig 2013-05-06 18:23:54 -05:00
Brian West
777ca3392a add channel data to this event 2013-04-30 14:43:47 -05:00
Anthony Minessale
fe3bbb3431 FS-5286 we can try this for added protection 2013-04-29 09:19:47 -05:00
Anthony Minessale
1627fb1a59 FS-5344 --resolve 2013-04-24 12:23:43 -05:00
Steve Underwood
88b3b54ef4 More movement towards colour FAXing 2013-04-21 22:02:09 +08:00
Steve Underwood
f56911bb25 More steps towards colour FAX 2013-04-06 01:10:13 +08:00
Steve Underwood
a5ce5de53d More preparation for colour FAX 2013-04-04 22:53:41 +08:00
Brian West
f1e8f09c2f FS-5255 --resolve 2013-04-03 09:01:18 -05:00
Steve Underwood
f758d53ef5 Some preparations for colour FAX 2013-04-02 20:31:19 +08:00
Steve Underwood
1757331eaf Some cleanup of naming to prepare for the next step with spandsp 2013-04-02 00:18:21 +08:00
Anthony Minessale
7818c3c9ed add SMBF_ONE_ONLY flag and use it on dtmf detectors 2013-03-27 17:19:40 -05:00
Anthony Minessale
d75faa6913 stray q 2013-03-21 14:23:43 -05:00
Anthony Minessale
56e1e9c83e FS-5202 2013-03-21 13:49:33 -05:00
Brian West
7d29a92f55 Allow logging of detailed verbose per UUID for debugging 2013-03-11 22:35:18 -05:00
Steve Underwood
45eaaf4178 Spandspi's FAX engine now gives separate size and resolution information about
the images on the line and the images in the file. The ties in with the recent
addition of image resizing and flattenign for colur images.
mod_spandsp has been changed to make use of the additional information.
2013-03-10 20:55:21 +08:00
Ken Rice
8a0c5152d7 FS-4906 --resolve 2013-02-11 20:08:15 -06:00
Steve Underwood
063d59922b Properly enforce the far end max datagram when constructing UDPTL packets 2013-01-26 01:31:38 +08:00
Steve Underwood
b18490ae06 Layout tweaks 2013-01-10 22:12:19 +08:00
Steve Underwood
10152cd336 Tweaks to formatting and minor steps towards T.38 support in T.31 2013-01-10 08:37:58 +08:00
Anthony Minessale
1e5beafe97 FS-5002 --resolve 2013-01-07 14:22:56 -06:00
Anthony Minessale
a2e46d558f FS-4984 --resolve 2013-01-07 11:06:55 -06:00
Steve Underwood
79d578adeb Use a new function in spandsp to access the AT interpreter state inside a T.31
state, rather than directly probing inside the T.31 structures.
2013-01-01 23:48:47 +08:00
Jeff Lenk
dc2c11f13f FS-4768 initial add of vs2012 build support 2012-12-29 14:57:15 -06:00