Anthony Minessale
5e62fde357
FS-4789 --resolve
2012-12-18 19:16:10 -06:00
Anthony Minessale
3025375cc6
fix logic in openpty case
2012-12-09 13:12:40 -06:00
Steve Underwood
bfc3c17bcb
Tweaks to the T.31 modem
2012-12-09 13:59:26 +08:00
Anthony Minessale
d1ad4d477c
add no_loopback flag to apps so they can tell mod_loopback to bow out
2012-10-31 12:56:09 -05:00
Jeff Lenk
2123927af7
spandsp fix argument issue on irc
2012-09-19 08:52:58 -05:00
Robert Jongbloed
babe1cdb89
Fixed numerous issues with T.38 support on mod_opal, now WORKS!
...
Added tracing for error conditions in mod_spandsp
2012-09-19 12:33:06 +10:00
Robert Jongbloed
468739da29
More T.38 fax support changes for mod_opal. Not quite there yet.
2012-09-19 12:32:22 +10:00
Steve Underwood
0eb7d60da9
Some cleanups of the FAX code, so it accesses some of the FAX engine's
...
internal data through the proper mechanisms, instead of directly poking
around inside.
2012-09-04 12:10:16 +08:00
Steve Underwood
7c6f6e306c
Added a free space function to the T.31 modem in spandsp, so the app doesn't
...
need to probe around inside the modem.
2012-09-04 08:58:43 +08:00
Steve Underwood
495fd99d5d
Patched the new libtiff-4.0.2 code to support TIFF/FX tags and the extra
...
compression and colour profile codes that go with them.
2012-09-01 21:50:47 +08:00
Steve Underwood
ea58df8456
Fixed Cairo's entry in the timezone files
...
Changed mod_spandsp so it tries to resolve timezone names like Asia/HongKong
to a POSIX timezone descriptor string, like other parts of FreeSwitch do.
2012-08-22 22:25:54 +08:00
Anthony Minessale
e804d95618
add _preconfigured_t38_options as a back door for opal
2012-08-20 12:06:42 -05:00
Brian West
90ce980c61
STFU already
2012-08-14 21:10:43 -05:00
Steve Underwood
d5fda5ea76
Made mod_spandsp default to enabling T.85 compression
2012-07-19 23:23:05 +08:00
Christopher Rienzo
1dbb05b690
more spacing fixes to mod_spandsp.
2012-07-19 13:32:42 +00:00
Anthony Minessale
da18061744
FS-4444
2012-07-18 21:48:53 -05:00
Christopher Rienzo
338c173752
parse uuid and descriptor name in start_tone_detect API
2012-07-19 00:29:26 +00:00
Christopher Rienzo
0ac014da6e
use SWITCH_CHANNEL_SESSION_LOG in mod_spandsp call progress detector
2012-07-19 00:17:26 +00:00
Christopher Rienzo
913b39830f
replace spaces with tabs in mod_spandsp
2012-07-19 00:03:47 +00:00
Christopher Rienzo
797bdf3edc
Added debug-level param for spandsp tone detector
2012-07-18 20:41:07 +00:00
Anthony Minessale
6a85ad31d2
fix regression in spandsp_tone_detect caused by some recent core changes (part 2)
2012-07-17 17:32:46 -05:00
Anthony Minessale
70c6e65e60
fix regression in spandsp_tone_detect caused by some revent core changes
2012-07-17 17:19:28 -05:00
Anthony Minessale
02f4aa8590
change default
2012-07-03 13:53:29 -05:00
Anthony Minessale
e941a61ff7
add v18_mode var
2012-07-03 13:35:08 -05:00
Anthony Minessale
e06bf26e65
add tdd data also as a header for even lazier parsers
2012-07-02 11:05:56 -05:00
Anthony Minessale
158f96651f
add trailing newlines for lazy parsers
2012-07-02 11:04:10 -05:00
Anthony Minessale
104bab6b92
tdd fix
2012-07-02 12:33:13 -05:00
Travis Cross
f1183ef970
Fix use of switch_event_add_body
...
On some compilers this fixes the build.
gcc reports:
error: format not a string literal and no format arguments
clang reports:
error: format string is not a string literal (potentially insecure) [-Werror,-Wformat-security]
2012-06-24 07:38:08 +00:00
Anthony Minessale
86df8b338e
more v18 changes
2012-06-23 19:33:26 -05:00
Anthony Minessale
1465ba90e6
tweaks
2012-06-23 19:00:53 -05:00
Anthony Minessale
93a8445f1c
change name
2012-06-23 18:53:29 -05:00
Anthony Minessale
0f6647d278
add some inital v18 interface points
2012-06-23 18:48:26 -05:00
Christopher Rienzo
187fe4e14e
update name/e-mail address
2012-06-11 13:05:29 +00:00
Anthony Minessale
d82a38dfd6
fix missing close brace
2012-05-08 19:25:14 -05: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
a76a252514
FS-4109 --resolve
2012-04-13 08:57:34 -05:00
Anthony Minessale
f9aec85b76
FS-4105 --resolve
2012-04-12 10:00:37 -05:00
Steve Underwood
7b9e4ff674
Various updates to spandsp tests
...
spandsp logging now passes an opaque pointer to the logging routine, to
increase flexibility. Right now the pointer is set to NULL in all calls.
2012-03-28 23:36:30 +08:00
Ken Rice
cac6c262bb
conf: add config files to module directories
...
The idea here is that the config files in the module directories will
serve as the canonical documentation of all module configuration
options.
2012-03-24 04:51:08 +00:00
Anthony Minessale
8e7f6b71a1
FS-3966 --resolve nm i guess that's fine, btw your patch had funny line feeds
2012-03-02 13:42:56 -06:00
Anthony Minessale
4bbd967142
FS-3794 this one might solve more issues
2012-02-17 20:21:44 -06:00
Anthony Minessale
341cc2f0fc
FS-3917 sneaky sql null vs != crap
2012-02-17 19:47:57 -06:00
Anthony Minessale
9a8524924a
FS-3889 --resolve
2012-02-07 13:03:55 -06:00
Jeff Lenk
6e8341444d
FS-2216 clang change
2012-01-17 14:00:58 -06:00
Jeff Lenk
c47c9f5b3f
fix compiler warning
2012-01-15 11:19:55 -06:00
Anthony Minessale
401ad16faa
demote message to debug
2012-01-04 17:35:22 -06:00
Jeff Lenk
2a33aff7d9
FS-3788 --resolve
2011-12-28 08:58:15 -06:00
Jeff Lenk
883de14f30
FS-3776 --resolve FreeBSD changes for spandsp
2011-12-21 19:43:01 -06:00
Marc Olivier Chouinard
ee4145c72a
FS-3761 --resolve
2011-12-17 16:39:04 -05:00