Travis Cross
|
5b1d1de1a7
|
Add common include paths for jni.h and jni_md.h
|
2013-05-27 16:19:24 +00:00 |
|
Travis Cross
|
f3541e00f4
|
Fix variable type in mod_nibblebill
|
2013-05-27 07:58:33 +00:00 |
|
Travis Cross
|
25d488a801
|
Work around error in pocketsphinx-0.7
fsg_search.c:263:2: error: non-void function 'fsg_search_reinit' should return a value [-Wreturn-type]
|
2013-05-27 07:40:00 +00:00 |
|
Travis Cross
|
076a7706db
|
Remove extraneous parentheses in mod_say_pl
|
2013-05-26 12:22:51 +00:00 |
|
Travis Cross
|
c9b3909ac1
|
Add missing newline at end of mod_say_fa.c
|
2013-05-26 12:22:08 +00:00 |
|
Travis Cross
|
065043ce67
|
Remove unused variable in mod_rtmp
Unused variables break the build with recent versions of gcc and
clang.
|
2013-05-26 04:53:16 +00:00 |
|
Travis Cross
|
8f10ff073a
|
Fix memory leaks in mod_tts_commandline
We were using both switch_util_quote_shell_arg and
switch_string_replace without freeing the results even though both
functions malloc.
|
2013-05-26 01:03:08 +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 |
|
Travis Cross
|
c09a261d58
|
Fix memory corruption in mod_erlang_event
Thanks-to: Alexandre Snarskii <snar@snar.spb.ru>
FS-5465 --resolve
|
2013-05-25 21:20:41 +00:00 |
|
William King
|
f04842d4c8
|
Cleaning up logically dead code.
|
2013-05-25 07:02:49 -07:00 |
|
William King
|
5d939b9652
|
Small off by one error. If the array is of size 144, then an index of 144 inclusive is an error.
|
2013-05-25 06:41:03 -07:00 |
|
William King
|
12f2f674f9
|
Let's bit a bit safer when dereferencing pointers.
|
2013-05-24 20:24:04 -07:00 |
|
William King
|
480407e5f3
|
Removing logically dead code
|
2013-05-24 19:59:32 -07:00 |
|
William King
|
9ea90341f7
|
If there is a problem reading the dictionary file, don't leak memory...
|
2013-05-24 19:55:50 -07:00 |
|
William King
|
2e6d3a1f2a
|
Removing unused code
|
2013-05-24 19:53:26 -07:00 |
|
William King
|
b42ee84933
|
More explicit and defensive code so if the init fails we know we handling this pointer safely, because rc_config_init will free the pointer if there was a problem, but it will not set the pointer to NULL.
|
2013-05-24 19:49:33 -07:00 |
|
William King
|
dc4209275d
|
Another location where mod_rtmp would leak memory.
|
2013-05-24 19:45:38 -07:00 |
|
William King
|
194e1ae366
|
Fix improper handling of a double linked list that could have caused a memory leak.
|
2013-05-24 19:42:17 -07:00 |
|
William King
|
e2d6bc3340
|
Appears to have been a copy paste error because this doesn't do what the api claims, and it also leaks the reference to the new node.
|
2013-05-24 19:35:56 -07:00 |
|
William King
|
f3fd94b3e5
|
Fixing a memory leak. name needs to be freed since it's being strdup'd lower.
|
2013-05-24 19:31:26 -07:00 |
|
Anthony Minessale
|
4bf4b2c408
|
FS-5470 --resolve
|
2013-05-24 09:37:25 -05:00 |
|
Anthony Minessale
|
7f3c160793
|
FS-5453 --resolve
|
2013-05-24 08:13:41 -05:00 |
|
Mariusz Czułada
|
3866a6e15c
|
FS-5042 changed event body creation
|
2013-05-24 12:18:00 +02:00 |
|
Anthony Minessale
|
e02992bc6c
|
FS-5453 --resolve this is a different issue, we just have to hangup the loopback channel so the loopback and the sip don't both execute the extension
|
2013-05-23 09:59:00 -05:00 |
|
Anthony Minessale
|
e169212319
|
swig
|
2013-05-23 09:53:50 -05:00 |
|
Anthony Minessale
|
606e197ac6
|
FS-5042 --resolve
|
2013-05-23 08:07:10 -05:00 |
|
Anthony Minessale
|
1b1bdf6816
|
FS-5453 --resolve
|
2013-05-23 08:00:03 -05:00 |
|
Nathan Neulinger
|
514fc941c0
|
FS-5431: --resolve fix socket creation loop for mod_skinny to avoid segfault
|
2013-05-23 08:13:44 -05:00 |
|
William King
|
15f43bac09
|
FS-5440: don't assert on bad input rtmp data
|
2013-05-22 12:38:23 -07: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
|
02cf105840
|
Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch
|
2013-05-22 13:22:19 -04:00 |
|
Chris Rienzo
|
2c82e6afc6
|
mod_http_cache: fix example config
|
2013-05-22 13:22:03 -04:00 |
|
Nathan Neulinger
|
23bd06881d
|
FS-5429: --resolve add minimal idivert support for skinny
|
2013-05-22 09:58:28 -05:00 |
|
Nathan Neulinger
|
8afaf28a09
|
FS-5379: --resolve fix skinny phone codec agreement issues due to incorrect hardwired ptime, update field names for future coding to be more descriptive
|
2013-05-22 09:27:09 -05:00 |
|
Nathan Neulinger
|
337976e469
|
FS-5225: --resolve add ability to dial by pressing line button
|
2013-05-22 09:17:41 -05:00 |
|
Nathan Neulinger
|
0b05cf6843
|
FS-5267: --resolve avoid null deref if sessions missing
|
2013-05-22 09:12:46 -05: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
|
363b58dc54
|
FS-5453 --resolve
|
2013-05-21 12:01:57 -05:00 |
|
Anthony Minessale
|
104febbc1a
|
FS-5376 --resolve
|
2013-05-21 10:04:35 -05:00 |
|
Anthony Minessale
|
8ac3178e45
|
FS-5242
|
2013-05-21 10:03:22 -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 |
|
Travis Cross
|
d2f3a3114e
|
Spelling fix
|
2013-05-21 02:00:43 +00: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 |
|