]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
12 years agoFS-5344 --resolve
Anthony Minessale [Wed, 24 Apr 2013 17:23:43 +0000 (12:23 -0500)] 
FS-5344 --resolve

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

Conflicts:
libs/sofia-sip/.update

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

12 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

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

12 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.

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

12 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

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

12 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.

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

12 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

12 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

12 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

12 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

12 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

12 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

12 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

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

12 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

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

12 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

12 years agoFS-5329 --resolve
Anthony Minessale [Tue, 23 Apr 2013 15:27:40 +0000 (10:27 -0500)] 
FS-5329 --resolve

12 years agoFS-5302 --resolve use oreka_mux_streams=true channel var or mux-all-streams=true...
Anthony Minessale [Tue, 23 Apr 2013 01:49:47 +0000 (20:49 -0500)] 
FS-5302 --resolve use oreka_mux_streams=true channel var or mux-all-streams=true param in the oreka.conf.xml

12 years agofix minor cid issue in mod_fifo
Anthony Minessale [Mon, 22 Apr 2013 21:30:06 +0000 (16:30 -0500)] 
fix minor cid issue in mod_fifo

12 years agoskip reforking with ulimit code on 64 bit
Anthony Minessale [Mon, 22 Apr 2013 18:42:12 +0000 (13:42 -0500)] 
skip reforking with ulimit code on 64 bit

12 years agoFS-5332 --resolve
Anthony Minessale [Mon, 22 Apr 2013 18:25:54 +0000 (13:25 -0500)] 
FS-5332 --resolve

12 years agoFS-5238
Anthony Minessale [Mon, 22 Apr 2013 17:54:46 +0000 (12:54 -0500)] 
FS-5238

12 years agoFS-5238 revert
Anthony Minessale [Mon, 22 Apr 2013 13:51:43 +0000 (08:51 -0500)] 
FS-5238 revert

12 years agorevert unintentional part of FS-5273
Jeff Lenk [Sun, 21 Apr 2013 21:03:15 +0000 (16:03 -0500)] 
revert unintentional part of FS-5273

12 years agoFS-3612 --resolve This got reverted by accident. Funny that it took a year for someo...
Anthony Minessale [Fri, 19 Apr 2013 20:29:07 +0000 (15:29 -0500)] 
FS-3612 --resolve This got reverted by accident.  Funny that it took a year for someone to notive =0

12 years agoFS-5302 --resolve
Anthony Minessale [Fri, 19 Apr 2013 20:25:11 +0000 (15:25 -0500)] 
FS-5302 --resolve

12 years agoMerge branch 'v1.2.stable' of ssh://git.freeswitch.org:222/freeswitch into v1.2.stable
Chris Rienzo [Fri, 19 Apr 2013 01:31:52 +0000 (21:31 -0400)] 
Merge branch 'v1.2.stable' of ssh://git.freeswitch.org:222/freeswitch into v1.2.stable

12 years agoFS-5324 try this- set define-grammar=true to force caching of grammar in play_and_det...
Chris Rienzo [Fri, 19 Apr 2013 01:29:00 +0000 (21:29 -0400)] 
FS-5324 try this- set define-grammar=true to force caching of grammar in play_and_detect_speech

12 years agoadd geolocation header parser
Anthony Minessale [Thu, 18 Apr 2013 21:41:34 +0000 (16:41 -0500)] 
add geolocation header parser

12 years agoFS-5322 stable equiv
Anthony Minessale [Thu, 18 Apr 2013 21:29:06 +0000 (16:29 -0500)] 
FS-5322 stable equiv

12 years agoFS-5318 update
Anthony Minessale [Wed, 17 Apr 2013 22:48:55 +0000 (17:48 -0500)] 
FS-5318 update

12 years agoFS-5313 --resolve
Anthony Minessale [Wed, 17 Apr 2013 22:33:42 +0000 (17:33 -0500)] 
FS-5313 --resolve

12 years agoFS-5318 --resolve
Anthony Minessale [Wed, 17 Apr 2013 20:58:10 +0000 (15:58 -0500)] 
FS-5318 --resolve

12 years agoFS-5249: --resolve add message sort ordering.
Kristin King [Wed, 17 Apr 2013 22:06:58 +0000 (15:06 -0700)] 
FS-5249: --resolve add message sort ordering.

12 years agoFS-5299 --resolve
Anthony Minessale [Wed, 17 Apr 2013 20:38:37 +0000 (15:38 -0500)] 
FS-5299 --resolve

12 years agoFS-5319 --resolve
Anthony Minessale [Wed, 17 Apr 2013 20:33:07 +0000 (15:33 -0500)] 
FS-5319 --resolve

12 years agoFS-5034 --resolve please document accordingly on the wiki
Anthony Minessale [Wed, 17 Apr 2013 20:24:00 +0000 (15:24 -0500)] 
FS-5034 --resolve please document accordingly on the wiki

12 years agoFS-4622 --resolve
Anthony Minessale [Wed, 17 Apr 2013 20:17:51 +0000 (15:17 -0500)] 
FS-4622 --resolve

12 years agoFS-5313
Anthony Minessale [Wed, 17 Apr 2013 19:57:06 +0000 (14:57 -0500)] 
FS-5313

12 years agoprevent offering vid codec on recover when one was not chosen
Anthony Minessale [Tue, 16 Apr 2013 18:40:07 +0000 (13:40 -0500)] 
prevent offering vid codec on recover when one was not chosen

12 years agoFix silly warning
Brian West [Tue, 16 Apr 2013 17:11:33 +0000 (12:11 -0500)] 
Fix silly warning

12 years agoswigall
Anthony Minessale [Tue, 16 Apr 2013 13:50:55 +0000 (08:50 -0500)] 
swigall

12 years agoFS-5308 vs2010-2012 reswig
Jeff Lenk [Mon, 15 Apr 2013 22:28:36 +0000 (17:28 -0500)] 
FS-5308 vs2010-2012 reswig

12 years agoFS-5305 --resolve
Anthony Minessale [Mon, 15 Apr 2013 19:47:50 +0000 (14:47 -0500)] 
FS-5305 --resolve

12 years agofix case for call_completed_elsewhere var set
Michael Jerris [Mon, 15 Apr 2013 20:45:12 +0000 (16:45 -0400)] 
fix case for call_completed_elsewhere var set

12 years agomove callstate changes down to take place after the core states have run
Anthony Minessale [Mon, 15 Apr 2013 15:43:28 +0000 (10:43 -0500)] 
move callstate changes down to take place after the core states have run

12 years agoMerge branch 'v1.2.stable' of ssh://git.freeswitch.org:222/freeswitch into v1.2.stable
Jeff Lenk [Mon, 15 Apr 2013 16:57:36 +0000 (11:57 -0500)] 
Merge branch 'v1.2.stable' of ssh://git.freeswitch.org:222/freeswitch into v1.2.stable

12 years agoFS-5307 --resolve
Jeff Lenk [Mon, 15 Apr 2013 02:18:48 +0000 (21:18 -0500)] 
FS-5307 --resolve

12 years agoSwap UUIDs
Brian West [Fri, 12 Apr 2013 16:56:47 +0000 (11:56 -0500)] 
Swap UUIDs

12 years agoFS-5269 --resolve
Anthony Minessale [Thu, 11 Apr 2013 20:03:13 +0000 (15:03 -0500)] 
FS-5269 --resolve

12 years agodon't send presence for hangup if you never sent it for early in presence_disable_ear...
Anthony Minessale [Wed, 10 Apr 2013 03:32:24 +0000 (22:32 -0500)] 
don't send presence for hangup if you never sent it for early in presence_disable_early mode, it causes issues in yealink

12 years agoMerge branch 'v1.2.stable' of ssh://git.freeswitch.org:222/freeswitch into v1.2.stable
Jeff Lenk [Tue, 9 Apr 2013 00:47:02 +0000 (19:47 -0500)] 
Merge branch 'v1.2.stable' of ssh://git.freeswitch.org:222/freeswitch into v1.2.stable

12 years agoFS-5273 --resolve
Jeff Lenk [Tue, 9 Apr 2013 00:14:57 +0000 (19:14 -0500)] 
FS-5273 --resolve

12 years agoFS-5265
Anthony Minessale [Mon, 8 Apr 2013 21:30:00 +0000 (16:30 -0500)] 
FS-5265

12 years agoFS-5285 --resolve
Anthony Minessale [Mon, 8 Apr 2013 20:54:44 +0000 (15:54 -0500)] 
FS-5285 --resolve

12 years agoFS-5284 --resolve ready is meant to signify that the object is ready for external...
Anthony Minessale [Mon, 8 Apr 2013 18:00:24 +0000 (13:00 -0500)] 
FS-5284 --resolve ready is meant to signify that the object is ready for external use so setting it to 1 before the bind is sufficient

12 years agoFS-5271 --resolve
Anthony Minessale [Mon, 8 Apr 2013 17:53:29 +0000 (12:53 -0500)] 
FS-5271 --resolve

12 years agoFS-5208 --resolve
Anthony Minessale [Mon, 8 Apr 2013 17:09:44 +0000 (12:09 -0500)] 
FS-5208 --resolve

12 years agoFS-5281 --resolve
Anthony Minessale [Mon, 8 Apr 2013 16:53:53 +0000 (11:53 -0500)] 
FS-5281 --resolve

12 years agoFS-5279 --resolve some mods made to the patch
Anthony Minessale [Mon, 8 Apr 2013 16:48:20 +0000 (11:48 -0500)] 
FS-5279 --resolve some mods made to the patch

12 years agoFS-5280 --resolve bitch n bail
Raymond Chandler [Mon, 8 Apr 2013 13:51:14 +0000 (09:51 -0400)] 
FS-5280 --resolve bitch n bail

12 years agoFS-5265
Anthony Minessale [Sat, 6 Apr 2013 21:31:38 +0000 (16:31 -0500)] 
FS-5265

12 years agosla barg cid regression
Anthony Minessale [Fri, 5 Apr 2013 21:41:51 +0000 (16:41 -0500)] 
sla barg cid regression

12 years agorefactor and cleanup more cid stuff
Anthony Minessale [Fri, 5 Apr 2013 20:29:14 +0000 (15:29 -0500)] 
refactor and cleanup more cid stuff

12 years agooops
Anthony Minessale [Fri, 5 Apr 2013 20:00:46 +0000 (15:00 -0500)] 
oops

12 years agoFS-5216 don't allow recursive call to speek
Anthony Minessale [Fri, 5 Apr 2013 19:27:17 +0000 (14:27 -0500)] 
FS-5216 don't allow recursive call to speek

12 years agoendless cid fun
Anthony Minessale [Fri, 5 Apr 2013 13:28:49 +0000 (08:28 -0500)] 
endless cid fun

12 years agosla cid tweaks
Anthony Minessale [Fri, 5 Apr 2013 05:29:20 +0000 (00:29 -0500)] 
sla cid tweaks

12 years agoflush on answer for inbound only
Anthony Minessale [Thu, 4 Apr 2013 18:46:46 +0000 (13:46 -0500)] 
flush on answer for inbound only

12 years agoFS-5265 --resolve
Anthony Minessale [Thu, 4 Apr 2013 17:35:18 +0000 (12:35 -0500)] 
FS-5265 --resolve

12 years agoFS-5262 --resolve
Anthony Minessale [Thu, 4 Apr 2013 14:19:56 +0000 (09:19 -0500)] 
FS-5262 --resolve

12 years agomore cid refactor
Anthony Minessale [Wed, 3 Apr 2013 22:17:01 +0000 (17:17 -0500)] 
more cid refactor

12 years agoremove depricated vars causing issues
Anthony Minessale [Wed, 3 Apr 2013 02:12:14 +0000 (21:12 -0500)] 
remove depricated vars causing issues

12 years agofix some cid stuff in fifo
Anthony Minessale [Tue, 2 Apr 2013 22:45:47 +0000 (17:45 -0500)] 
fix some cid stuff in fifo

12 years agodebug cleanup
Ken Rice [Tue, 2 Apr 2013 14:42:23 +0000 (09:42 -0500)] 
debug cleanup

12 years agodo some more caller-id cleanup
Anthony Minessale [Tue, 2 Apr 2013 04:02:29 +0000 (23:02 -0500)] 
do some more caller-id cleanup

12 years agoMerge branch 'master' into v1.2.stable v1.2.8
Ken Rice [Sun, 31 Mar 2013 01:02:39 +0000 (20:02 -0500)] 
Merge branch 'master' into v1.2.stable

12 years agomissing zset
Brian West [Sun, 31 Mar 2013 00:55:55 +0000 (19:55 -0500)] 
missing zset

12 years agoEndCall for incoming call while on hold doesn't close both legs on a skinny phone
Mathieu Parent [Sat, 30 Mar 2013 11:00:58 +0000 (12:00 +0100)] 
EndCall for incoming call while on hold doesn't close both legs on a skinny phone

Fixes #FS-5232, thanks to Nathan Neulinger for the patch

12 years agopart 2 of other cid patch
Anthony Minessale [Sat, 30 Mar 2013 20:39:49 +0000 (15:39 -0500)] 
part 2 of other cid patch

12 years agopart 2 of other cid patch
Anthony Minessale [Sat, 30 Mar 2013 20:39:49 +0000 (15:39 -0500)] 
part 2 of other cid patch

12 years agoEndCall for incoming call while on hold doesn't close both legs on a skinny phone
Mathieu Parent [Sat, 30 Mar 2013 11:00:58 +0000 (12:00 +0100)] 
EndCall for incoming call while on hold doesn't close both legs on a skinny phone

Fixes #FS-5232, thanks to Nathan Neulinger for the patch

12 years agobump
Ken Rice [Sat, 30 Mar 2013 05:21:20 +0000 (00:21 -0500)] 
bump

12 years agobump
Ken Rice [Sat, 30 Mar 2013 05:19:11 +0000 (00:19 -0500)] 
bump

12 years agobump
Anthony Minessale [Sat, 30 Mar 2013 03:43:59 +0000 (22:43 -0500)] 
bump

12 years agobump v1.5.0
Anthony Minessale [Sat, 30 Mar 2013 03:42:51 +0000 (22:42 -0500)] 
bump

12 years agoFS-5216 seems like invalid codec lets try this v1.3.17-final
Anthony Minessale [Sat, 30 Mar 2013 03:35:32 +0000 (22:35 -0500)] 
FS-5216 seems like invalid codec lets try this

12 years agoremove debug code
Anthony Minessale [Sat, 30 Mar 2013 03:12:54 +0000 (22:12 -0500)] 
remove debug code

12 years agoupdate caller_id not callee_id when getting a display update from an inbound leg
Anthony Minessale [Sat, 30 Mar 2013 03:07:31 +0000 (22:07 -0500)] 
update caller_id not callee_id when getting a display update from an inbound leg

12 years ago--resolve FS-5243 improve mod_unimrcp audio buffering
Chris Rienzo [Sat, 30 Mar 2013 04:19:07 +0000 (00:19 -0400)] 
--resolve FS-5243 improve mod_unimrcp audio buffering

12 years agofix
Brian West [Fri, 29 Mar 2013 22:55:50 +0000 (17:55 -0500)] 
fix

12 years agoTighten suggested debian build constraints a bit
Travis Cross [Fri, 29 Mar 2013 22:10:10 +0000 (22:10 +0000)] 
Tighten suggested debian build constraints a bit

12 years agoFS-5242
Anthony Minessale [Fri, 29 Mar 2013 15:54:45 +0000 (10:54 -0500)] 
FS-5242

12 years agoFS-5242
Anthony Minessale [Fri, 29 Mar 2013 15:43:12 +0000 (10:43 -0500)] 
FS-5242