]>
git.ipfire.org Git - thirdparty/freeswitch.git/log
Nathan Neulinger [Tue, 30 Jul 2013 19:35:39 +0000 (14:35 -0500)]
mod_skinny: initial reg wasn't able to clean up due to missing device name, add new function to clean up given explicit device name, also add more logging
Seven Du [Tue, 30 Jul 2013 16:23:07 +0000 (00:23 +0800)]
Hope can fix on IE, not tested
Seven Du [Tue, 30 Jul 2013 15:58:15 +0000 (23:58 +0800)]
allow debug event
Seven Du [Tue, 30 Jul 2013 15:43:22 +0000 (23:43 +0800)]
update FreeSWITCH Portal About page
Anthony Minessale [Tue, 30 Jul 2013 14:37:17 +0000 (19:37 +0500)]
add -certs command line switch
Seven Du [Tue, 30 Jul 2013 14:12:58 +0000 (22:12 +0800)]
add back the log line deleted by accident
Seven Du [Tue, 30 Jul 2013 10:02:08 +0000 (18:02 +0800)]
remove debug
Seven Du [Tue, 30 Jul 2013 08:35:46 +0000 (16:35 +0800)]
add timeout options to mod_curl
Anthony Minessale [Mon, 29 Jul 2013 21:55:16 +0000 (16:55 -0500)]
FS-5652 --resolve
Anthony Minessale [Mon, 29 Jul 2013 21:07:34 +0000 (16:07 -0500)]
rebuild
Anthony Minessale [Mon, 29 Jul 2013 21:06:56 +0000 (16:06 -0500)]
FS-5641 --resolve
Seven Du [Mon, 29 Jul 2013 18:18:14 +0000 (02:18 +0800)]
Oops, we already have auto_update with pulling
Only use events to update calls when not pulling
Seven Du [Mon, 29 Jul 2013 18:10:52 +0000 (02:10 +0800)]
show live calls
Seven Du [Mon, 29 Jul 2013 15:59:06 +0000 (23:59 +0800)]
add settings disabled by default
The new websocket stuff breaks windows build so please fix, thanks
Seven Du [Mon, 29 Jul 2013 15:55:47 +0000 (23:55 +0800)]
Merge branch 'ws1' patch abyss to support websocket
Anthony Minessale [Mon, 29 Jul 2013 15:18:05 +0000 (10:18 -0500)]
FS-4932 FS-5090 --resolve
Seven Du [Mon, 29 Jul 2013 15:06:12 +0000 (23:06 +0800)]
make websocket work with abyss
Seven Du [Mon, 29 Jul 2013 12:04:32 +0000 (20:04 +0800)]
add ws
Jeff Lenk [Sun, 28 Jul 2013 03:13:47 +0000 (22:13 -0500)]
more fixes for last commit
Jeff Lenk [Sat, 27 Jul 2013 16:28:08 +0000 (11:28 -0500)]
add missing
Jeff Lenk [Sat, 27 Jul 2013 15:43:04 +0000 (10:43 -0500)]
add missing to last commit
Jeff Lenk [Sat, 27 Jul 2013 15:40:06 +0000 (10:40 -0500)]
add missing cielab_luts to spandsp build
Travis Cross [Sat, 27 Jul 2013 02:54:26 +0000 (02:54 +0000)]
Improve our .gitignore files
Avoid ignoring files actually in our tree, and ignore some generated
files that were not being ignored previously.
Travis Cross [Sat, 27 Jul 2013 03:16:11 +0000 (03:16 +0000)]
Remove autogenerated file from tree
This file is specifically ignored by our .gitignore. Brian added this
ignore on 2013-06-06 but neglected to remove the file. I've now
bulid-tested without the file to be sure that it is indeed generated
correctly and so can be removed safely.
Travis Cross [Sat, 27 Jul 2013 02:58:11 +0000 (02:58 +0000)]
Remove freeswitch.serial from fscomm/conf
freeswitch.serial is used by ZRTP as a ZID, so it should not be shared
between systems and definitely should not be distributed as a default
value by us.
Travis Cross [Fri, 26 Jul 2013 22:28:49 +0000 (22:28 +0000)]
debian: Add additional module files for mod_spidermonkey
Note that we don't actually support building mod_spidermonkey for
Debian at the moment.
FS-4552
Travis Cross [Fri, 26 Jul 2013 21:56:07 +0000 (21:56 +0000)]
debian: Handle mod_managed .dll more idiomatically
Travis Cross [Fri, 26 Jul 2013 21:46:54 +0000 (21:46 +0000)]
debian: Include the .dll file for mod_managed
Note that we don't actually support building mod_managed at this time
for Debian.
FS-5317 --resolve
Thanks-to: Artur Kraev <ravenox@gmail.com>
Anthony Minessale [Fri, 26 Jul 2013 20:56:31 +0000 (15:56 -0500)]
add global mutex to cdr_csv to protech the fd_hash
Anthony Minessale [Fri, 26 Jul 2013 19:30:10 +0000 (14:30 -0500)]
add last_sched_id var
Travis Cross [Fri, 26 Jul 2013 03:53:34 +0000 (03:53 +0000)]
Kill FS if -reincarnate parent dies unexpectedly
This only works on Linux.
Travis Cross [Fri, 26 Jul 2013 03:35:46 +0000 (03:35 +0000)]
Handle signals better with -reincarnate
If we receive SIGTERM or SIGILL we should propagate the signal to the
child FS process. As FS normally handles these signals, we need to
restore the handler before we refork.
FS may also add a handler for SIGCHLD; we need the default action
here instead for the parent.
Travis Cross [Wed, 3 Jul 2013 06:31:59 +0000 (06:31 +0000)]
Add -reincarnate flag to FS
When FS is given the -reincarnate flag, FS will be automatically
restarted after any uncontrolled exit.
Anthony Minessale [Fri, 26 Jul 2013 16:27:45 +0000 (11:27 -0500)]
FS-5642 FS-5556 --resolve I have not tested this yet for the connect but I fixed the seg for sure which was an outstanding issue in 5556 reopen 5642 if connect still doesnt work
Anthony Minessale [Fri, 26 Jul 2013 15:24:19 +0000 (10:24 -0500)]
FS-5643 --resolve this is the kind of regressions we need to keep an eye on from the refactoring of the media code. I removed the codec_ms from the engine in addition to applying your patch
Travis Cross [Fri, 26 Jul 2013 01:12:59 +0000 (01:12 +0000)]
Fix memset invocation in mod_skypopen
We were previously clearing a pointer's worth of memory rather than
clearing a full element.
This also fixes the build as gcc-4.8 catches this error.
Anthony Minessale [Thu, 25 Jul 2013 19:53:11 +0000 (14:53 -0500)]
let sched_cancel operate on both task id and group id
Anthony Minessale [Thu, 25 Jul 2013 19:12:26 +0000 (14:12 -0500)]
FS-5572 --resolve set new variable by doing export bypass_keep_codec=true to force re-invite with the same codec it was using previously
Anthony Minessale [Thu, 25 Jul 2013 15:50:14 +0000 (10:50 -0500)]
swigall
Jeff Lenk [Thu, 25 Jul 2013 03:11:01 +0000 (22:11 -0500)]
vs2010 reswig
Anthony Minessale [Wed, 24 Jul 2013 23:49:27 +0000 (18:49 -0500)]
swigall
Anthony Minessale [Wed, 24 Jul 2013 23:42:50 +0000 (18:42 -0500)]
swigall
Brian West [Wed, 24 Jul 2013 23:40:31 +0000 (18:40 -0500)]
adding transfer-sound to ivr menu so you can specifiy a sound file to pay when a transfer takes place
Anthony Minessale [Wed, 24 Jul 2013 21:15:16 +0000 (16:15 -0500)]
FS-5561 --resolve
Merge remote-tracking branch 'moy/blind-transfer-response'
Travis Cross [Wed, 24 Jul 2013 19:33:48 +0000 (19:33 +0000)]
Add docs/SubmittingPatches to document our process
This document is intended to get new people started with how to create
and submit source code patches to us. It attempts to demonstrate our
workflow as well as some best practices.
Ken Rice [Wed, 24 Jul 2013 18:38:59 +0000 (13:38 -0500)]
another tweak to the spec file
Ken Rice [Wed, 24 Jul 2013 17:50:20 +0000 (12:50 -0500)]
tweak to the spec file
Anthony Minessale [Wed, 24 Jul 2013 16:38:01 +0000 (11:38 -0500)]
FS-5633 --resolve
Anthony Minessale [Wed, 24 Jul 2013 16:23:38 +0000 (11:23 -0500)]
FS-5634 --resolve this patch should fix it but comment it out instead in the old version to get the same effect
Nathan Neulinger [Wed, 24 Jul 2013 15:14:08 +0000 (10:14 -0500)]
FS-5636 --resolve hold active lines when receiving a call
Ken Rice [Wed, 24 Jul 2013 15:03:39 +0000 (10:03 -0500)]
disable ldap things as this doesnt build right at this time
Steve Underwood [Wed, 24 Jul 2013 03:58:36 +0000 (11:58 +0800)]
Reworked some of the definition names and values in preparation for
colour FAX
Brian West [Tue, 23 Jul 2013 22:22:15 +0000 (17:22 -0500)]
You can't prefix this one with MWI as it ends up in the body of the MWI notify causing some devices to have a heart attack
Steve Underwood [Tue, 23 Jul 2013 19:26:01 +0000 (03:26 +0800)]
Merge branch 'master' of git.freeswitch.org:freeswitch
Steve Underwood [Tue, 23 Jul 2013 19:25:42 +0000 (03:25 +0800)]
More tweaks to spandsp
Anthony Minessale [Tue, 23 Jul 2013 18:52:49 +0000 (13:52 -0500)]
let sofia recover work in some tcp situations
Steve Underwood [Tue, 23 Jul 2013 18:20:25 +0000 (02:20 +0800)]
Merge branch 'master' of git.freeswitch.org:freeswitch
Steve Underwood [Tue, 23 Jul 2013 18:19:40 +0000 (02:19 +0800)]
More tweaks to spandsp
Michael S Collins [Tue, 23 Jul 2013 18:08:48 +0000 (11:08 -0700)]
mod_valet_parking: add valet_lot_extension chan var - stores the current park location of the channel
Steve Underwood [Tue, 23 Jul 2013 17:48:28 +0000 (01:48 +0800)]
Tweaks
Steve Underwood [Tue, 23 Jul 2013 17:38:07 +0000 (01:38 +0800)]
More tweaks to spandsp
Steve Underwood [Tue, 23 Jul 2013 16:46:47 +0000 (00:46 +0800)]
Cleanup of some T.4 functions which are obsolete
Steve Underwood [Tue, 23 Jul 2013 16:32:53 +0000 (00:32 +0800)]
Added some missing definitions to a spandsp header
Steve Underwood [Tue, 23 Jul 2013 16:21:23 +0000 (00:21 +0800)]
Tweaks to spandsp
Ken Rice [Tue, 23 Jul 2013 13:43:12 +0000 (08:43 -0500)]
update status command to include new stats
Steve Underwood [Tue, 23 Jul 2013 12:44:46 +0000 (20:44 +0800)]
Spandsp tweaks
Raymond Chandler [Sat, 20 Jul 2013 01:01:41 +0000 (21:01 -0400)]
fix commented load
Steve Underwood [Mon, 22 Jul 2013 10:48:35 +0000 (18:48 +0800)]
Tweaks to spandsp
Jeff Lenk [Sun, 21 Jul 2013 03:13:27 +0000 (22:13 -0500)]
fix windows compiler warnings
Ken Rice [Sat, 20 Jul 2013 20:00:06 +0000 (15:00 -0500)]
peak sessions step 1
Anthony Minessale [Sat, 20 Jul 2013 19:06:34 +0000 (14:06 -0500)]
FS-5621
Ken Rice [Sat, 20 Jul 2013 03:40:05 +0000 (22:40 -0500)]
add peak SPS for last 5 minutes
Anthony Minessale [Sat, 20 Jul 2013 03:12:00 +0000 (22:12 -0500)]
bump
Anthony Minessale [Sat, 20 Jul 2013 03:10:52 +0000 (22:10 -0500)]
bump
Anthony Minessale [Sat, 20 Jul 2013 02:50:55 +0000 (21:50 -0500)]
FS-5620 --resolve
Ken Rice [Fri, 19 Jul 2013 22:06:17 +0000 (17:06 -0500)]
Add to the MIB and small tweak to subagent.c
Anthony Minessale [Fri, 19 Jul 2013 20:38:51 +0000 (15:38 -0500)]
bump
Anthony Minessale [Fri, 19 Jul 2013 20:37:41 +0000 (15:37 -0500)]
bump
Anthony Minessale [Fri, 19 Jul 2013 20:16:42 +0000 (15:16 -0500)]
add peak sps to stats and a command to reset it
Anthony Minessale [Fri, 19 Jul 2013 19:05:03 +0000 (14:05 -0500)]
FS-5573 --resolve
Anthony Minessale [Fri, 19 Jul 2013 19:02:58 +0000 (14:02 -0500)]
FS-5583 --resolve
Anthony Minessale [Fri, 19 Jul 2013 18:48:34 +0000 (13:48 -0500)]
FS-5607 --resolve
Anthony Minessale [Fri, 19 Jul 2013 18:41:56 +0000 (13:41 -0500)]
FS-5614 --resolve
Anthony Minessale [Fri, 19 Jul 2013 18:29:05 +0000 (13:29 -0500)]
FS-5617 --resolve
Anthony Minessale [Fri, 19 Jul 2013 18:25:54 +0000 (13:25 -0500)]
FS-5619 --resolve
Seven Du [Fri, 19 Jul 2013 18:17:59 +0000 (02:17 +0800)]
FS-5498 --close remove debug line
Anthony Minessale [Fri, 19 Jul 2013 17:03:46 +0000 (12:03 -0500)]
FS-5498
Michael S Collins [Fri, 19 Jul 2013 15:49:06 +0000 (08:49 -0700)]
config: use 'message from' instead of 'this is a call from' during vm message playback dialog
Steve Underwood [Fri, 19 Jul 2013 07:40:22 +0000 (15:40 +0800)]
Various tweaks to spandsp
Seven Du [Fri, 19 Jul 2013 04:39:12 +0000 (12:39 +0800)]
FS-5498 fix typo from commit
ab947f5
Anthony Minessale [Thu, 18 Jul 2013 13:33:20 +0000 (08:33 -0500)]
few more tweaks on new conference video functionality w/ webrtc
Anthony Minessale [Wed, 17 Jul 2013 22:08:03 +0000 (17:08 -0500)]
FS-5615 --resolve
Anthony Minessale [Wed, 17 Jul 2013 21:35:39 +0000 (16:35 -0500)]
FS-5545 try this and repeat the trace if it doesn't fix it
Anthony Minessale [Wed, 17 Jul 2013 21:35:24 +0000 (16:35 -0500)]
make display in contact compat with broken aastra
Anthony Minessale [Wed, 17 Jul 2013 17:46:10 +0000 (12:46 -0500)]
send 2 firs to make sure it works
Anthony Minessale [Wed, 17 Jul 2013 17:34:32 +0000 (12:34 -0500)]
fix some regressions from recent changes
Anthony Minessale [Wed, 17 Jul 2013 14:21:28 +0000 (09:21 -0500)]
FS-5613 --resolve only alphanumeric plus - _ . are now allowed
Anthony Minessale [Wed, 17 Jul 2013 00:28:02 +0000 (19:28 -0500)]
FS-5612 --resolve
Anthony Minessale [Wed, 17 Jul 2013 00:15:56 +0000 (19:15 -0500)]
webrtc video tweaks
Michael S Collins [Tue, 16 Jul 2013 18:40:36 +0000 (11:40 -0700)]
Add 'anonymous caller' to vm macro say_phone_number