]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
13 years agoFreeTDM: ftmod_misdn uses clock_gettime() which is in librt, add a check
Stefan Knoblich [Fri, 10 May 2013 17:01:05 +0000 (19:01 +0200)] 
FreeTDM: ftmod_misdn uses clock_gettime() which is in librt, add a check

Fixes -Wl,-z,now / -Wl,-z,defs errors about undefined symbols.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
13 years agoFreeTDM: Make libpri pri_version() check -Wunused-but-set-variable safe
Stefan Knoblich [Fri, 10 May 2013 16:59:38 +0000 (18:59 +0200)] 
FreeTDM: Make libpri pri_version() check -Wunused-but-set-variable safe

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
13 years agoFreeTDM: Move external ftmod_* library dependencies to _LIBADD
Stefan Knoblich [Fri, 10 May 2013 13:31:15 +0000 (15:31 +0200)] 
FreeTDM: Move external ftmod_* library dependencies to _LIBADD

Making the build -Wl,--as-needed safe.
Tested on Centos 5.x + Gentoo.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
13 years agoFreeTDM: Fix implicit conversion between enumeration types error
Stefan Knoblich [Fri, 10 May 2013 12:18:58 +0000 (14:18 +0200)] 
FreeTDM: Fix implicit conversion between enumeration types error

Full clang error message:

  error: implicit conversion from enumeration type 'ftdm_bool_t' to
  different enumeration type 'ftdm_status_t' [-Werror,-Wconversion]

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
13 years agoFreeTDM: Silence -Wtautological-compare warnings emitted by clang
Stefan Knoblich [Fri, 10 May 2013 12:11:37 +0000 (14:11 +0200)] 
FreeTDM: Silence -Wtautological-compare warnings emitted by clang

Fixes "warning: comparison of unsigned expression >= 0 is always true".

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
13 years agoFreeTDM: Use ftdm_unused_arg() to silence -Wunused-argument warnings
Stefan Knoblich [Fri, 10 May 2013 12:05:07 +0000 (14:05 +0200)] 
FreeTDM: Use ftdm_unused_arg() to silence -Wunused-argument warnings

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
13 years agoRelax the image resolutions supported for FAX
Steve Underwood [Fri, 10 May 2013 13:44:17 +0000 (21:44 +0800)] 
Relax the image resolutions supported for FAX

13 years agoThe gettimeofday() function spandsp provided for Windows apparently falls over
Steve Underwood [Fri, 10 May 2013 03:54:20 +0000 (11:54 +0800)] 
The gettimeofday() function spandsp provided for Windows apparently falls over
after 25 hours. I guess not many people are inserting header lines on FAX pages.
Hopefully this update fixes the problem.

13 years agomove log message to avoid logging null
Anthony Minessale [Thu, 9 May 2013 19:34:39 +0000 (14:34 -0500)] 
move log message to avoid logging null

13 years agoFS-5399 --resolve
Anthony Minessale [Thu, 9 May 2013 19:05:09 +0000 (14:05 -0500)] 
FS-5399 --resolve

13 years agoFS-5325 i'll put the nonblocking in but I still think this is a problem with openssl...
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

13 years agoFS-5360 --resolve fields are exec-on-max-failures exec-on-max-timeouts pin, needs...
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

13 years agoFS-5390 --resolve
Anthony Minessale [Thu, 9 May 2013 15:29:45 +0000 (10:29 -0500)] 
FS-5390 --resolve

13 years agoFS-5398 --resolve
Anthony Minessale [Thu, 9 May 2013 15:08:08 +0000 (10:08 -0500)] 
FS-5398 --resolve

13 years agoupdate to be recorded phrases
Michael S Collins [Thu, 9 May 2013 17:26:02 +0000 (10:26 -0700)] 
update to be recorded phrases

13 years agotest 2, please ignore
Giovanni Maruzzelli [Thu, 9 May 2013 17:00:54 +0000 (17:00 +0000)] 
test 2, please ignore

13 years agotest, please ignore
root [Thu, 9 May 2013 16:59:39 +0000 (16:59 +0000)] 
test, please ignore

13 years agoFS-5395: False alarm on a reported valgrind memory leak. The io_private is alloc...
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.

13 years agoFS-5395: --resolve Resolve another mod_rtmp crash where oh specific hangup scenarios...
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

13 years agoFS-5085 I discovered that the bowout is happening from both legs at once, we only...
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

13 years agoUndo previous change
Brian West [Wed, 8 May 2013 19:40:10 +0000 (14:40 -0500)] 
Undo previous change

13 years agoMerge branch 'master' of fs-git:freeswitch
Raymond Chandler [Wed, 8 May 2013 17:59:39 +0000 (13:59 -0400)] 
Merge branch 'master' of fs-git:freeswitch

13 years agoFS-5327 --resolve
Raymond Chandler [Wed, 8 May 2013 17:52:48 +0000 (13:52 -0400)] 
FS-5327 --resolve

13 years agoUpdate to be recorded phrases
Michael S Collins [Wed, 8 May 2013 17:20:22 +0000 (10:20 -0700)] 
Update to be recorded phrases

13 years agoMerge branch 'master' of fs-git:freeswitch
Raymond Chandler [Wed, 8 May 2013 16:53:40 +0000 (12:53 -0400)] 
Merge branch 'master' of fs-git:freeswitch

13 years agoFS-5288 --resolve
Raymond Chandler [Wed, 8 May 2013 16:53:31 +0000 (12:53 -0400)] 
FS-5288 --resolve

13 years agoFS-5371 --resolve typo
Anthony Minessale [Wed, 8 May 2013 14:18:45 +0000 (09:18 -0500)] 
FS-5371 --resolve typo

13 years agoFS-5389
Jeff Lenk [Wed, 8 May 2013 16:36:13 +0000 (11:36 -0500)] 
FS-5389

13 years agoFS-5389 --resolve
Jeff Lenk [Wed, 8 May 2013 13:37:10 +0000 (08:37 -0500)] 
FS-5389 --resolve

13 years agoRevert "fixed stuck mod_rtmp session when the call is killed from fs side, such as...
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

13 years agoFS-5168 --resolve
Anthony Minessale [Tue, 7 May 2013 19:09:42 +0000 (14:09 -0500)] 
FS-5168 --resolve

13 years agoFS-4871 --resolve
Raymond Chandler [Tue, 7 May 2013 19:07:04 +0000 (15:07 -0400)] 
FS-4871 --resolve

13 years agoFS-5325
Anthony Minessale [Tue, 7 May 2013 16:30:37 +0000 (11:30 -0500)] 
FS-5325

13 years agoregression parsing rtp-timeout-sec from the profile
Anthony Minessale [Tue, 7 May 2013 13:50:02 +0000 (08:50 -0500)] 
regression parsing rtp-timeout-sec from the profile

13 years agoFS-5383 --resolve
Anthony Minessale [Tue, 7 May 2013 13:31:23 +0000 (08:31 -0500)] 
FS-5383 --resolve

13 years agofix mod_spandsp on systems with libjbig
Ken Rice [Mon, 6 May 2013 23:23:54 +0000 (18:23 -0500)] 
fix mod_spandsp on systems with libjbig

13 years agoFreeTDM: Add ftdm_unused_arg() macro to silence "unused parameter" compiler warnings
Stefan Knoblich [Mon, 6 May 2013 15:41:50 +0000 (17:41 +0200)] 
FreeTDM: Add ftdm_unused_arg() macro to silence "unused parameter" compiler warnings

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
13 years agofix auto in will not use the last slot
Michael Jerris [Mon, 6 May 2013 15:45:30 +0000 (11:45 -0400)] 
fix auto in will not use the last slot

13 years agoanother esl managed tweak
Jeff Lenk [Sat, 4 May 2013 17:43:19 +0000 (12:43 -0500)] 
another esl managed tweak

13 years agotweak windows esl managed - removing mixed mode and any from the solution - this...
Jeff Lenk [Sat, 4 May 2013 17:15:04 +0000 (12:15 -0500)] 
tweak windows esl managed - removing mixed mode and any from the solution - this should remove some of the ambiguity around building

13 years agoFS-5371 --resolve
Anthony Minessale [Fri, 3 May 2013 18:38:17 +0000 (13:38 -0500)] 
FS-5371 --resolve

13 years agoFS-5365 --resolve
Anthony Minessale [Fri, 3 May 2013 18:13:38 +0000 (13:13 -0500)] 
FS-5365 --resolve

13 years agoadd bgsystem for background system calls
Michael Jerris [Fri, 3 May 2013 20:22:15 +0000 (16:22 -0400)] 
add bgsystem for background system calls

13 years agoFS-5085 adding this patch but still wondering what causes this issue
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

13 years agodress up event fired after parsing a message
Anthony Minessale [Fri, 3 May 2013 16:42:36 +0000 (11:42 -0500)] 
dress up event fired after parsing a message

13 years agoFS-5368 --resolve
Anthony Minessale [Fri, 3 May 2013 16:03:17 +0000 (11:03 -0500)] 
FS-5368 --resolve

13 years agofix regression in sofia profile param for t38-passthru
Anthony Minessale [Fri, 3 May 2013 03:36:39 +0000 (22:36 -0500)] 
fix regression in sofia profile param for t38-passthru

13 years agorefuse t38 passthru on unanswered channel
Anthony Minessale [Fri, 3 May 2013 03:29:02 +0000 (22:29 -0500)] 
refuse t38 passthru on unanswered channel

13 years agoFS-4332: --resolve
William King [Fri, 3 May 2013 05:01:24 +0000 (00:01 -0500)] 
FS-4332: --resolve

13 years agoFS-5240: --resolve Please test
William King [Fri, 3 May 2013 04:57:43 +0000 (23:57 -0500)] 
FS-5240: --resolve Please test

13 years agoFS-4875 auto setting ignore_early_media causes unwanted side effects for others,...
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

13 years agoFS-5359 --resolve
Anthony Minessale [Tue, 30 Apr 2013 23:45:24 +0000 (18:45 -0500)] 
FS-5359 --resolve

13 years agoadd channel data to this event
Brian West [Tue, 30 Apr 2013 19:43:47 +0000 (14:43 -0500)] 
add channel data to this event

13 years agofix stop the correct way
Brian West [Tue, 30 Apr 2013 18:24:35 +0000 (13:24 -0500)] 
fix stop the correct way

13 years agoadd uuid of orig picked channel too
Anthony Minessale [Tue, 30 Apr 2013 16:57:48 +0000 (11:57 -0500)] 
add uuid of orig picked channel too

13 years agoadd execute_on_pickup and api_on_pickup
Anthony Minessale [Tue, 30 Apr 2013 16:41:29 +0000 (11:41 -0500)] 
add execute_on_pickup and api_on_pickup

13 years agofix stopping of streams
Brian West [Tue, 30 Apr 2013 17:32:45 +0000 (12:32 -0500)] 
fix stopping of streams

13 years agoFS-5358 --resolve use allow-transcoding=true param in global settings or fifo_allow_t...
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

13 years agoFS-5286 we can try this for added protection
Anthony Minessale [Mon, 29 Apr 2013 14:19:47 +0000 (09:19 -0500)] 
FS-5286 we can try this for added protection

13 years agoFS-5355 --resolve
Anthony Minessale [Mon, 29 Apr 2013 15:09:14 +0000 (10:09 -0500)] 
FS-5355 --resolve

13 years agoFS-5351 --resolve
Anthony Minessale [Sat, 27 Apr 2013 13:19:18 +0000 (08:19 -0500)] 
FS-5351 --resolve

13 years agoFS-4990 Doh! fix unintentional %s
Seven Du [Sat, 27 Apr 2013 09:08:35 +0000 (17:08 +0800)] 
FS-4990 Doh! fix unintentional %s

13 years agoFS-4990 change uuid_debug_audio to uuid_debug_media and add video params
Seven Du [Fri, 26 Apr 2013 22:47:06 +0000 (06:47 +0800)] 
FS-4990 change uuid_debug_audio to uuid_debug_media and add video params

13 years agoFS-4990
Anthony Minessale [Fri, 26 Apr 2013 16:07:50 +0000 (11:07 -0500)] 
FS-4990

13 years agoRTP stats were not being logged. There is no JIRA on this sigh
Anthony Minessale [Fri, 26 Apr 2013 14:31:28 +0000 (09:31 -0500)] 
RTP stats were not being logged.  There is no JIRA on this sigh

13 years agorebuild
Anthony Minessale [Thu, 25 Apr 2013 17:16:04 +0000 (12:16 -0500)] 
rebuild

13 years agoDo not make mod_say_pl by default
Mariusz Czułada [Fri, 26 Apr 2013 08:10:58 +0000 (10:10 +0200)] 
Do not make mod_say_pl by default

13 years agoInitial version of mod_say_pl
Mariusz Czułada [Thu, 25 Apr 2013 22:17:50 +0000 (00:17 +0200)] 
Initial version of mod_say_pl

13 years agoInitial version of mod_say_pl
Mariusz Czułada [Thu, 25 Apr 2013 22:16:49 +0000 (00:16 +0200)] 
Initial version of mod_say_pl

13 years agoFS-5316 --resolve
Brian West [Thu, 25 Apr 2013 18:48:02 +0000 (13:48 -0500)] 
FS-5316 --resolve

13 years agoAdd application layer keepalive options to sofia and expose config options
Brian West [Thu, 25 Apr 2013 18:34:07 +0000 (13:34 -0500)] 
Add application layer keepalive options to sofia and expose config options

13 years agoadd tcp keepalive where possible
Anthony Minessale [Thu, 25 Apr 2013 18:33:17 +0000 (13:33 -0500)] 
add tcp keepalive where possible

13 years agoFS-5340 --resolve
Anthony Minessale [Wed, 24 Apr 2013 21:35:58 +0000 (16:35 -0500)] 
FS-5340 --resolve

13 years agoFS-5346 --resolve use new originate_delay_start=<ms> to get this
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

13 years agoFS-5344 --resolve
Anthony Minessale [Wed, 24 Apr 2013 17:23:43 +0000 (12:23 -0500)] 
FS-5344 --resolve

13 years agoFS-5342 --resolve
Anthony Minessale [Wed, 24 Apr 2013 17:12:42 +0000 (12:12 -0500)] 
FS-5342 --resolve

13 years agoFS-5343 --resolve
Anthony Minessale [Wed, 24 Apr 2013 17:09:35 +0000 (12:09 -0500)] 
FS-5343 --resolve

13 years agoFS-5331
Anthony Minessale [Wed, 24 Apr 2013 16:32:58 +0000 (11:32 -0500)] 
FS-5331

13 years agoFS-5325 this should prefer v4 addrs to avoid the blocking on connect as well so you...
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

13 years agoFS-5325
Anthony Minessale [Wed, 24 Apr 2013 15:12:42 +0000 (10:12 -0500)] 
FS-5325

13 years agoIf the rsession is null, then don't try to unlock it, since that'll just result in...
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.

13 years agofixed rtmp active calls count
William King [Fri, 19 Apr 2013 18:13:32 +0000 (11:13 -0700)] 
fixed rtmp active calls count

13 years agoadded rsession check before comparing its state. commented out active sessions loop
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

13 years agoUpdating the contributor tags
William King [Tue, 26 Feb 2013 05:00:08 +0000 (21:00 -0800)] 
Updating the contributor tags

13 years agoMoving all rtmp specific logging to use the rtmp uuid rather than the session uuid.
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.

13 years agoAnother variable name standardization
William King [Tue, 26 Feb 2013 04:26:53 +0000 (20:26 -0800)] 
Another variable name standardization

13 years agoShould resolve the last of the rsession -> session and session -> rsession on_destroy...
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

13 years agoWhite space cleanup and variable naming standardization
William King [Tue, 26 Feb 2013 04:18:39 +0000 (20:18 -0800)] 
White space cleanup and variable naming standardization

13 years agoStandardizing on rsession to reference rtmp_session_t
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

13 years agoResolve the segfault where the channel is destroyed while it is still receiving audio
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

13 years agoCleaning up and standardizing variable name to rsession if the session referenced...
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

13 years agoadded debugging to print ip and port of rtmp connection as well as tie the rtmp sessi...
William King [Thu, 31 Jan 2013 01:37:00 +0000 (17:37 -0800)] 
added debugging to print ip and port of rtmp connection as well as tie the rtmp session and fs session together

13 years agofixed stuck mod_rtmp session when the call is killed from fs side, such as using...
William King [Thu, 31 Jan 2013 01:16:41 +0000 (17:16 -0800)] 
fixed stuck mod_rtmp session when the call is killed from fs side, such as using uuid_kill

13 years agoFS-5331
Anthony Minessale [Tue, 23 Apr 2013 23:08:41 +0000 (18:08 -0500)] 
FS-5331

13 years agoFS-5331
Anthony Minessale [Tue, 23 Apr 2013 22:59:26 +0000 (17:59 -0500)] 
FS-5331

13 years agoFS-5302 missed a word
Anthony Minessale [Tue, 23 Apr 2013 22:16:33 +0000 (17:16 -0500)] 
FS-5302 missed a word

13 years agofavor the lessor of the configured cache-ttl or the max-age, add an abs-cache-ttl...
Anthony Minessale [Tue, 23 Apr 2013 20:52:17 +0000 (15:52 -0500)] 
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

13 years agoFS-5341 --resolve
Anthony Minessale [Tue, 23 Apr 2013 19:49:07 +0000 (14:49 -0500)] 
FS-5341 --resolve

13 years agoFS-5331
Anthony Minessale [Tue, 23 Apr 2013 19:27:09 +0000 (14:27 -0500)] 
FS-5331

13 years agoadded .vox (Dialogic/OKI ADPCM 8kHz format) to mod_sndfile
Chris Rienzo [Tue, 23 Apr 2013 20:21:02 +0000 (16:21 -0400)] 
added .vox (Dialogic/OKI ADPCM 8kHz format) to mod_sndfile