]>
git.ipfire.org Git - thirdparty/freeswitch.git/log
Anthony Minessale [Thu, 26 Apr 2007 22:15:07 +0000 (22:15 +0000)]
mod_alsa (pa impersonator)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5023
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Thu, 26 Apr 2007 22:03:58 +0000 (22:03 +0000)]
fix MODLANG-12 and proper fix for MODLANG-7
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5022
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Thu, 26 Apr 2007 21:57:50 +0000 (21:57 +0000)]
fix rfc2833 bs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5021
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Thu, 26 Apr 2007 15:02:46 +0000 (15:02 +0000)]
fix potential NULL fiasco
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5020
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Thu, 26 Apr 2007 14:38:40 +0000 (14:38 +0000)]
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5019
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Thu, 26 Apr 2007 13:52:56 +0000 (13:52 +0000)]
more completely fix http://jira.freeswitch.org/browse/MDXMLINT-6
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5018
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Wed, 25 Apr 2007 22:24:19 +0000 (22:24 +0000)]
a bit closer on getting mod_mono to build again
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5017
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Wed, 25 Apr 2007 19:57:14 +0000 (19:57 +0000)]
resolve http://jira.freeswitch.org/browse/MDXMLINT-6
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5016
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Wed, 25 Apr 2007 18:02:28 +0000 (18:02 +0000)]
patch and tweak for mac
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5014
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Tue, 24 Apr 2007 18:00:08 +0000 (18:00 +0000)]
fix make core dependencies and output
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5012
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Tue, 24 Apr 2007 14:23:06 +0000 (14:23 +0000)]
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5011
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Tue, 24 Apr 2007 14:22:23 +0000 (14:22 +0000)]
update conf
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5010
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Tue, 24 Apr 2007 01:15:27 +0000 (01:15 +0000)]
stop ken's whining
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5008
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Mon, 23 Apr 2007 20:38:00 +0000 (20:38 +0000)]
del reg
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5007
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Mon, 23 Apr 2007 20:11:28 +0000 (20:11 +0000)]
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5006
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Mon, 23 Apr 2007 19:03:06 +0000 (19:03 +0000)]
update dingaling
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5005
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Mon, 23 Apr 2007 18:12:08 +0000 (18:12 +0000)]
force lib rebuild
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5004
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Mon, 23 Apr 2007 17:47:00 +0000 (17:47 +0000)]
add ext-sip-ip to sample config
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5003
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Mon, 23 Apr 2007 15:33:25 +0000 (15:33 +0000)]
Fix 2 errors in mod_spidermonkey on windows.
1. We need a pool for apr_stat. Expand api and create a pool when necessary.
2. Don't use -1 value in enum for no reason as they can be signed or unsigned (compiler defined) so there is an int overflow. This fixes an incorrect assert in the spidermonkey exception handling caused by an unsigned int overflow.
resolve http://jira.freeswitch.org/browse/MODLANG-7.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5002
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Sun, 22 Apr 2007 19:11:22 +0000 (19:11 +0000)]
Small tweaks so it actually compiles
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5001
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Sun, 22 Apr 2007 17:34:23 +0000 (17:34 +0000)]
fix udns/mod_enum msvc build.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5000
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Sun, 22 Apr 2007 01:25:02 +0000 (01:25 +0000)]
add cumulative count of sessions from switch startup. Resolves http://jira.freeswitch.org/browse/FSCORE-18. Updated patch to change data type of session_id to avoid rollover (wouldn't that be nice) and added - 1 to accurately reflect count. Thanks bkw for the patch.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4999
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Sat, 21 Apr 2007 16:58:35 +0000 (16:58 +0000)]
manually apply patch http://jira.freeswitch.org/browse/FSCORE-24. Thanks dirk.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4998
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Sat, 21 Apr 2007 15:04:01 +0000 (15:04 +0000)]
add reject app to do custom sip rejects
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4997
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Sat, 21 Apr 2007 14:23:12 +0000 (14:23 +0000)]
add backslash to escape the backslash escape char in channel variable expansion
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4996
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Sat, 21 Apr 2007 14:17:43 +0000 (14:17 +0000)]
add backslash escape char in channel variable expansion
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4995
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Sat, 21 Apr 2007 01:03:58 +0000 (01:03 +0000)]
add app log
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4994
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Fri, 20 Apr 2007 23:45:14 +0000 (23:45 +0000)]
add new execute_extension application to execute another extension in the current scope
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4993
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Fri, 20 Apr 2007 20:59:21 +0000 (20:59 +0000)]
inline vs __inline for msvc.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4992
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Fri, 20 Apr 2007 20:53:11 +0000 (20:53 +0000)]
declaration after code.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4991
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Fri, 20 Apr 2007 20:44:54 +0000 (20:44 +0000)]
add new feature to mod_conference
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4990
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Fri, 20 Apr 2007 20:14:02 +0000 (20:14 +0000)]
quiet a couple sctp warnings
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4989
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Fri, 20 Apr 2007 18:06:06 +0000 (18:06 +0000)]
add ip auth
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4988
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Fri, 20 Apr 2007 16:05:37 +0000 (16:05 +0000)]
change flow and name of new paramater
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4987
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Fri, 20 Apr 2007 14:39:21 +0000 (14:39 +0000)]
add more codec sizes to g729 passthru
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4986
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Fri, 20 Apr 2007 04:00:25 +0000 (04:00 +0000)]
fix solaris build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4985
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Fri, 20 Apr 2007 03:51:00 +0000 (03:51 +0000)]
solaris porting
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4984
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Fri, 20 Apr 2007 01:57:56 +0000 (01:57 +0000)]
formatting to quiet up some warnings
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4983
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Fri, 20 Apr 2007 00:48:51 +0000 (00:48 +0000)]
sync with sofia-sip darcs tree. Fix nua_respond docs and silence doxygen warnings so they don't affect the build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4982
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Fri, 20 Apr 2007 00:29:18 +0000 (00:29 +0000)]
silly socket test
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4981
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Thu, 19 Apr 2007 22:49:01 +0000 (22:49 +0000)]
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4980
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Thu, 19 Apr 2007 22:28:01 +0000 (22:28 +0000)]
switch doxygen generation in sofia-sip around to use configure generated files. This should avoid some problems with warnings and errors when builing the manpages. You will probably need to autoreconf and configure sofia-sip for this
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4979
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Thu, 19 Apr 2007 22:04:03 +0000 (22:04 +0000)]
video stuff windows build.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4978
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Thu, 19 Apr 2007 21:40:50 +0000 (21:40 +0000)]
modest core framework for video stuff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4977
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Thu, 19 Apr 2007 19:30:24 +0000 (19:30 +0000)]
remove AM_MAINTAINER_MODE macro from development coppies, should only be in release versions
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4976
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Thu, 19 Apr 2007 19:17:12 +0000 (19:17 +0000)]
sync with sofia darcs tree
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4975
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Thu, 19 Apr 2007 18:40:10 +0000 (18:40 +0000)]
workaround explicit link warning from comment??
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4974
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Thu, 19 Apr 2007 18:30:14 +0000 (18:30 +0000)]
workaround explicit link warning from comment??
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4973
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Thu, 19 Apr 2007 18:16:05 +0000 (18:16 +0000)]
consistent ifdef for DOXYGEN defined symbols
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4972
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Thu, 19 Apr 2007 15:34:30 +0000 (15:34 +0000)]
update wanpipe
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4971
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Wed, 18 Apr 2007 20:21:53 +0000 (20:21 +0000)]
merge patch from http://jira.freeswitch.org/browse/SFSIP-11 . Please note, when registering to a UA that requires the from header to match the auth username, you must now use the new setting force-fromuser. See sample configuration file for more details. Thanks Marcel.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4970
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Wed, 18 Apr 2007 17:26:58 +0000 (17:26 +0000)]
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4969
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Wed, 18 Apr 2007 16:10:46 +0000 (16:10 +0000)]
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4968
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Tue, 17 Apr 2007 18:53:18 +0000 (18:53 +0000)]
cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4967
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Brian West [Tue, 17 Apr 2007 16:04:14 +0000 (16:04 +0000)]
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4966
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Tue, 17 Apr 2007 15:58:52 +0000 (15:58 +0000)]
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4965
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Tue, 17 Apr 2007 14:44:22 +0000 (14:44 +0000)]
cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4964
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Tue, 17 Apr 2007 13:43:45 +0000 (13:43 +0000)]
merge latest darcs changes from sofia-sip.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4963
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Tue, 17 Apr 2007 06:08:39 +0000 (06:08 +0000)]
</refactor>
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4955
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Tue, 17 Apr 2007 01:26:13 +0000 (01:26 +0000)]
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4954
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Tue, 17 Apr 2007 01:21:34 +0000 (01:21 +0000)]
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4953
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Tue, 17 Apr 2007 01:15:06 +0000 (01:15 +0000)]
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4952
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Mon, 16 Apr 2007 23:49:58 +0000 (23:49 +0000)]
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4951
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Mon, 16 Apr 2007 20:51:19 +0000 (20:51 +0000)]
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4950
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Mon, 16 Apr 2007 20:26:21 +0000 (20:26 +0000)]
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4949
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Mon, 16 Apr 2007 20:20:24 +0000 (20:20 +0000)]
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4948
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Mon, 16 Apr 2007 19:41:33 +0000 (19:41 +0000)]
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4947
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Mon, 16 Apr 2007 19:39:07 +0000 (19:39 +0000)]
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4946
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Mon, 16 Apr 2007 19:32:08 +0000 (19:32 +0000)]
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4945
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Mon, 16 Apr 2007 16:53:30 +0000 (16:53 +0000)]
<refactor>
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4944
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Mon, 16 Apr 2007 15:39:06 +0000 (15:39 +0000)]
setup dingaling caller profile earlier so that we have information in cdr's for failed calls
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4943
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Mon, 16 Apr 2007 14:00:59 +0000 (14:00 +0000)]
silence windows warning.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4942
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Mon, 16 Apr 2007 13:33:45 +0000 (13:33 +0000)]
tweak some var types to silence warnings.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4941
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Mon, 16 Apr 2007 13:05:10 +0000 (13:05 +0000)]
fix xmlrpc build on msvc when source dir has a space in it. Thanks to Jasone Steele for report via the mailing list.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4940
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Sun, 15 Apr 2007 02:03:41 +0000 (02:03 +0000)]
a little update to the sofia-sip library
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4939
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Sun, 15 Apr 2007 01:06:29 +0000 (01:06 +0000)]
fix msvc build, declaration after statement.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4935
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Sat, 14 Apr 2007 17:16:31 +0000 (17:16 +0000)]
fix dtmf after hangup race condition
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4934
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Sat, 14 Apr 2007 01:52:42 +0000 (01:52 +0000)]
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4933
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Sat, 14 Apr 2007 00:43:50 +0000 (00:43 +0000)]
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4932
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Sat, 14 Apr 2007 00:13:19 +0000 (00:13 +0000)]
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4931
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Fri, 13 Apr 2007 23:19:51 +0000 (23:19 +0000)]
fix shutdown
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4930
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Fri, 13 Apr 2007 23:04:24 +0000 (23:04 +0000)]
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4929
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Fri, 13 Apr 2007 22:59:07 +0000 (22:59 +0000)]
commit patch from http://jira.freeswitch.org/browse/MODAPP-7, thanks Marcel.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4928
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Fri, 13 Apr 2007 22:15:58 +0000 (22:15 +0000)]
refactor to avoid some potential issues with channels that are hungup instantly after being answered
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4926
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Fri, 13 Apr 2007 16:24:02 +0000 (16:24 +0000)]
let unicast mode operate on the native codec if desired
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4925
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Thu, 12 Apr 2007 20:09:23 +0000 (20:09 +0000)]
do destructive session destroy in debug mode.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4922
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Thu, 12 Apr 2007 18:22:09 +0000 (18:22 +0000)]
MODLANG-10 Modify Javascript exec function to return number of changed rows, thanks Dale.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4921
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Thu, 12 Apr 2007 18:14:30 +0000 (18:14 +0000)]
change switch_console_printf to switch_log_printf in mod_cdr. Patch from MODAPP-6, thanks Marcel.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4920
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Wed, 11 Apr 2007 14:37:40 +0000 (14:37 +0000)]
move udns build directly into the mod_enum makefile so it gets all our cflags
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4919
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Wed, 11 Apr 2007 06:13:08 +0000 (06:13 +0000)]
no need to build the xml or expat stuff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4917
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Wed, 11 Apr 2007 05:36:29 +0000 (05:36 +0000)]
remove a generated file, add libcurl.m4 back. this will require a fresh bootstrap and configure
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4916
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Wed, 11 Apr 2007 05:00:38 +0000 (05:00 +0000)]
remove docs and tests from our in tree libcurl. You will need to do a fresh bootstrap or autoreconf -fi in the libs/curl directory.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4915
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Wed, 11 Apr 2007 00:57:46 +0000 (00:57 +0000)]
working nspr slimmed down build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4914
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Tue, 10 Apr 2007 22:13:27 +0000 (22:13 +0000)]
slim down nspr build on *nix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4913
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Tue, 10 Apr 2007 21:18:33 +0000 (21:18 +0000)]
use the right data types.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4912
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Tue, 10 Apr 2007 21:15:20 +0000 (21:15 +0000)]
fix make clean
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4911
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Tue, 10 Apr 2007 21:10:42 +0000 (21:10 +0000)]
starting to slim down the nspr build in prep to merge with the libjs build.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4910
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Tue, 10 Apr 2007 17:34:53 +0000 (17:34 +0000)]
windows build var types.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4909
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Michael Jerris [Tue, 10 Apr 2007 16:59:20 +0000 (16:59 +0000)]
fix mod_spidermonkey builds in new module build makefiles
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4908
d0543943 -73ff-0310-b7d9-
9358b9ac24b2
Anthony Minessale [Tue, 10 Apr 2007 02:25:29 +0000 (02:25 +0000)]
fix rpid on gateways
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4907
d0543943 -73ff-0310-b7d9-
9358b9ac24b2