Commit Graph

211 Commits

Author SHA1 Message Date
Michael Jerris 55f44c96d9 add moh and moh-install targets to install default moh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7659 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-17 07:46:20 +00:00
Michael Jerris 2028c5d483 add prefix/recordings
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7644 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-15 23:53:58 +00:00
Michal Bielicki 48968c15b2 force libtool to leave -lodbc alone and not replace it by /usr/lib/libodbc.so since that drives the dynamic detection of platform dependant libodbc.so nuts
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7547 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-07 23:45:11 +00:00
Anthony Minessale 199cf9fa1c update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7493 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-02 17:55:08 +00:00
Anthony Minessale 6cce3acebf update makefile
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7455 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-01 14:24:35 +00:00
Anthony Minessale b3a279b89d update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7414 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-28 20:57:02 +00:00
Anthony Minessale 020713ef0b add make current
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7406 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-28 15:55:24 +00:00
Anthony Minessale 2f68a378e9 add some make targets
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7356 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-25 18:07:24 +00:00
Anthony Minessale abd48190e4 allways create /conf/dialplan/extensions on install
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7279 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-18 00:35:09 +00:00
Stefan Knoblich 92b2011b37 The fsxs tool (sort of apxs for FreeSWITCH) is back from the dead.
Changes include an extended usage message and support for e.g. "fsxs --cflags"
style calls to get one or more defined variables on one line (instead of the
"show" command; easier for scripting).


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7247 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-16 14:27:03 +00:00
Stefan Knoblich cc3a95c1da Change order of libaprutil and libapr in CORE_LIBS, this fixes undefined apr_ symbols in libfreeswitch (libaprutil depends on libapr, symbols used by libaprutil but not by libfreeswitch object files were lost at link time (and added to the freeswitch binary))
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7246 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-16 11:42:01 +00:00
Stefan Knoblich b4dfdfef84 Install switch_config.h (config file parser) too
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7240 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-15 17:17:41 +00:00
Stefan Knoblich 24248ae102 Add gentls_cert script to create a CA and certificate for mod_sofia TLS
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7234 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-15 14:53:05 +00:00
Brian West 05670cfc53 adding ttml
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7210 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-14 15:24:14 +00:00
Michael Jerris 9e109c39e7 permissions on conf files to 644 (FSBUILD-32)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7208 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-14 06:14:04 +00:00
Michael Jerris 020ad53f77 fix sounds and sounds-install targets on some machines
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7197 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-12 22:37:03 +00:00
Michael Jerris 2b952d389e typo
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7118 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-07 08:33:53 +00:00
Michael Jerris 5037078417 add core-clean and core-install make targets
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7116 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-07 08:22:18 +00:00
Anthony Minessale 2faabff764 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6904 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-19 21:13:09 +00:00
Michael Jerris 31e59cab35 add make samples target, make samples by default if there are not already dirs out there, don't update configs on each make install
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6877 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-18 20:57:52 +00:00
Traun Leyden aa963b0dc7 add libclean target to do make clean in all libs subdirs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6787 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-14 04:05:01 +00:00
Michal Bielicki 99b12efefc Changed libedit to go into bootstrap.sh since its now default,
but still make the build and include selectable from configure
Chnaged libedit to use automake
Still need to update the leftover configure and .in files


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6746 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-13 14:36:14 +00:00
Michael Jerris 7fda361405 don't re-copy out conf files on make install if you have intentionally moved them to .noload
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6684 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-11 23:24:38 +00:00
Michael Jerris 84026be717 make targets for specific sound file sets such as 'sounds-en-us-callie-16000' and 'sounds-en-us-callie-16000-install'
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6615 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-11 00:11:43 +00:00
Michael Jerris 3d5fcabea7 add 'make sounds' and 'make sounds-install' makefile targets to download and install soundfiles (FSBUILD-28)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6611 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-10 23:38:42 +00:00
Anthony Minessale 13843320a3 fix build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6576 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-08 03:44:15 +00:00
Anthony Minessale 2888fb46e5 install htdocs files
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6432 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-29 04:07:41 +00:00
Anthony Minessale 54839c492e add external voicemail template file
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6415 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-27 19:50:32 +00:00
Anthony Minessale e715379871 doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6405 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-27 00:23:22 +00:00
Michael Jerris 5acf11c956 install missing config files and the new mime.types file
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6403 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-26 23:59:00 +00:00
Anthony Minessale 28213aad14 detect ncurses or curses instead of hardcoding ncurses, fixing libedit build on some platforms
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6373 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-22 06:24:24 +00:00
Anthony Minessale 84435ca1ae install recursion into conf folder
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6308 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-16 18:11:14 +00:00
Anthony Minessale 1402e4a04b better globbing
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6256 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-14 19:25:28 +00:00
Anthony Minessale eb9f9fb263 some time changes
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6238 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-13 18:47:08 +00:00
Anthony Minessale 2b954cb470 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6213 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-09 22:25:48 +00:00
Brian West 4dbc074393 woops
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6210 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-09 20:41:11 +00:00
Anthony Minessale 4d2dfa633b add a new dialplan module
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6205 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-09 19:25:46 +00:00
Michael Jerris b6c408a9e3 do a little bit better dependency tracking with module targets when the core is modified. Fix for FSBUILD-19
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6015 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-22 01:47:02 +00:00
Anthony Minessale 230a77714d EXECUTE ORDER 66
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5846 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-12 03:28:59 +00:00
Anthony Minessale 3235d4b8ee add clean_core target
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5788 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-03 20:45:59 +00:00
Anthony Minessale bd6bd9ad57 add softtimer to the core, begin framework for static modules and reduces calls to gettimeofday for timestamps
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5784 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-03 16:44:11 +00:00
Michael Jerris e7583f98b5 fix build issue when --enable-core-odbc-support on fresh checkout
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5771 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-10-01 15:46:05 +00:00
Michael Jerris e912c13f8a tweak cleanup to hopefully fix suse build service build w/ odbc
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5684 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-30 21:56:35 +00:00
Michael Jerris 8ef2aa54c0 modify how we build switch_version.h so we can better handle releases
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5610 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-19 05:01:08 +00:00
Anthony Minessale d2002bd07c tweak for editline stuff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5175 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-05-14 16:20:57 +00:00
Anthony Minessale 3a13893f1a fix build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5136 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-05-10 20:31:23 +00:00
Anthony Minessale ab34a26079 make crash protection a runtime option instead of a compile-time option
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5123 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-05-10 16:56:29 +00:00
Anthony Minessale 83f848768b add basic cpp wrapper (c'mon and add to it c++ lovers...)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5101 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-05-08 00:29:49 +00:00
Anthony Minessale af97953adc add a fixed jitterbuffer to rtp (settable from a channel variable) (libSTFU)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5090 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-05-04 23:29:35 +00:00
Anthony Minessale 35dafc3574 move termcap depend into libedit mode
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5067 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-05-02 15:43:17 +00:00