]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
19 years agosocket2me
Anthony Minessale [Tue, 10 Apr 2007 01:30:47 +0000 (01:30 +0000)] 
socket2me

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4906 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agoupdate
Anthony Minessale [Tue, 10 Apr 2007 01:16:14 +0000 (01:16 +0000)] 
update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4905 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agowoops
Anthony Minessale [Mon, 9 Apr 2007 22:26:03 +0000 (22:26 +0000)] 
woops

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4904 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agoupdate
Anthony Minessale [Mon, 9 Apr 2007 22:16:52 +0000 (22:16 +0000)] 
update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4903 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agoupdate
Anthony Minessale [Mon, 9 Apr 2007 19:27:59 +0000 (19:27 +0000)] 
update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4902 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agodox
Anthony Minessale [Mon, 9 Apr 2007 18:42:40 +0000 (18:42 +0000)] 
dox

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4901 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agounicast framework
Anthony Minessale [Mon, 9 Apr 2007 18:38:47 +0000 (18:38 +0000)] 
unicast framework

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4900 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agostray bits from the last commit
Michael Jerris [Mon, 9 Apr 2007 15:58:20 +0000 (15:58 +0000)] 
stray bits from the last commit

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4898 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agoproper -j support for the module builds
Michael Jerris [Mon, 9 Apr 2007 14:40:03 +0000 (14:40 +0000)] 
proper -j support for the module builds

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4897 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agostrip trailing stuff off the automake/autoconf versions detected in bootstrap.sh
Michael Jerris [Sun, 8 Apr 2007 19:13:07 +0000 (19:13 +0000)] 
strip trailing stuff off the automake/autoconf versions detected in bootstrap.sh

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4896 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agoIt appears that we should be able to include strings.h only, except msvc does not...
Michael Jerris [Sun, 8 Apr 2007 17:18:12 +0000 (17:18 +0000)] 
It appears that we should be able to include strings.h only, except msvc does not have strings.h:

and at least some linux implementations do not work unless you include both, which seems to be against spec, but should not hurt.  The most correct thing to do here would be to include strings.h then string.h wrapped in autoconf detected defines, but this should work for now.  If it is still an issue going forward, we will need to add some defines for detected presence of some header files to the public header files, which should be done with care to avoid define collisions in public header files.

http://www.opengroup.org/onlinepubs/009695399/basedefs/strings.h.html
http://www.opengroup.org/onlinepubs/009695399/basedefs/string.h.html

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4895 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agomerged patch from http://jira.freeswitch.org/browse/MDXMLINT-4, thanks bblack
Michael Jerris [Sun, 8 Apr 2007 16:32:08 +0000 (16:32 +0000)] 
merged patch from http://jira.freeswitch.org/browse/MDXMLINT-4, thanks bblack

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4894 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agoexport some functions for dll linkage in the windows build.
Michael Jerris [Sun, 8 Apr 2007 16:24:57 +0000 (16:24 +0000)] 
export some functions for dll linkage in the windows build.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4893 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agofix windows build
Michael Jerris [Sun, 8 Apr 2007 16:16:00 +0000 (16:16 +0000)] 
fix windows build

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4892 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agofix some warnings.
Michael Jerris [Sun, 8 Apr 2007 16:11:03 +0000 (16:11 +0000)] 
fix some warnings.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4891 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agofix warning as error
Brian West [Sun, 8 Apr 2007 04:41:10 +0000 (04:41 +0000)] 
fix warning as error

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4890 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agofix segfault thanks bblack
Brian West [Sun, 8 Apr 2007 03:53:35 +0000 (03:53 +0000)] 
fix segfault thanks bblack

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4889 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agoupdate
Anthony Minessale [Sat, 7 Apr 2007 21:23:37 +0000 (21:23 +0000)] 
update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4888 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agoupdate
Anthony Minessale [Sat, 7 Apr 2007 21:23:01 +0000 (21:23 +0000)] 
update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4887 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agomerge 2
Anthony Minessale [Sat, 7 Apr 2007 21:14:21 +0000 (21:14 +0000)] 
merge 2

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4886 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agomerge 1
Anthony Minessale [Sat, 7 Apr 2007 21:13:54 +0000 (21:13 +0000)] 
merge 1

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4885 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agoadd some api commands
Anthony Minessale [Sat, 7 Apr 2007 20:30:28 +0000 (20:30 +0000)] 
add some api commands

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4884 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agoadd dl_debug api command
Anthony Minessale [Sat, 7 Apr 2007 15:55:07 +0000 (15:55 +0000)] 
add dl_debug api command

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4883 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agoadded patch from http://jira.freeswitch.org/browse/FSCORE-25
Anthony Minessale [Sat, 7 Apr 2007 03:07:43 +0000 (03:07 +0000)] 
added patch from http://jira.freeswitch.org/browse/FSCORE-25

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4881 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agoadded patch from http://jira.freeswitch.org/browse/MODENDP-9
Anthony Minessale [Sat, 7 Apr 2007 03:04:46 +0000 (03:04 +0000)] 
added patch from http://jira.freeswitch.org/browse/MODENDP-9

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4880 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agowtf
Anthony Minessale [Sat, 7 Apr 2007 02:27:41 +0000 (02:27 +0000)] 
wtf

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4879 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agorestore order to the universe
Anthony Minessale [Sat, 7 Apr 2007 02:19:15 +0000 (02:19 +0000)] 
restore order to the universe

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4878 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agomerge 2
Anthony Minessale [Sat, 7 Apr 2007 02:10:17 +0000 (02:10 +0000)] 
merge 2

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4877 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agomerge 1
Anthony Minessale [Sat, 7 Apr 2007 01:57:54 +0000 (01:57 +0000)] 
merge 1

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4876 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agomake bootstrap.sh work on /bin/sh
Michael Jerris [Fri, 6 Apr 2007 23:45:01 +0000 (23:45 +0000)] 
make bootstrap.sh work on /bin/sh

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4875 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agowip
Anthony Minessale [Fri, 6 Apr 2007 20:47:09 +0000 (20:47 +0000)] 
wip

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4872 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agoadd dl_pres
Anthony Minessale [Fri, 6 Apr 2007 16:20:07 +0000 (16:20 +0000)] 
add dl_pres

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4871 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agowe can just use the flags that configure detects
Michael Jerris [Fri, 6 Apr 2007 09:49:16 +0000 (09:49 +0000)] 
we can just use the flags that configure detects

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4870 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agoa bit better on the mysql detection
Michael Jerris [Fri, 6 Apr 2007 09:38:11 +0000 (09:38 +0000)] 
a bit better on the mysql detection

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4869 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agofix windows build
Michael Jerris [Fri, 6 Apr 2007 08:57:20 +0000 (08:57 +0000)] 
fix windows build

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4868 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agoadd mod_cdr config files.
Michael Jerris [Fri, 6 Apr 2007 08:55:37 +0000 (08:55 +0000)] 
add mod_cdr config files.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4867 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agofix mysql configure check (reported by bblack via irc)
Michael Jerris [Fri, 6 Apr 2007 08:23:54 +0000 (08:23 +0000)] 
fix mysql configure check (reported by bblack via irc)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4866 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agoshrug
Anthony Minessale [Thu, 5 Apr 2007 22:31:47 +0000 (22:31 +0000)] 
shrug

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4865 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agofix
Anthony Minessale [Thu, 5 Apr 2007 20:29:14 +0000 (20:29 +0000)] 
fix

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4864 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agofix rtp issue
Anthony Minessale [Thu, 5 Apr 2007 19:29:48 +0000 (19:29 +0000)] 
fix rtp issue

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4863 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agoupdate
Anthony Minessale [Thu, 5 Apr 2007 17:52:35 +0000 (17:52 +0000)] 
update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4862 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agoremove unused struct member
Anthony Minessale [Thu, 5 Apr 2007 15:08:54 +0000 (15:08 +0000)] 
remove unused struct member

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4861 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agofix contact thing for gateway calls
Anthony Minessale [Thu, 5 Apr 2007 14:58:07 +0000 (14:58 +0000)] 
fix contact thing for gateway calls

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4860 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agomake turbo install too
Anthony Minessale [Thu, 5 Apr 2007 14:57:20 +0000 (14:57 +0000)] 
make turbo install too

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4859 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agosilly cast.
Michael Jerris [Thu, 5 Apr 2007 10:54:08 +0000 (10:54 +0000)] 
silly cast.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4858 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agofix libdingaling build
Michael Jerris [Thu, 5 Apr 2007 10:53:38 +0000 (10:53 +0000)] 
fix libdingaling build

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4857 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agovar types, use zize_t for lengths.
Michael Jerris [Thu, 5 Apr 2007 10:23:09 +0000 (10:23 +0000)] 
var types, use zize_t for lengths.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4856 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agofix inline fun on windows.
Michael Jerris [Thu, 5 Apr 2007 10:14:20 +0000 (10:14 +0000)] 
fix inline fun on windows.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4855 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agomsvc odbc build
Michael Jerris [Thu, 5 Apr 2007 10:07:25 +0000 (10:07 +0000)] 
msvc odbc build

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4854 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agofix
Anthony Minessale [Wed, 4 Apr 2007 23:21:19 +0000 (23:21 +0000)] 
fix

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4853 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agoone less
Anthony Minessale [Wed, 4 Apr 2007 22:36:33 +0000 (22:36 +0000)] 
one less

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4852 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agoupdate config
Anthony Minessale [Wed, 4 Apr 2007 22:33:37 +0000 (22:33 +0000)] 
update config

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4851 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agoadd avatars for dingalaing
Anthony Minessale [Wed, 4 Apr 2007 22:22:55 +0000 (22:22 +0000)] 
add avatars for dingalaing

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4850 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agoadd looping buffers
Anthony Minessale [Wed, 4 Apr 2007 18:22:59 +0000 (18:22 +0000)] 
add looping buffers

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4849 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agoadd odbc support for dingaling
Anthony Minessale [Wed, 4 Apr 2007 17:32:56 +0000 (17:32 +0000)] 
add odbc support for dingaling

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4848 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agomake invites use the same contact as the gateway when using a gateway to make calls
Anthony Minessale [Wed, 4 Apr 2007 16:44:08 +0000 (16:44 +0000)] 
make invites use the same contact as the gateway when using a gateway to make calls

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4847 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agoadd core ODBC
Anthony Minessale [Wed, 4 Apr 2007 03:08:17 +0000 (03:08 +0000)] 
add core ODBC

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4846 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agoupdate
Anthony Minessale [Tue, 3 Apr 2007 14:04:26 +0000 (14:04 +0000)] 
update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4845 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agotake 4 fixing dependencies for proper make -j build
Michael Jerris [Tue, 3 Apr 2007 13:11:57 +0000 (13:11 +0000)] 
take 4 fixing dependencies for proper make -j build

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4844 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agoanother try on proper deps
Michael Jerris [Tue, 3 Apr 2007 12:29:18 +0000 (12:29 +0000)] 
another try on proper deps

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4843 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agofix dependencies to handle make -j
Michael Jerris [Tue, 3 Apr 2007 12:04:14 +0000 (12:04 +0000)] 
fix dependencies to handle make -j

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4842 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agofix whoops from previous commit
Michael Jerris [Tue, 3 Apr 2007 11:57:57 +0000 (11:57 +0000)] 
fix whoops from previous commit

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4841 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agoadd auto generated mod_* targets (generated from modules.conf. A step towards make...
Michael Jerris [Tue, 3 Apr 2007 10:53:47 +0000 (10:53 +0000)] 
add auto generated mod_* targets (generated from modules.conf.  A step towards make -j support for the module builds.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4840 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agowe don't need to bootstrap teletone anymore as we don't use it's build system anymore
Michael Jerris [Tue, 3 Apr 2007 04:55:26 +0000 (04:55 +0000)] 
we don't need to bootstrap teletone anymore as we don't use it's build system anymore

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4839 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agofix make -j build (currently only is useful for the core and core libs.
Michael Jerris [Tue, 3 Apr 2007 04:42:48 +0000 (04:42 +0000)] 
fix make -j build (currently only is useful for the core and core libs.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4838 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agowtf
Anthony Minessale [Tue, 3 Apr 2007 01:24:24 +0000 (01:24 +0000)] 
wtf

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4837 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agofix
Anthony Minessale [Tue, 3 Apr 2007 01:08:14 +0000 (01:08 +0000)] 
fix

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4836 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agoupdate
Anthony Minessale [Mon, 2 Apr 2007 23:34:58 +0000 (23:34 +0000)] 
update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4835 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agoupdate
Anthony Minessale [Mon, 2 Apr 2007 21:31:03 +0000 (21:31 +0000)] 
update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4834 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agoupdate
Anthony Minessale [Mon, 2 Apr 2007 20:33:06 +0000 (20:33 +0000)] 
update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4833 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agocleanup
Anthony Minessale [Mon, 2 Apr 2007 20:20:46 +0000 (20:20 +0000)] 
cleanup

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4832 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agocleanup
Anthony Minessale [Mon, 2 Apr 2007 19:54:25 +0000 (19:54 +0000)] 
cleanup

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4831 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agoupdate
Anthony Minessale [Mon, 2 Apr 2007 15:36:05 +0000 (15:36 +0000)] 
update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4830 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agofix nspr sun cc build on linux
Michael Jerris [Sun, 1 Apr 2007 23:12:57 +0000 (23:12 +0000)] 
fix nspr sun cc build on linux

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4829 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agofix mod_cdr build.
Michael Jerris [Sun, 1 Apr 2007 22:18:53 +0000 (22:18 +0000)] 
fix mod_cdr build.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4827 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agostrip a few extra checks out of configure
Michael Jerris [Sun, 1 Apr 2007 20:52:29 +0000 (20:52 +0000)] 
strip a few extra checks out of configure

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4825 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agofix srtp configure detection for byteswap.h to verify if bswap_64 is actually usable
Michael Jerris [Sun, 1 Apr 2007 19:28:34 +0000 (19:28 +0000)] 
fix srtp configure detection for byteswap.h to verify if bswap_64 is actually usable

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4822 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agoadd event
Brian West [Sun, 1 Apr 2007 16:22:23 +0000 (16:22 +0000)] 
add event

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4821 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agomake name more specific to avoid namespace bs
Anthony Minessale [Sun, 1 Apr 2007 01:16:16 +0000 (01:16 +0000)] 
make name more specific to avoid namespace bs

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4820 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agobreaking up is hard to do
Michael Jerris [Sat, 31 Mar 2007 19:01:33 +0000 (19:01 +0000)] 
breaking up is hard to do

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4819 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agofix err when version only has 2 dots
Brian West [Sat, 31 Mar 2007 17:25:10 +0000 (17:25 +0000)] 
fix err when version only has 2 dots

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4818 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agoadd
Brian West [Sat, 31 Mar 2007 15:13:28 +0000 (15:13 +0000)] 
add

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4817 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agohold stuff
Anthony Minessale [Fri, 30 Mar 2007 22:13:19 +0000 (22:13 +0000)] 
hold stuff

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4816 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agoturbo_build.sh
Anthony Minessale [Fri, 30 Mar 2007 20:24:37 +0000 (20:24 +0000)] 
turbo_build.sh

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4815 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agosome cleanup in the Makefiles
Michael Jerris [Fri, 30 Mar 2007 20:22:38 +0000 (20:22 +0000)] 
some cleanup in the Makefiles

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4814 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agodoh
Anthony Minessale [Fri, 30 Mar 2007 17:31:47 +0000 (17:31 +0000)] 
doh

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4812 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agono more .noversion because it breaks things
Anthony Minessale [Fri, 30 Mar 2007 17:31:21 +0000 (17:31 +0000)] 
no more .noversion because it breaks things

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4811 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agofix race
Anthony Minessale [Fri, 30 Mar 2007 17:25:48 +0000 (17:25 +0000)] 
fix race

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4810 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agoI was told that the rules for spanish are the same as for english. So for now, I...
Michael Jerris [Fri, 30 Mar 2007 17:14:28 +0000 (17:14 +0000)] 
I was told that the rules for spanish are the same as for english.  So for now, I will add an interface using the same module and functions for "es".  If there are changes to be made in the future, we can split this up into multiple modules.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4809 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agoupdate
Anthony Minessale [Fri, 30 Mar 2007 17:07:49 +0000 (17:07 +0000)] 
update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4808 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agocleanup
Anthony Minessale [Fri, 30 Mar 2007 16:41:12 +0000 (16:41 +0000)] 
cleanup

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4807 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agotweaks
Anthony Minessale [Fri, 30 Mar 2007 14:57:06 +0000 (14:57 +0000)] 
tweaks

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4805 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agopicky, picky
Anthony Minessale [Fri, 30 Mar 2007 13:47:56 +0000 (13:47 +0000)] 
picky, picky

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4804 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agodon't export our private functions. fix crash protection build.
Michael Jerris [Fri, 30 Mar 2007 02:20:13 +0000 (02:20 +0000)] 
don't export our private functions.  fix crash protection build.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4803 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agouse int64_t internally for storage of time_t values in the scheduler because at least...
Michael Jerris [Fri, 30 Mar 2007 01:40:50 +0000 (01:40 +0000)] 
use int64_t internally for storage of time_t values in the scheduler because at least then we know what format string to use to print them, and they are often that type anyways.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4802 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agospring cleaning on msvc build.
Michael Jerris [Fri, 30 Mar 2007 01:22:45 +0000 (01:22 +0000)] 
spring cleaning on msvc build.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4801 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agoadd group param to shed_api
Anthony Minessale [Fri, 30 Mar 2007 00:36:02 +0000 (00:36 +0000)] 
add group param to shed_api

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4800 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agoindent again
Anthony Minessale [Fri, 30 Mar 2007 00:15:25 +0000 (00:15 +0000)] 
indent again

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4799 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agoindent
Anthony Minessale [Fri, 30 Mar 2007 00:13:31 +0000 (00:13 +0000)] 
indent

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4798 d0543943-73ff-0310-b7d9-9358b9ac24b2

19 years agoadd 'show tasks' and sched_api api commands
Anthony Minessale [Fri, 30 Mar 2007 00:10:33 +0000 (00:10 +0000)] 
add 'show tasks' and sched_api api commands

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4797 d0543943-73ff-0310-b7d9-9358b9ac24b2