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
Travis Cross
bc25079fce
Fix spelling in log message
2013-06-02 20:06:34 +00:00
Anthony Minessale
5835e0d541
FS-5488 --resolve
2013-05-31 14:46:15 -05:00
Nathan Neulinger
e74bba08c2
FS-5449: apply correct quoting, got older version of patch accidentally
2013-05-31 16:31:27 -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
a55d70ed62
add kirk wireless servers to safe as they do not do rport
2013-05-31 11:54:05 -05:00
Brian West
507788f01c
Swap this
2013-05-31 09:16:32 -05:00
Nathan Neulinger
803c02a3e8
Change to correct prompt on outgoing call, eliminate UNDEFINED! message
2013-05-30 12:49:59 -05:00
Nathan Neulinger
fffe3d06aa
Allow skinny speed dials to work when already off-hook
2013-05-30 12:15:20 -05:00
Jeff Lenk
24c13adfaf
FS-5483 --resolve
2013-05-29 09:32:24 -05:00
Travis Cross
a82878f786
Unsigned values are never less than zero
2013-05-29 03:02:07 +00: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
Brian West
ecd8aabf5d
log auto adjust ip and port separate so it doesn't get clobbered on hold/update events
2013-05-28 16:25:39 -05:00
Anthony Minessale
9d8af739c8
FS-5480 --resolve
2013-05-28 08:17:44 -05:00
Travis Cross
3c8db7c715
Avoid using memory after we free it
...
Without setting errmsg to NULL here, we'll try to print this freed
value again below if another error doesn't intercede.
2013-05-28 05:28:19 +00:00
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
4ea2ae5d38
Remove extraneous parentheses
...
This resolves a clang warning:
error: equality comparison with extraneous parentheses [-Werror,-Wparentheses-equality]
2013-05-26 12:19:19 +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
04c3b913aa
Quote arguments to shell when sending email
...
Note that the function switch_util_quote_shell_arg is implemented
incorrectly for unix shells, so this is still not safe until that
function is fixed.
Reported-by: Nathan Neulinger <nneul@mst.edu>
FS-5450 --resolve
2013-05-26 01:27: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
Travis Cross
012003b5ff
Don't setup ZRTP without a session and channel
...
FS-5472 --resolve
2013-05-25 21:10:11 +00:00
William King
db0d03532d
Fix a possible deadlock scenario in the impossible scenario from the last patch.
2013-05-25 11:06:01 -07:00
William King
7be8184b2a
Redundant code. The if/else block makes more sense than the equivalent in two separate if's.
2013-05-25 07:47:09 -07:00
William King
938699d0b6
Better to not pass tmp_socket to setsockopt if there was an error here creating the socket.
2013-05-25 07:37:28 -07:00
William King
7d531c0966
It's been missing a break there for ~4 years and instead using the 8k max_ms values(the ptime_div value is the same).
2013-05-25 07:15:49 -07:00
William King
f04842d4c8
Cleaning up logically dead code.
2013-05-25 07:02:49 -07:00
William King
acf9a72e3f
This condition should NEVER be hit, but in case the started thread is unable to locate itself in the EVENT_DISOATCH_QUEUE_THREADS array, it's best to return null here and kill the unexpected event thread rather than segfault FS by writing outside of the bounds of the EVENT_DISPATCH_QUEUE_RUNNING array.
2013-05-25 06:51:37 -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
f42fffb65f
FS-5466 --resolve
2013-05-24 09:14:13 -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
Raymond Chandler
610718fdff
FS-4871: reduce logging a bit
2013-05-23 20:51:25 -04: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
Anthony Minessale
790e9b4d33
FS-5360 change defaults
2013-05-22 10:20:41 -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
Anthony Minessale
699bd795f6
FS-5455 try this
2013-05-22 08:11:29 -05:00
Jeff Lenk
66a94a2c45
windows fix trivial compiler warning
2013-05-22 10:38:04 -05: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
1a3b69a4a6
FS-5436 --resolve
2013-05-21 19:39:02 -05:00
Anthony Minessale
78c31eaa87
FS-5402 revert wait till tomorrow
2013-05-21 13:29:24 -05:00
Anthony Minessale
1239e32de2
FS-5402
2013-05-21 13:22:17 -05:00
Anthony Minessale
363b58dc54
FS-5453 --resolve
2013-05-21 12:01:57 -05:00
Anthony Minessale
7ec78e90e1
FS-5457
2013-05-21 10:21:45 -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
3e6cdd6b57
FS-5360
2013-05-20 12:22:58 -05:00
Anthony Minessale
6c5de69b18
getting read_impl too soon here
2013-05-20 11:22:37 -05: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
e2ea6e58c8
Minor code cleanup. calling va_start without calling va_end doesn't leak does it? Either way, it's fixed now.
2013-05-18 20:15:55 -07:00
William King
9ace496fe3
full_contact must be freed by sofia. There isn't a chance of this having blown anything up, but Coverity is right that this should be initialized with NULL to be safe against future refactors.
2013-05-18 19:13:18 -07: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
William King
d27a95a50e
Possible leak if someone were to try and add extra headers to a channel that had either an inbound info on that session or the session were to be deflected. I don't see a way that these extra headers could be added outside of a C module subscribing to the session states, but just to make sure I'm adding these so that just like other extra header locations it's cleaned up.
2013-05-18 17:00:41 -07:00
William King
f718a0572f
Alice meet rabit hole. There is a leak here on every invite that comes back from a status 180 when the other side is not FS, but you have presence enabled. Thanks to Coverity scan for location this condition. This 'might' not have been leaking if sofia was automatically freeing this when the sofia object was destroyed, but all other locations where sip_header_as_string where called they were all followed by a su_free, so I assume not.
2013-05-18 16:35:03 -07:00
William King
f519ad195a
If the mod_sofia global presense hash is null, then make sure to free the matches variable before going to done.
2013-05-18 16:05:40 -07:00
William King
09553f424a
FS-5443: --resolve leaked because the JS api's copy and return new malloc'd pointers.
2013-05-18 15:47:01 -07:00
William King
7f3f4855a6
When message events were added, the debug field name was overlooked. This would have only been hit when debug level was above 'DEBUG1' and at that point it would have incorrectly chosen debug display names.
2013-05-18 15:10:44 -07:00
William King
4fcefab0d0
Minor typo. User is being passed into this fuction as a long pointer, not a long.
2013-05-18 14:29:59 -07:00
William King
047dc67098
read() does not NULL terminate statbuf, but strstr expects statbuf to be null terminated.
2013-05-18 14:26:40 -07:00
William King
3f06bbd04a
This was writing a null one space to the right, outside of the malloc'd buffer. On further review this uses apr_vsnprintf which always returns null terminated.
2013-05-18 13:38:24 -07:00
Jeff Lenk
de0fea316e
FS-5434 --resolve
2013-05-17 21:38:32 -05:00
Anthony Minessale
2bafe135c0
remove flag
2013-05-17 16:13:19 -05:00
Anthony Minessale
e03b6d0878
fix silence_stream size bug
2013-05-17 16:11:04 -05:00
Anthony Minessale
ea881b191f
media/srtp refactoring pass
2013-05-17 15:39:30 -05:00
William King
8d7aa3ff65
FS-5441: --resolve
2013-05-17 12:39:17 -07:00
William King
58e205ccdb
how...?
2013-05-17 11:36:31 -07:00
William King
cfeb6aaf54
Since there isn't neutral ground, on the rtmp state callback we actually have to force the write lock of the session, but we only need a try lock on removing the session from the rsession->session_hash. This removes a deadlock caused when we had to enforce with locks that the rsession couldn't be destroyed if the FS session was in the middle of a hangup.
2013-05-17 11:36:30 -07:00
William King
f24d1cde3d
Seems the session wasn't coming to the hangup in a locked state.
2013-05-17 11:36:30 -07:00
William King
36f198e883
Seems having a read lock still prevents a write lock to be taken, even if the thread that is trying to get the write lock currently has the read lock.
2013-05-17 11:36:29 -07:00
William King
9b0212ab59
Include the write lock since we're changing the tech_pvt
2013-05-17 11:36:29 -07:00
Anthony Minessale
97faaab42c
FS-5430 --resolve
2013-05-15 09:27:18 -05:00
Jeff Lenk
a4f3629773
trivial fix compiler warning
2013-05-15 11:51:55 -05:00
Anthony Minessale
d50366f377
FS-5418 --resolve
2013-05-15 08:08:41 -05:00
Anthony Minessale
d5ad021720
FS-5208 --resolve
2013-05-15 07:36:56 -05:00
Anthony Minessale
644720454f
fix some minor regression in media code
2013-05-14 12:55:02 -05:00
Anthony Minessale
101b116daf
FS-5011 try to fill gaps
2013-05-14 11:22:53 -05:00
Steve Underwood
11f8491170
Fixed a silly in the FAX image resolution settings
2013-05-15 01:49:58 +08:00
Anthony Minessale
81788f1192
FS-5416 --resolve just missing the part that registers it
2013-05-14 07:38:00 -05:00
Anthony Minessale
0aaba4588a
fix stun lookup returning 1 for port
2013-05-13 16:17:19 -05:00
Anthony Minessale
97d47af882
FS-5407 --resolve
2013-05-13 14:21:08 -05:00
Anthony Minessale
1eae2a1941
FS-5410 --resolve
2013-05-13 13:15:33 -05:00
Anthony Minessale
fd86c038c9
FS-5406 --resolve
2013-05-12 08:06:31 -05:00
Raymond Chandler
bba4540fe5
add context
2013-05-10 16:31:12 -04:00
Anthony Minessale
cb7a6bd34b
FS-5085 the last change helped weed out the real bug which is this commit
2013-05-10 10:45:28 -05:00
Anthony Minessale
bb6b02f2d6
FS-5403 --resolve
2013-05-10 09:59:02 -05:00
Steve Underwood
d501c77566
Relax the image resolutions supported for FAX
2013-05-10 21:44:17 +08:00
Anthony Minessale
30c27efb62
move log message to avoid logging null
2013-05-09 14:34:39 -05:00
Anthony Minessale
16690e491d
FS-5399 --resolve
2013-05-09 14:05:09 -05:00
Anthony Minessale
f00bd136ac
FS-5360 --resolve fields are exec-on-max-failures exec-on-max-timeouts pin, needs testing
2013-05-09 12:28:43 -05:00
Anthony Minessale
66ba282233
FS-5390 --resolve
2013-05-09 10:29:45 -05:00
Anthony Minessale
ba97929a1a
FS-5398 --resolve
2013-05-09 10:08:14 -05:00
Giovanni Maruzzelli
0330520eba
test 2, please ignore
2013-05-09 17:00:54 +00:00
root
0fe65187cd
test, please ignore
2013-05-09 16:59:39 +00:00
William King
9fa4bed8e3
FS-5395: False alarm on a reported valgrind memory leak. The io_private is alloc'd from a memory pool which valgrind sucks at tracking. No need to free this, because it'll get cleared when the memory pool on the rsession is destroyed.
2013-05-08 18:45:24 -07:00
William King
b3117e8f88
FS-5395: --resolve Resolve another mod_rtmp crash where oh specific hangup scenarios there would be a free of variable that wasn't ever malloced
2013-05-08 16:54:05 -07:00
Anthony Minessale
0a68bee88e
FS-5085 I discovered that the bowout is happening from both legs at once, we only need to check this condition on the A side of the loopback bridge
2013-05-08 13:17:07 -05:00
Brian West
7c0dc4c25d
Undo previous change
2013-05-08 14:40:10 -05:00
Raymond Chandler
58a127fe65
FS-5327 --resolve
2013-05-08 13:52:48 -04:00
Raymond Chandler
ef1d9836a7
Merge branch 'master' of fs-git:freeswitch
2013-05-08 12:53:40 -04:00
Raymond Chandler
e88126c95a
FS-5288 --resolve
2013-05-08 12:53:31 -04:00
Anthony Minessale
9aaaeb7215
FS-5371 --resolve typo
2013-05-08 09:18:52 -05:00
Jeff Lenk
0bf912e821
FS-5389
2013-05-08 11:36:13 -05:00
Jeff Lenk
ab7ae9f7cc
FS-5389 --resolve
2013-05-08 08:37:10 -05:00
William King
0d5888de2f
Revert "fixed stuck mod_rtmp session when the call is killed from fs side, such as using uuid_kill"
...
This reverts commit d8edc031fa
.
Conflicts:
src/mod/endpoints/mod_rtmp/mod_rtmp.c
2013-05-07 16:04:54 -07:00
Anthony Minessale
d83c627228
FS-5168 --resolve
2013-05-07 14:09:47 -05:00
Raymond Chandler
a2fcb4191e
FS-4871 --resolve
2013-05-07 15:07:04 -04:00
Anthony Minessale
01a748869d
regression parsing rtp-timeout-sec from the profile
2013-05-07 08:50:02 -05:00
Anthony Minessale
ff05e5f2c7
FS-5383 --resolve
2013-05-07 08:31:23 -05: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
Anthony Minessale
832bbf4f03
FS-5371 --resolve
2013-05-03 13:38:17 -05:00
Anthony Minessale
283e5f5f6a
FS-5365 --resolve
2013-05-03 13:14:01 -05:00
Michael Jerris
2f767ec9f0
add bgsystem for background system calls
2013-05-03 16:22:34 -04:00
Anthony Minessale
adb68d6bca
FS-5085 adding this patch but still wondering what causes this issue
2013-05-03 12:30:35 -05:00
Anthony Minessale
21c5db871b
dress up event fired after parsing a message
2013-05-03 11:42:36 -05:00
Anthony Minessale
e95bbd1e1f
FS-5368 --resolve
2013-05-03 11:03:17 -05:00
Anthony Minessale
44840fc97a
fix regression in sofia profile param for t38-passthru
2013-05-02 22:36:39 -05:00
Anthony Minessale
33f08490ec
refuse t38 passthru on unanswered channel
2013-05-02 22:29:02 -05:00
William King
7ce7cbda57
FS-4332: --resolve
2013-05-03 00:01:24 -05:00
William King
17781cba1c
FS-5240: --resolve Please test
2013-05-02 23:57:50 -05:00
Anthony Minessale
784d5722fa
FS-4875 auto setting ignore_early_media causes unwanted side effects for others, it will have to be supplied by the user
2013-05-02 21:21:51 -05:00
Anthony Minessale
4c81fdf3ee
FS-5359 --resolve
2013-04-30 18:45:24 -05:00
Brian West
777ca3392a
add channel data to this event
2013-04-30 14:43:47 -05:00
Brian West
30899013bc
fix stop the correct way
2013-04-30 13:24:35 -05:00
Anthony Minessale
2ad0e71225
add uuid of orig picked channel too
2013-04-30 11:57:48 -05:00
Anthony Minessale
6923845033
add execute_on_pickup and api_on_pickup
2013-04-30 11:41:34 -05:00
Brian West
4ac76c7c57
fix stopping of streams
2013-04-30 12:32:45 -05:00
Anthony Minessale
ff7cb252fa
FS-5358 --resolve use allow-transcoding=true param in global settings or fifo_allow_transcoding=true channel var on per caller basis
2013-04-30 09:39:35 -05:00
Anthony Minessale
fe3bbb3431
FS-5286 we can try this for added protection
2013-04-29 09:19:47 -05:00
Anthony Minessale
9ef0323499
FS-5355 --resolve
2013-04-29 10:09:14 -05:00
Anthony Minessale
c4e7c302f9
FS-5351 --resolve
2013-04-27 08:19:18 -05:00
Seven Du
a980074f16
FS-4990 Doh! fix unintentional %s
2013-04-27 17:08:35 +08:00
Seven Du
5b9318c109
FS-4990 change uuid_debug_audio to uuid_debug_media and add video params
2013-04-27 06:47:06 +08:00
Anthony Minessale
8ab04152f6
FS-4990
2013-04-26 11:07:50 -05:00
Anthony Minessale
7a42ec06df
RTP stats were not being logged. There is no JIRA on this sigh
2013-04-26 09:31:28 -05:00
Mariusz Czułada
8f6d95794d
Initial version of mod_say_pl
2013-04-26 00:17:50 +02:00
Mariusz Czułada
b056fd06a3
Initial version of mod_say_pl
2013-04-26 00:16:49 +02:00
Brian West
88a13a7580
FS-5316 --resolve
2013-04-25 13:48:02 -05:00
Brian West
d5ec949142
Add application layer keepalive options to sofia and expose config options
2013-04-25 13:34:07 -05:00
Anthony Minessale
eeeb4fa445
FS-5340 --resolve
2013-04-24 16:35:58 -05:00
Anthony Minessale
032761c0f5
FS-5346 --resolve use new originate_delay_start=<ms> to get this
2013-04-24 15:07:45 -05:00
Anthony Minessale
1627fb1a59
FS-5344 --resolve
2013-04-24 12:23:43 -05:00
Anthony Minessale
15e4da68e4
FS-5342 --resolve
2013-04-24 12:12:42 -05:00
Anthony Minessale
8a727b0de4
FS-5331
2013-04-24 11:32:58 -05:00
William King
66d1755b06
If the rsession is null, then don't try to unlock it, since that'll just result in a segfault.
2013-04-23 17:52:33 -07:00
William King
5c87754e42
fixed rtmp active calls count
2013-04-23 17:52:33 -07:00
William King
1dd86108fb
added rsession check before comparing its state. commented out active sessions loop
2013-04-23 17:52:32 -07:00
William King
f7cb641d17
Updating the contributor tags
2013-04-23 17:52:32 -07:00
William King
6f89e2537e
Moving all rtmp specific logging to use the rtmp uuid rather than the session uuid.
2013-04-23 17:52:32 -07:00
William King
fa6d465711
Another variable name standardization
2013-04-23 17:52:32 -07:00
William King
e379a596b2
Should resolve the last of the rsession -> session and session -> rsession on_destroy race condition issues
...
Conflicts:
src/mod/endpoints/mod_rtmp/mod_rtmp.c
2013-04-23 17:52:32 -07:00
William King
fec463fdfe
White space cleanup and variable naming standardization
2013-04-23 17:52:32 -07:00
William King
ad3a5a3572
Standardizing on rsession to reference rtmp_session_t
...
Conflicts:
src/mod/endpoints/mod_rtmp/mod_rtmp.c
2013-04-23 17:52:32 -07:00
William King
7e1aad02b2
Resolve the segfault where the channel is destroyed while it is still receiving audio
...
Conflicts:
src/mod/endpoints/mod_rtmp/rtmp.c
2013-04-23 17:52:32 -07:00
William King
a687274308
Cleaning up and standardizing variable name to rsession if the session referenced is an rtmp_session_t
2013-04-23 17:52:32 -07:00
William King
f81d17c1e2
added debugging to print ip and port of rtmp connection as well as tie the rtmp session and fs session together
2013-04-23 17:52:31 -07:00
William King
d8edc031fa
fixed stuck mod_rtmp session when the call is killed from fs side, such as using uuid_kill
2013-04-23 17:52:31 -07:00
Anthony Minessale
de1f013f2e
FS-5331
2013-04-23 18:08:41 -05:00
Anthony Minessale
25de1531ce
FS-5331
2013-04-23 17:59:26 -05:00
Anthony Minessale
7ae835daf8
FS-5302 missed a word
2013-04-23 17:16:54 -05:00
Anthony Minessale
d049b71ca7
favor the lessor of the configured cache-ttl or the max-age, add an abs-cache-ttl to be forced cache ttl, and add cache_ttl and abs_cache_ttl url params to set it per req
2013-04-23 15:52:41 -05:00
Anthony Minessale
e1c325dcb5
FS-5341 --resolve
2013-04-23 14:49:07 -05:00
Anthony Minessale
9bf19ec74d
FS-5331
2013-04-23 14:27:20 -05:00
Chris Rienzo
5f83c708ef
added .vox (Dialogic/OKI ADPCM 8kHz format) to mod_sndfile
2013-04-23 16:21:02 -04:00
Anthony Minessale
3438337a16
FS-5329 --resolve
2013-04-23 10:27:40 -05:00
Anthony Minessale
ec43377df7
FS-5339 --resolve
2013-04-23 10:26:16 -05:00
Anthony Minessale
5e71ab6a06
FS-5331 --resolve yes this is a bug that is now fixed
2013-04-23 10:13:54 -05:00
Anthony Minessale
c1060f5d18
FS-5302 --resolve use oreka_mux_streams=true channel var or mux-all-streams=true param in the oreka.conf.xml
2013-04-22 20:49:57 -05:00
Anthony Minessale
2d96d7c165
fix minor cid issue in mod_fifo
2013-04-22 16:31:05 -05:00
Anthony Minessale
506768aa6d
skip reforking with ulimit code on 64 bit
2013-04-22 13:42:35 -05:00
Anthony Minessale
f0dd0ef7b1
FS-5332 --resolve
2013-04-22 13:26:19 -05:00
Anthony Minessale
6e8b5428c1
FS-5238
2013-04-22 12:55:04 -05:00
Seven Du
0bec518592
Merge branch 'master' of git://git.freeswitch.org/freeswitch
2013-04-22 23:16:24 +08:00
Seven Du
03892b5556
fix show module as json
2013-04-22 23:10:17 +08:00
Anthony Minessale
ab5a0afb43
FS-5238 revert
2013-04-22 08:51:10 -05:00
Steve Underwood
88b3b54ef4
More movement towards colour FAXing
2013-04-21 22:02:09 +08:00
Anthony Minessale
f92528436f
FS-5302 --resolve
2013-04-19 15:25:11 -05:00
Chris Rienzo
e1da1e7b38
FS-5193 --resolve input timers added to mod_pocketsphinx.
2013-04-18 22:08:58 -04:00
Chris Rienzo
d764e28c57
FS-5324 try this- set define-grammar=true to force caching of grammar in play_and_detect_speech
2013-04-18 22:04:01 -04:00
Anthony Minessale
b0cdad5d5d
add geolocation header parser
2013-04-18 16:44:40 -05:00
Anthony Minessale
c8a6c99f84
FS-5322 --resolve
2013-04-18 16:27:45 -05:00
Anthony Minessale
54d47599e9
FS-5318 update
2013-04-17 17:51:11 -05:00
Anthony Minessale
8eef28ab24
FS-5313 --resolve
2013-04-17 17:34:05 -05:00
Anthony Minessale
cb9d41dd0e
FS-5318 --resolve
2013-04-17 15:59:48 -05:00
Kristin King
14f77e1b9a
FS-5249: --resolve add message sort ordering.
2013-04-17 15:09:39 -07:00
Anthony Minessale
7aa23c4b21
FS-5299 --resolve
2013-04-17 15:38:37 -05:00
Anthony Minessale
bf607b0d91
FS-5319 --resolve
2013-04-17 15:33:27 -05:00
Anthony Minessale
c4e348386d
FS-5034 --resolve please document accordingly on the wiki
2013-04-17 15:24:00 -05:00
Anthony Minessale
18360a2203
FS-4622 --resolve
2013-04-17 15:18:12 -05:00
Anthony Minessale
863fbd2e35
FS-5313
2013-04-17 14:57:11 -05:00
Brian West
88a0fdcda7
2048 and sha1 default.
2013-04-17 09:48:56 -05:00
Jeff Lenk
40e33572b3
FS-5314 --resolve
2013-04-17 09:21:14 -05:00
Anthony Minessale
b1447dd635
fix codec issue on recover
2013-04-16 13:02:59 -05:00
Brian West
cc2efd5597
Fix silly warning
2013-04-16 12:13:45 -05:00
Anthony Minessale
fda6e896e2
try to be back compat with the more logical yet incorrect sdp format for opus
2013-04-16 09:25:02 -05:00
Anthony Minessale
7c9885a045
swigall
2013-04-16 08:51:29 -05:00
Anthony Minessale
be248879ae
FS-5305 --resolve
2013-04-15 14:47:50 -05:00
Michael Jerris
0aa2009d1d
fix case for call_completed_elsewhere var set
2013-04-15 16:45:32 -04:00
Anthony Minessale
8adeab7d5a
move callstate changes down to take place after the core states have run
2013-04-15 10:43:32 -05:00
Jeff Lenk
5417ac4a85
FS-5290 --resolve
2013-04-13 12:20:15 -05:00
Brian West
8afd200023
Swap UUIDs
2013-04-12 11:56:58 -05:00
Anthony Minessale
4e85f9d544
fix some rtp regressions
2013-04-11 18:11:06 -05:00
Anthony Minessale
61b313b006
FS-5269 --resolve
2013-04-11 15:03:50 -05:00
Jeff Lenk
fe4dff7c2d
FS-5290 --resolve
2013-04-10 17:43:27 -05:00
Anthony Minessale
455a76434c
save last sent id for validation later
2013-04-10 11:27:09 -05:00
Anthony Minessale
ed4c177177
FS-5291 --resolve
2013-04-10 10:13:43 -05:00
Anthony Minessale
0fe47df2d7
don't send presence for hangup if you never sent it for early in presence_disable_early mode, it causes issues in yealink
2013-04-09 22:32:44 -05:00