William King
4219049789
New compiler warning(error). Unused assignment before the pointer is reassigned.
2013-06-12 21:39:27 -07:00
William King
3f2f393a7c
If the addr pointer is NULL, better to check first before using it.
2013-06-12 21:24:06 -07:00
Chris Rienzo
98ae1c93fa
mod_http_cache: fixed wrong string to sign when referencing AWS S3 object with subdirectory
2013-06-12 09:38:35 -04:00
Anthony Minessale
d0749e9a26
FS-5500 --resolve
2013-06-11 11:38:18 -05:00
Travis Cross
46f4709ee6
Whitespace cleanup to previous commit
2013-06-07 06:59:38 +00:00
William King
e7fa70416d
Previous commit was incorrect. This would correctly handle the memory loss case.
2013-06-06 23:54:07 -07:00
Anthony Minessale
7b25322e46
don't need this change revert
2013-06-05 11:21:59 -05:00
Anthony Minessale
4240526ce3
add some device-state mechinism to FS to allow tracking of device-specific states where they may have more than one call from the same device
2013-06-05 11:20:11 -05:00
Seven Du
947c0542a9
update to mp4v2-2.0.0
...
It seems I cannot contact the original author
it seems has a bug which even cannot compile with mp4v2-trunk-479
This patch allow it to compile
2013-06-04 08:46:05 +08:00
Travis Cross
505815c902
Avoid crashing FS after delivering a VM
...
When vm-storage-dir was set to an absolute path, FS would abort after
delivering a VM because we were trying to free(3) memory sitting in
the middle of a memory pool.
FS-5329
2013-06-03 09:29:51 +00:00
Anthony Minessale
5835e0d541
FS-5488 --resolve
2013-05-31 14:46:15 -05:00
Nathan Neulinger
ac0ed44b96
FS-5449: --resolve add a mod_commands function to use the shell escape function and update the existing function to use correct escaping
...
adds a pool based implementation of the switch_util_quote_shell_arg function and changes existing function to be a wrapper around the pool based one
2013-05-31 16:25:08 -05:00
Anthony Minessale
5eabe2bc4e
FS-5488 --resolve
2013-05-31 13:14:37 -05:00
Brian West
507788f01c
Swap this
2013-05-31 09:16:32 -05:00
Jeff Lenk
24c13adfaf
FS-5483 --resolve
2013-05-29 09:32:24 -05:00
Travis Cross
f07181e266
Avoid using psession uninitialized in mod_fsk
2013-05-29 02:59:05 +00: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
Mariusz Czułada
d0af6ce81d
FS-5157 patch accepted
2013-05-29 00:19:49 +02:00
Travis Cross
f3541e00f4
Fix variable type in mod_nibblebill
2013-05-27 07:58:33 +00:00
Travis Cross
3dd2376475
Leave room for switch_escape_string to add a terminating null
...
Thanks-to: Nathan Neulinger <nneul@mst.edu>
FS-5448 --resolve
2013-05-25 23:28:55 +00:00
Travis Cross
ab641842f4
Fix comment spelling
...
Thanks-to: Mariusz Czułada <manieq.net@gmail.com>
2013-05-25 21:40:40 +00:00
William King
f04842d4c8
Cleaning up logically dead code.
2013-05-25 07:02:49 -07:00
Anthony Minessale
4bf4b2c408
FS-5470 --resolve
2013-05-24 09:37:25 -05:00
Mariusz Czułada
3866a6e15c
FS-5042 changed event body creation
2013-05-24 12:18:00 +02:00
Anthony Minessale
606e197ac6
FS-5042 --resolve
2013-05-23 08:07:10 -05:00
Anthony Minessale
6cdb46889c
FS-5402 --resolve the problem is ent originate has many channels and many causes to parse so we need to check it against all the causes
2013-05-22 11:01:39 -05:00
Chris Rienzo
2c82e6afc6
mod_http_cache: fix example config
2013-05-22 13:22:03 -04:00
Chris Rienzo
f7e725f4bf
mod_http_cache: a couple more unit test cases
2013-05-22 08:47:49 -04:00
Chris Rienzo
f5f65b65a9
mod_http_cache: remove unnecessary memset() now that switch_b64_encode() is fixed
2013-05-22 08:22:04 -04:00
Chris Rienzo
8be02b57ce
mod_http_cache: fix unit test now that switch_b64_encode is fixed
2013-05-22 08:19:36 -04:00
Anthony Minessale
104febbc1a
FS-5376 --resolve
2013-05-21 10:04:35 -05:00
Anthony Minessale
0cee5ac9df
FS-5211 --resolve
2013-05-21 09:29:50 -05:00
Chris Rienzo
83d7b60d74
mod_http_cache: forgot to add write to http_cache:// format
2013-05-21 09:27:39 -04:00
Anthony Minessale
9cdd2be095
FS-5444 --resolve
2013-05-20 08:20:38 -05:00
Chris Rienzo
a0170bbdb2
mod_http_cache: added write file format
2013-05-20 11:18:40 -04:00
Chris Rienzo
8c8b2176d2
mod_http_cache: added native Amazon S3 support
2013-05-20 09:31:28 -04: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
ef1bf8e34a
Was causing a very small leak on naptr lookups. Upon review just happened to be a typo missing a bang.
2013-05-18 17:50:50 -07: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
William King
45803e38e7
Edge case for when you are subscribing to presence on a valet parking lot. In which case there would be a small leak.
2013-05-18 17:06:54 -07:00
Jeff Lenk
de0fea316e
FS-5434 --resolve
2013-05-17 21:38:32 -05: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
Raymond Chandler
58a127fe65
FS-5327 --resolve
2013-05-08 13:52:48 -04:00
Raymond Chandler
e88126c95a
FS-5288 --resolve
2013-05-08 12:53:31 -04:00
Ken Rice
7952f7c547
fix mod_spandsp on systems with libjbig
2013-05-06 18:23:54 -05:00
Michael Jerris
bea4bb0950
fix auto in will not use the last slot
2013-05-06 11:46:38 -04:00
Michael Jerris
2f767ec9f0
add bgsystem for background system calls
2013-05-03 16:22:34 -04:00