]>
git.ipfire.org Git - thirdparty/freeswitch.git/log
Moises Silva [Mon, 9 Aug 2010 14:11:17 +0000 (10:11 -0400)]
freetdm: fix fxs dialtone - should be stopped on first digit
cypromis [Fri, 6 Aug 2010 09:23:31 +0000 (11:23 +0200)]
not sure if not creating the localstetdir run directory will work. deleted inclusion of xml_cdr directory, that gets created, moved freeswitch init file to /etc/rc.d/init.d and mikej lea e your hands of it idf you do not test before commit ;)
Andrew Thompson [Fri, 6 Aug 2010 05:31:07 +0000 (01:31 -0400)]
Switch from a busy-wait loop to crazy conditional timedwait stuff for speed
Michael Jerris [Fri, 6 Aug 2010 00:30:28 +0000 (20:30 -0400)]
use rpm macro instead of RPM_BUILD_ROOT
Michael Jerris [Fri, 6 Aug 2010 00:08:19 +0000 (20:08 -0400)]
should have been using /etc/rc.d/init.d for 8 or 10 years now
Anthony Minessale [Thu, 5 Aug 2010 23:43:30 +0000 (18:43 -0500)]
add relevant parts back
Michael Jerris [Thu, 5 Aug 2010 23:53:14 +0000 (19:53 -0400)]
change to more typical path
Michael Jerris [Thu, 5 Aug 2010 23:21:52 +0000 (19:21 -0400)]
honor localstate dir to adjust log dir and run dir
Anthony Minessale [Thu, 5 Aug 2010 22:56:18 +0000 (17:56 -0500)]
revert FSCORE-639
Andrew Thompson [Thu, 5 Aug 2010 20:07:14 +0000 (16:07 -0400)]
Remove deprecated new_pid API (its been there long enough)
Andrew Thompson [Thu, 5 Aug 2010 17:38:07 +0000 (13:38 -0400)]
Bump the 'spawn process' timeout, fix some logging
root [Wed, 4 Aug 2010 20:39:22 +0000 (00:39 +0400)]
Merge branch 'master' of ssh://git@git.freeswitch.org/freeswitch
root [Wed, 4 Aug 2010 20:37:17 +0000 (00:37 +0400)]
fix crash on log print.
Andrew Thompson [Wed, 4 Aug 2010 16:38:31 +0000 (12:38 -0400)]
Revert last commit, nixevent ALL is what I wanted, not noevent
Andrew Thompson [Wed, 4 Aug 2010 16:30:41 +0000 (12:30 -0400)]
Don't purge the event queue on session_noevents right now
Andrew Thompson [Wed, 4 Aug 2010 15:24:39 +0000 (11:24 -0400)]
Add some wrapper functions for the new session event filter stuff
Anthony Minessale [Wed, 4 Aug 2010 14:58:14 +0000 (09:58 -0500)]
add doc to the config
Anthony Minessale [Wed, 4 Aug 2010 14:56:53 +0000 (09:56 -0500)]
add auto-create-schemas param to switch.conf.xml
Andrew Thompson [Wed, 4 Aug 2010 14:44:40 +0000 (10:44 -0400)]
Tony said I should use a rwlock for this, so now I do
root [Wed, 4 Aug 2010 14:18:22 +0000 (18:18 +0400)]
move PTrace level set to FSH323EndPoint::Initialise.
partially apply patch from from Peter Olsson, Remove UnLock() when TryLock() failed and DEBUG_RTP_PACKETS directiv
e.
Andrew Thompson [Tue, 3 Aug 2010 22:06:02 +0000 (18:06 -0400)]
Merge branch 'master' of git.freeswitch.org:freeswitch
Andrew Thompson [Tue, 3 Aug 2010 22:05:19 +0000 (18:05 -0400)]
Add 3 new commands; session_event, session_noevents, session_nixevent
Andrew Thompson [Tue, 3 Aug 2010 22:02:18 +0000 (18:02 -0400)]
Switching to using a hash instead of a linked list for outbound sessions
Anthony Minessale [Tue, 3 Aug 2010 18:55:08 +0000 (13:55 -0500)]
remove 'online' element from rpid
Anthony Minessale [Tue, 3 Aug 2010 18:43:29 +0000 (13:43 -0500)]
SFSIP-219
root [Tue, 3 Aug 2010 14:11:39 +0000 (18:11 +0400)]
Merge branch 'master' of ssh://git@git.freeswitch.org/freeswitch
root [Tue, 3 Aug 2010 14:09:56 +0000 (18:09 +0400)]
revert changes from PProcess to PLibraryProcess due console locking issue.
root [Tue, 3 Aug 2010 11:35:57 +0000 (15:35 +0400)]
fix t38 flag for new spandsp.
Stefan Knoblich [Tue, 3 Aug 2010 11:18:00 +0000 (13:18 +0200)]
Fix mod_spidermonkey build on FreeBSD, (Undefined symbol
PR_LocalTimeParameters).
Move nspr libs to AM_LIBADD to make sure they are _after_ libjs.so.1,
so missing PR_* symbols in libjs can be resolved.
Having all those nspr libs in AM_LDFLAGS will make them to end up before
libjs on the final linker commandline.
The wrong order caused the build-time linker to discard nspr,
since nothing had unresolved symbols belonging to it at that point.
(mod_spidermonkey does not use any PR_* functions/objects.)
Compile + load tested on FreeBSD-8.1.
Anthony Minessale [Mon, 2 Aug 2010 21:06:46 +0000 (16:06 -0500)]
fix bind-meta-up change from last week
Anthony Minessale [Mon, 2 Aug 2010 18:48:35 +0000 (13:48 -0500)]
FSCORE-639
Jeff Lenk [Mon, 2 Aug 2010 14:01:01 +0000 (09:01 -0500)]
FSBUILD-295 Fix build of mod_freetdm in Windows
Moises Silva [Sun, 1 Aug 2010 08:31:06 +0000 (04:31 -0400)]
freetmd: fix mix buffer size
Moises Silva [Sun, 1 Aug 2010 07:02:53 +0000 (03:02 -0400)]
freetdm: saturated add and pri tapping mixing
Jeff Lenk [Sun, 1 Aug 2010 03:19:39 +0000 (22:19 -0500)]
FSCORE-646 core lib won't build for win32
Moises Silva [Sat, 31 Jul 2010 21:33:20 +0000 (17:33 -0400)]
freetdm: make pri tapping actually work - missing audio mix
Moises Silva [Fri, 30 Jul 2010 23:46:05 +0000 (19:46 -0400)]
freetdm: add PRI tapping starting code
Anthony Minessale [Fri, 30 Jul 2010 18:44:11 +0000 (13:44 -0500)]
FSCORE-630
Anthony Minessale [Fri, 30 Jul 2010 18:15:55 +0000 (13:15 -0500)]
MODAPP-424
Anthony Minessale [Fri, 30 Jul 2010 07:20:54 +0000 (02:20 -0500)]
FSCORE-639
Anthony Minessale [Fri, 30 Jul 2010 04:42:28 +0000 (23:42 -0500)]
don't enable sonus rtp bug by default anymore, they do it right now
Anthony Minessale [Fri, 30 Jul 2010 04:39:39 +0000 (23:39 -0500)]
presence changes
Anthony Minessale [Fri, 30 Jul 2010 04:39:29 +0000 (23:39 -0500)]
answer in conf
Anthony Minessale [Thu, 29 Jul 2010 22:41:23 +0000 (17:41 -0500)]
FSCORE-639 with some additional changes
Anthony Minessale [Thu, 29 Jul 2010 21:35:07 +0000 (16:35 -0500)]
add msleep cli
Moises Silva [Thu, 29 Jul 2010 22:07:30 +0000 (18:07 -0400)]
openzap: dtmf recording
Moises Silva [Thu, 29 Jul 2010 21:26:03 +0000 (17:26 -0400)]
freetdm: added dtmf recording feature for debugging
Moises Silva [Thu, 29 Jul 2010 21:20:28 +0000 (17:20 -0400)]
freetdm: remove validation
Moises Silva [Thu, 29 Jul 2010 17:15:29 +0000 (13:15 -0400)]
freetdm: fix hangup race
cypromis [Thu, 29 Jul 2010 10:09:49 +0000 (12:09 +0200)]
Fix for ESL-44, thank you to Lakschmanan for providing the Patch
Jeff Lenk [Thu, 29 Jul 2010 01:44:45 +0000 (20:44 -0500)]
FSCORE-643 Windows: Add start parameter -monotonic-clock, replaces build flag WIN32_MONOTONIC
Mathieu Parent [Wed, 28 Jul 2010 21:56:15 +0000 (23:56 +0200)]
Skinny: realign after x86_64 commit
Mathieu Parent [Wed, 28 Jul 2010 20:52:33 +0000 (22:52 +0200)]
Skinny use 1100 to 1119 to not conflict with groupdial
Christopher Rienzo [Wed, 28 Jul 2010 21:07:24 +0000 (21:07 +0000)]
Updated mod_unimrcp to allow speech/asr channels to be named for logging
Mathieu Parent [Wed, 28 Jul 2010 20:17:54 +0000 (22:17 +0200)]
Skinny: more on device types
- print device type name when doing skinny status profile internal device ...
- add 7962 and 7965
- use base10 number
Mathieu Parent [Wed, 28 Jul 2010 19:43:12 +0000 (21:43 +0200)]
Skinny: pack data in mem to fix 64bit
On 64bit, fields are aligned which cause Skinny to fail
Anthony Minessale [Wed, 28 Jul 2010 19:18:49 +0000 (14:18 -0500)]
only do this when we are a SCA call
Mathieu Parent [Wed, 28 Jul 2010 17:41:00 +0000 (19:41 +0200)]
Skinny: more API
- allow to set most settings at runtime (all but ip, port and odbc-dsn)
- little rewrite of the config load
- don't print Keepalive and KeepaliveAck messages unless profile debug is >=10
- print usage when incorrect parameters
Moises Silva [Wed, 28 Jul 2010 15:35:39 +0000 (11:35 -0400)]
freetdm: call rate limit
Jeff Lenk [Wed, 28 Jul 2010 04:21:59 +0000 (23:21 -0500)]
Fix mod_managed dynamic compile for V4 Framework
Brian West [Wed, 28 Jul 2010 03:08:47 +0000 (22:08 -0500)]
update pidf relates presence code
Brian West [Wed, 28 Jul 2010 00:47:35 +0000 (19:47 -0500)]
wip1
Mathieu Parent [Tue, 27 Jul 2010 22:31:52 +0000 (00:31 +0200)]
Skinny: ring tone on dialing side
Mathieu Parent [Tue, 27 Jul 2010 21:50:56 +0000 (23:50 +0200)]
Skinny: blind transfer MODSKINNY-10
Mathieu Parent [Tue, 27 Jul 2010 21:47:44 +0000 (23:47 +0200)]
Skinny: don't hangup remote calls
Mathieu Parent [Tue, 27 Jul 2010 21:46:18 +0000 (23:46 +0200)]
Skinny: ib_calls stats
Anthony Minessale [Tue, 27 Jul 2010 16:11:16 +0000 (11:11 -0500)]
fix regression
Anthony Minessale [Tue, 27 Jul 2010 15:46:04 +0000 (10:46 -0500)]
revert patch, breaks fs_cli
Jeff Lenk [Tue, 27 Jul 2010 14:23:56 +0000 (09:23 -0500)]
FSCORE-641 Windows: Don't report "unknown command" on console when empty command has been given
Jeff Lenk [Tue, 27 Jul 2010 14:16:26 +0000 (09:16 -0500)]
VS2010 tweak x64 release
Anthony Minessale [Mon, 26 Jul 2010 23:53:52 +0000 (18:53 -0500)]
fifo tweaks
Michael Jerris [Mon, 26 Jul 2010 20:12:55 +0000 (16:12 -0400)]
don't delete on fifo reparse
Jeff Lenk [Mon, 26 Jul 2010 18:34:11 +0000 (13:34 -0500)]
VS 2010 sound output location fix for x64 targets
Jeff Lenk [Mon, 26 Jul 2010 16:34:04 +0000 (11:34 -0500)]
VS 2010 - Change to V4 framework, add SWIG v2.0 files to fix release build exceptions(temp fix till we upgrade all SWIG files)
Jeff Lenk [Mon, 26 Jul 2010 13:59:30 +0000 (08:59 -0500)]
FSBUILD-293 2010
Jeff Lenk [Mon, 26 Jul 2010 13:29:44 +0000 (08:29 -0500)]
FSBUILD-293 Fix Windows build after libspandsp update
cypromis [Mon, 26 Jul 2010 08:40:47 +0000 (10:40 +0200)]
small fix for Solaris in spandsp. Needs recheck by Steve I guess.
Mathieu Parent [Sun, 25 Jul 2010 08:10:06 +0000 (10:10 +0200)]
FSBUILD-285: Fix build with --with-curl
cypromis [Sun, 25 Jul 2010 07:57:54 +0000 (09:57 +0200)]
more windows endings .....
cypromis [Sat, 24 Jul 2010 21:07:27 +0000 (23:07 +0200)]
got rid of crlf windows endings on timezone.c
cypromis [Sat, 24 Jul 2010 21:04:37 +0000 (23:04 +0200)]
got rid of windows endings in timezone.h
Steve Underwood [Sat, 24 Jul 2010 19:57:54 +0000 (03:57 +0800)]
Removed some obsolete files from spandsp
Steve Underwood [Sat, 24 Jul 2010 19:43:53 +0000 (03:43 +0800)]
Added some new files for spandsp
Steve Underwood [Sat, 24 Jul 2010 19:29:44 +0000 (03:29 +0800)]
Moved spandsp to a more recent version. A huge number of little changes occur here, as recently spandsp
lost all the $Id$ entries the source files had for the dark old days of CVS
unknown [Sat, 24 Jul 2010 16:07:29 +0000 (11:07 -0500)]
more vs2010 tweaks - remove mod_spidermonkey and releated from x64 for now
Anthony Minessale [Sat, 24 Jul 2010 06:03:21 +0000 (01:03 -0500)]
reduce memory usage
Anthony Minessale [Sat, 24 Jul 2010 05:20:19 +0000 (00:20 -0500)]
fix seg in js hangup
Jeff Lenk [Sat, 24 Jul 2010 00:49:30 +0000 (19:49 -0500)]
add missing vs2010
Anthony Minessale [Fri, 23 Jul 2010 21:15:10 +0000 (16:15 -0500)]
fix leak
Anthony Minessale [Fri, 23 Jul 2010 19:13:45 +0000 (14:13 -0500)]
remove dup line
Anthony Minessale [Fri, 23 Jul 2010 19:11:47 +0000 (14:11 -0500)]
try to avoid skipping hangup hook
Anthony Minessale [Fri, 23 Jul 2010 14:40:57 +0000 (09:40 -0500)]
supress error message
Jeff Lenk [Fri, 23 Jul 2010 14:12:48 +0000 (09:12 -0500)]
MODENDP-301 Add mod_h323 to windows
cypromis [Fri, 23 Jul 2010 11:28:45 +0000 (13:28 +0200)]
All ozmods are openzap modules so why list each and every one of them in the specfile ?
root [Fri, 23 Jul 2010 08:46:40 +0000 (12:46 +0400)]
add missing param fax-old-asn in h323.conf.xml
root [Fri, 23 Jul 2010 08:25:48 +0000 (12:25 +0400)]
apply changes from mod_h323-patch.diff by Peter Olsson.
Anthony Minessale [Fri, 23 Jul 2010 05:36:40 +0000 (00:36 -0500)]
fix some small mem leaks
Mathieu Parent [Thu, 22 Jul 2010 21:53:11 +0000 (23:53 +0200)]
ivr_play: preanswer before getting variables to avoid crash
Mathieu Parent [Thu, 22 Jul 2010 21:28:26 +0000 (23:28 +0200)]
Skinny: corrected early media
This is part of MODSKINNY-8
Anthony Minessale [Thu, 22 Jul 2010 20:50:02 +0000 (15:50 -0500)]
add -R to reconnect