]>
git.ipfire.org Git - thirdparty/freeswitch.git/log
Anthony Minessale [Tue, 21 May 2013 17:01:57 +0000 (12:01 -0500)]
FS-5453 --resolve
Anthony Minessale [Tue, 21 May 2013 15:21:45 +0000 (10:21 -0500)]
FS-5457
Anthony Minessale [Tue, 21 May 2013 15:04:35 +0000 (10:04 -0500)]
FS-5376 --resolve
Anthony Minessale [Tue, 21 May 2013 15:03:22 +0000 (10:03 -0500)]
FS-5242
Anthony Minessale [Tue, 21 May 2013 14:29:50 +0000 (09:29 -0500)]
FS-5211 --resolve
Anthony Minessale [Mon, 20 May 2013 17:22:58 +0000 (12:22 -0500)]
FS-5360
Anthony Minessale [Mon, 20 May 2013 16:22:37 +0000 (11:22 -0500)]
getting read_impl too soon here
Ken Rice [Mon, 20 May 2013 16:07:35 +0000 (11:07 -0500)]
1.2.10 Release
William King [Sun, 19 May 2013 03:49:51 +0000 (20:49 -0700)]
Add mod_xml_radius to the modules list, though disabled by default.
William King [Sun, 19 May 2013 03:42:03 +0000 (20:42 -0700)]
Theoretical memory leak where if attr_init failed, then check would have still been malloc'd but not used.
William King [Sun, 19 May 2013 03:15:14 +0000 (20:15 -0700)]
Minor code cleanup. calling va_start without calling va_end doesn't leak does it? Either way, it's fixed now.
William King [Sun, 19 May 2013 02:13:18 +0000 (19:13 -0700)]
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.
William King [Sun, 19 May 2013 00:46:13 +0000 (17:46 -0700)]
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.
William King [Sun, 19 May 2013 00:34:16 +0000 (17:34 -0700)]
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.
William King [Sun, 19 May 2013 00:06:54 +0000 (17:06 -0700)]
Edge case for when you are subscribing to presence on a valet parking lot. In which case there would be a small leak.
William King [Sun, 19 May 2013 00:00:41 +0000 (17:00 -0700)]
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.
William King [Sat, 18 May 2013 23:34:46 +0000 (16:34 -0700)]
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.
William King [Sat, 18 May 2013 23:05:40 +0000 (16:05 -0700)]
If the mod_sofia global presense hash is null, then make sure to free the matches variable before going to done.
William King [Sat, 18 May 2013 22:47:01 +0000 (15:47 -0700)]
FS-5443: --resolve leaked because the JS api's copy and return new malloc'd pointers.
William King [Sat, 18 May 2013 22:10:44 +0000 (15:10 -0700)]
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.
William King [Sat, 18 May 2013 21:29:59 +0000 (14:29 -0700)]
Minor typo. User is being passed into this fuction as a long pointer, not a long.
William King [Sat, 18 May 2013 21:26:40 +0000 (14:26 -0700)]
read() does not NULL terminate statbuf, but strstr expects statbuf to be null terminated.
William King [Sat, 18 May 2013 20:38:24 +0000 (13:38 -0700)]
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.
Jeff Lenk [Sat, 18 May 2013 02:38:32 +0000 (21:38 -0500)]
FS-5434 --resolve
Anthony Minessale [Fri, 17 May 2013 21:11:04 +0000 (16:11 -0500)]
fix silence_stream size bug
William King [Fri, 17 May 2013 19:39:17 +0000 (12:39 -0700)]
FS-5441: --resolve
Anthony Minessale [Wed, 15 May 2013 14:27:18 +0000 (09:27 -0500)]
FS-5430 --resolve
Anthony Minessale [Wed, 15 May 2013 13:08:41 +0000 (08:08 -0500)]
FS-5418 --resolve
Anthony Minessale [Wed, 15 May 2013 12:36:56 +0000 (07:36 -0500)]
FS-5208 --resolve
Anthony Minessale [Tue, 14 May 2013 16:22:48 +0000 (11:22 -0500)]
FS-5011 try to fill gaps
Anthony Minessale [Tue, 14 May 2013 12:44:34 +0000 (07:44 -0500)]
FS-5325 force rebuild
Anthony Minessale [Tue, 14 May 2013 12:38:00 +0000 (07:38 -0500)]
FS-5416 --resolve just missing the part that registers it
Anthony Minessale [Mon, 13 May 2013 19:21:08 +0000 (14:21 -0500)]
FS-5407 --resolve
Anthony Minessale [Mon, 13 May 2013 18:15:33 +0000 (13:15 -0500)]
FS-5410 --resolve
Jeff Lenk [Fri, 10 May 2013 22:31:01 +0000 (17:31 -0500)]
FS-5325 windows compile
(cherry picked from commit
d466316ace5e797c8130ca672d3ba17c79669f16 )
Raymond Chandler [Fri, 10 May 2013 20:31:06 +0000 (16:31 -0400)]
add context
Anthony Minessale [Fri, 10 May 2013 17:55:26 +0000 (12:55 -0500)]
FS-5325
Anthony Minessale [Fri, 10 May 2013 15:45:07 +0000 (10:45 -0500)]
FS-5085 the last change helped weed out the real bug which is this commit
Anthony Minessale [Fri, 10 May 2013 14:59:02 +0000 (09:59 -0500)]
FS-5403 --resolve
Anthony Minessale [Thu, 9 May 2013 19:34:39 +0000 (14:34 -0500)]
move log message to avoid logging null
Anthony Minessale [Thu, 9 May 2013 19:09:23 +0000 (14:09 -0500)]
FS-5399 --resolve
Anthony Minessale [Thu, 9 May 2013 17:56:42 +0000 (12:56 -0500)]
FS-5325 i'll put the nonblocking in but I still think this is a problem with openssl, a short read is not there every single time you connect, When the lib is in full blocking mode it should be handling the complicated actions internally. As complicated as socket programming is, async ssl is even worse because it requires you to do your own buffering and attemps to read may fail waiting for you to write or vice-versa which should have been handled for us in the lib. non-interruptable syscalls are getting pretty outdated and not enabling it is much less complex than making every socket app on earth be non-blocking
Anthony Minessale [Thu, 9 May 2013 17:28:43 +0000 (12:28 -0500)]
FS-5360 --resolve fields are exec-on-max-failures exec-on-max-timeouts pin, needs testing
Anthony Minessale [Thu, 9 May 2013 15:29:45 +0000 (10:29 -0500)]
FS-5390 --resolve
Anthony Minessale [Thu, 9 May 2013 15:10:02 +0000 (10:10 -0500)]
FS-5398
William King [Thu, 9 May 2013 01:45:24 +0000 (18:45 -0700)]
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.
William King [Wed, 8 May 2013 23:31:27 +0000 (16:31 -0700)]
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
Anthony Minessale [Wed, 8 May 2013 18:17:07 +0000 (13:17 -0500)]
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
Brian West [Wed, 8 May 2013 19:40:10 +0000 (14:40 -0500)]
Undo previous change
Raymond Chandler [Wed, 8 May 2013 16:53:31 +0000 (12:53 -0400)]
FS-5288 --resolve
Raymond Chandler [Wed, 8 May 2013 17:52:48 +0000 (13:52 -0400)]
FS-5327 --resolve
Anthony Minessale [Wed, 8 May 2013 14:18:45 +0000 (09:18 -0500)]
FS-5371 --resolve typo
William King [Tue, 7 May 2013 23:04:54 +0000 (16:04 -0700)]
Revert "fixed stuck mod_rtmp session when the call is killed from fs side, such as using uuid_kill"
This reverts commit
d8edc031faa41d4e570aad1e347a0ed6c0d6c1d8 .
Conflicts:
src/mod/endpoints/mod_rtmp/mod_rtmp.c
Anthony Minessale [Tue, 7 May 2013 19:09:42 +0000 (14:09 -0500)]
FS-5168 --resolve
Anthony Minessale [Tue, 7 May 2013 16:30:37 +0000 (11:30 -0500)]
FS-5325
Anthony Minessale [Tue, 7 May 2013 13:31:23 +0000 (08:31 -0500)]
FS-5383 --resolve
Ken Rice [Mon, 6 May 2013 23:30:47 +0000 (18:30 -0500)]
1.2.9 rev bump
Ken Rice [Mon, 6 May 2013 23:23:54 +0000 (18:23 -0500)]
fix mod_spandsp on systems with libjbig
Michael Jerris [Mon, 6 May 2013 15:45:30 +0000 (11:45 -0400)]
fix auto in will not use the last slot
Anthony Minessale [Fri, 3 May 2013 18:38:17 +0000 (13:38 -0500)]
FS-5371 --resolve
Anthony Minessale [Fri, 3 May 2013 18:13:38 +0000 (13:13 -0500)]
FS-5365 --resolve
Michael Jerris [Fri, 3 May 2013 20:22:15 +0000 (16:22 -0400)]
add bgsystem for background system calls
Anthony Minessale [Fri, 3 May 2013 17:30:35 +0000 (12:30 -0500)]
FS-5085 adding this patch but still wondering what causes this issue
Anthony Minessale [Fri, 3 May 2013 16:42:36 +0000 (11:42 -0500)]
dress up event fired after parsing a message
William King [Fri, 3 May 2013 04:57:43 +0000 (23:57 -0500)]
FS-5240: --resolve Please test
Anthony Minessale [Fri, 3 May 2013 03:22:59 +0000 (22:22 -0500)]
prevent t38_passthru and fax_detect from both happening at once
William King [Fri, 3 May 2013 05:01:24 +0000 (00:01 -0500)]
FS-4332: --resolve
Anthony Minessale [Fri, 3 May 2013 02:21:51 +0000 (21:21 -0500)]
FS-4875 auto setting ignore_early_media causes unwanted side effects for others, it will have to be supplied by the user
Anthony Minessale [Tue, 30 Apr 2013 23:45:24 +0000 (18:45 -0500)]
FS-5359 --resolve
Brian West [Tue, 30 Apr 2013 19:43:47 +0000 (14:43 -0500)]
add channel data to this event
Brian West [Tue, 30 Apr 2013 18:24:35 +0000 (13:24 -0500)]
fix stop the correct way
Anthony Minessale [Tue, 30 Apr 2013 16:57:48 +0000 (11:57 -0500)]
add uuid of orig picked channel too
Anthony Minessale [Tue, 30 Apr 2013 16:41:29 +0000 (11:41 -0500)]
add execute_on_pickup and api_on_pickup
Brian West [Tue, 30 Apr 2013 17:32:45 +0000 (12:32 -0500)]
fix stopping of streams
Anthony Minessale [Tue, 30 Apr 2013 14:39:35 +0000 (09:39 -0500)]
FS-5358 --resolve use allow-transcoding=true param in global settings or fifo_allow_transcoding=true channel var on per caller basis
Conflicts:
src/mod/applications/mod_fifo/mod_fifo.c
Anthony Minessale [Mon, 29 Apr 2013 14:19:47 +0000 (09:19 -0500)]
FS-5286 we can try this for added protection
Anthony Minessale [Mon, 29 Apr 2013 15:09:14 +0000 (10:09 -0500)]
FS-5355 --resolve
Anthony Minessale [Fri, 26 Apr 2013 22:23:30 +0000 (17:23 -0500)]
FS-4990 --resolve
Brian West [Thu, 25 Apr 2013 18:48:02 +0000 (13:48 -0500)]
FS-5316 --resolve
Brian West [Thu, 25 Apr 2013 18:34:07 +0000 (13:34 -0500)]
Add application layer keepalive options to sofia and expose config options
Conflicts:
src/mod/endpoints/mod_sofia/mod_sofia.h
Anthony Minessale [Thu, 25 Apr 2013 17:15:50 +0000 (12:15 -0500)]
rebuild
Anthony Minessale [Thu, 25 Apr 2013 18:33:17 +0000 (13:33 -0500)]
add tcp keepalive where possible
Anthony Minessale [Wed, 24 Apr 2013 20:52:10 +0000 (15:52 -0500)]
remember to file your tps reports
Anthony Minessale [Wed, 24 Apr 2013 20:07:45 +0000 (15:07 -0500)]
FS-5346 --resolve use new originate_delay_start=<ms> to get this
Anthony Minessale [Wed, 24 Apr 2013 17:23:43 +0000 (12:23 -0500)]
FS-5344 --resolve
Anthony Minessale [Wed, 24 Apr 2013 17:09:35 +0000 (12:09 -0500)]
FS-5343 --resolve
Conflicts:
libs/sofia-sip/.update
Anthony Minessale [Wed, 24 Apr 2013 16:32:58 +0000 (11:32 -0500)]
FS-5331
Anthony Minessale [Wed, 24 Apr 2013 15:49:04 +0000 (10:49 -0500)]
FS-5325 this should prefer v4 addrs to avoid the blocking on connect as well so you can use the dns name again
Anthony Minessale [Wed, 24 Apr 2013 15:12:42 +0000 (10:12 -0500)]
FS-5325
William King [Tue, 23 Apr 2013 17:22:49 +0000 (10:22 -0700)]
If the rsession is null, then don't try to unlock it, since that'll just result in a segfault.
William King [Fri, 19 Apr 2013 18:13:32 +0000 (11:13 -0700)]
fixed rtmp active calls count
William King [Wed, 6 Mar 2013 20:13:10 +0000 (12:13 -0800)]
added rsession check before comparing its state. commented out active sessions loop
William King [Tue, 26 Feb 2013 05:00:08 +0000 (21:00 -0800)]
Updating the contributor tags
William King [Tue, 26 Feb 2013 04:45:22 +0000 (20:45 -0800)]
Moving all rtmp specific logging to use the rtmp uuid rather than the session uuid.
William King [Tue, 26 Feb 2013 04:26:53 +0000 (20:26 -0800)]
Another variable name standardization
William King [Tue, 26 Feb 2013 04:23:51 +0000 (20:23 -0800)]
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
William King [Tue, 26 Feb 2013 04:18:39 +0000 (20:18 -0800)]
White space cleanup and variable naming standardization
William King [Tue, 26 Feb 2013 03:46:52 +0000 (19:46 -0800)]
Standardizing on rsession to reference rtmp_session_t
Conflicts:
src/mod/endpoints/mod_rtmp/mod_rtmp.c
William King [Tue, 26 Feb 2013 03:11:56 +0000 (19:11 -0800)]
Resolve the segfault where the channel is destroyed while it is still receiving audio
Conflicts:
src/mod/endpoints/mod_rtmp/rtmp.c
William King [Tue, 26 Feb 2013 03:04:09 +0000 (19:04 -0800)]
Cleaning up and standardizing variable name to rsession if the session referenced is an rtmp_session_t