Commit Graph

281 Commits

Author SHA1 Message Date
Michael Jerris
2ddb4079f3 add russian language support and makefile targets
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14091 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-07-01 19:58:40 +00:00
Raymond Chandler
7b66f843ee add experimental modules section to modules.conf.in
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14062 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-30 20:30:29 +00:00
Raymond Chandler
216c5374b5 long lost module
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13899 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-22 22:34:00 +00:00
Raymond Chandler
59d0e2b4b4 [temporary] bsd-friendly hack
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13898 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-22 19:40:30 +00:00
Raymond Chandler
95fd78f881 fixing (hopefully) the buildopal.sh script to actually build properly
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13892 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-22 16:56:33 +00:00
Brian West
854e313a7a update your sounds peeps
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13839 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-18 15:25:26 +00:00
Andrew Thompson
5ed15f5555 put OPENSSL_CFLAGS and LIBS in modmake.rules.in at MikeJ's suggestion
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13820 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-17 20:39:08 +00:00
Brian West
44ab48caa6 adding to modules.conf.in
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13798 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-16 23:11:45 +00:00
Michael Jerris
7ca8c7b7c6 build: fix jobserver unavailable bug in make -j (FSBUILD-6)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13623 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-04 22:01:46 +00:00
Michael Jerris
6135cfc3ef really the last test
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13484 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-27 23:39:29 +00:00
Brian West
53bd7259cd adding siren to the default build and install
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13470 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-27 18:34:13 +00:00
Michael Jerris
7a90f26eb2 add to build template
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13462 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-27 05:18:57 +00:00
Brian West
861bd2093e ZRTP Support please download your SDK from http://www.zfone.com and use build/buildzrtp.sh to build the lib.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13406 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-20 23:04:05 +00:00
Andrew Thompson
d3247c3eee Fix erlang autoconf macro to deal with crazy things being in ~/.erlang (MODEVENT-45)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13288 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-12 20:00:49 +00:00
Brian West
883ddda211 bump sounds
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13238 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-06 04:41:13 +00:00
Anthony Minessale
e223c655b8 Stings of files
method 1 high level (core most funcs that use switch_ivr_playback)

Delimiter is set by a var which also enables the parser 
<action application="set" data="playback_delimiter=!"/>
<action application="set" data="playback_sleep_val=500"/>
<action application="playback" data="/ram/sr8k.wav!/ram/swimp.wav"/>

method 2 low level (mod_file_string lower level code that uses direct file handles)

Delimiter is always !
<action application="playback" data="file_string:///ram/sr8k.wav!/ram/swimp.wav"/>



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13182 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-28 23:46:18 +00:00
Michael Jerris
61406802cd use sound_version.txt and moh_version.txt to determine sound file version on windows (FSBUILD-152)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13097 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-21 04:34:41 +00:00
Brian West
de3e190a0c use different version file for moh version
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13093 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-21 01:11:12 +00:00
Anthony Minessale
696bf57c1f clue choo
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13069 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-17 03:05:33 +00:00
Brian West
2eeafc3c43 bump sounds version
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13040 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-15 18:42:08 +00:00
Brian West
af07cc2e85 add mod_say_ru to modules.conf.in
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13037 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-15 17:05:36 +00:00
Anthony Minessale
4fe03913d3 MODAPP-260
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13035 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-15 16:54:54 +00:00
Michael Jerris
31c42876e4 we need DYNAMIC_LIB_EXTEN for mod_perl and others
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13023 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-15 03:05:37 +00:00
Mathieu Rene
0482e82ce7 Add mod_memcache (commented) to modules.conf.in
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12955 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-08 21:24:43 +00:00
Michael Jerris
8b6905d188 fix error loading mod_spidermonkey due to missing PR_* symbols
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12939 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-07 19:48:50 +00:00
Michael Jerris
f2d777f17b libtool blah take 2 (FSBUILD-82)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12932 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-06 22:29:10 +00:00
Michael Jerris
9437577350 revert r12899
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12912 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-03 20:38:47 +00:00
Michael Jerris
6bc16f5f77 libtool blah (FSBUILD-82)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12899 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-03 00:59:15 +00:00
Michael Jerris
73f6f1aee4 fix odbc detection to not try to use odbc when no headers are installed
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12788 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-26 02:45:04 +00:00
Andrew Thompson
ea0316b80f FSBUILD-142 (with approval from MikeJ)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12587 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-12 19:54:20 +00:00
Michael Collins
e3d289ff9b Add commented out mod_http to modules.conf.in
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12364 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-03 00:28:16 +00:00
Mathieu Rene
69fe38ad79 fix getlib.sh's curl/wget detection
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12175 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-20 04:38:54 +00:00
Brian West
bf99e33054 add skypiax to modules.conf.in
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12168 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-19 20:58:35 +00:00
Michal Bielicki
36c59d1237 - added mod_python
- added mod_fax
- added mod_amrwb.so
- added mod_celt.so
- added mod_easyroute.so
- added mod_http.so
- added mod_lcr.so
- added mod_loopback.so
- added mod_siren.so
- added mod/mod_stress.so
- added mod_yaml.so
- added mod_shout.so
- added mod_xml_ldap.so
- added rpms or all sounds
- openzap is now its own rpm
- added french
- added german
- added missing dependencies
- added soundfiles with separate rpms
- added definition of all sourcefiles and added them to the SRPM
- fixes to monit file
- changes to redhat init file



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12085 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-17 11:29:15 +00:00
Michal Bielicki
3f2a45ee55 make settings in init file configurable for people that compile freeswitch by hand
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12084 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-17 09:40:32 +00:00
Anthony Minessale
d36af284d8 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12045 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-16 13:57:25 +00:00
Brian West
babb2f83f5 update copyright
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12004 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-13 23:37:37 +00:00
Brian West
06b76fe387 add here too
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11972 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-12 22:45:34 +00:00
Raymond Chandler
c3cf71b448 improve odbc detection
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11885 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 18:51:12 +00:00
Anthony Minessale
ba77f23278 clean up tone_detect
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11738 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-11 00:16:36 +00:00
Anthony Minessale
7dd39a1309 tweak turbobuild.sh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11736 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-10 22:57:54 +00:00
Brian West
2ea1295487 adding to modules.conf.in
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11668 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-06 18:27:40 +00:00
Michael Jerris
1953ac5c5d tweak odbc detection
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11666 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-06 18:23:14 +00:00
Michael Jerris
09c46acc37 fix odbc build on osx
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11634 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-04 18:15:16 +00:00
Brian West
7a912016b8 remove unused file
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11622 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-03 21:51:48 +00:00
Michael Jerris
753fa8fb2f autoconf detect odbc library FSBUILD-8
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11615 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-03 20:31:24 +00:00
Raymond Chandler
4cad3726da add mod_lcr to modules.conf
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11184 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-14 03:00:37 +00:00
Brian West
dfb4f3a60a bye bye
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11179 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-14 00:25:45 +00:00
Brian West
4145d9228a more info
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11163 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-13 23:16:12 +00:00
Brian West
bd435a2c13 bump sounds version
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11001 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-30 15:10:20 +00:00
Ken Rice
986b5a2970 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10931 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-23 21:52:50 +00:00
Anthony Minessale
df5909368f add mod_celt
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10842 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-17 01:55:06 +00:00
Brian West
93cbe94e31 buildopal make sure you have flex and bison installed first
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10787 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-16 03:56:11 +00:00
Brian West
1d7357e6d4 FSSCRIPTS-10 thanks Sergey
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10775 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-15 18:14:53 +00:00
Brian West
346ae3b907 w00t
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10740 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-12 19:09:39 +00:00
Anthony Minessale
a0e6c07b86 edit default file to include mod_opal
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10736 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-12 16:47:13 +00:00
Brian West
1220bbcff2 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10732 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-12 16:01:36 +00:00
Michael Jerris
fc9450c096 formating
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10681 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-09 17:01:14 +00:00
Michael Jerris
2e05ee65a3 add mod_vmd to modules list
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10634 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-05 21:54:36 +00:00
Brian West
d7298841c3 more wanpipe removal please see openzap or join the #openzap irc channel on irc.freenode.net
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10025 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-15 16:53:04 +00:00
Anthony Minessale
f07c53017c integrate mod_managed into make swigall and fix mod_managed linux build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9815 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-03 18:40:01 +00:00
Michael Jerris
54ef5547a7 move mod_timezone functions into core (part 3/3)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9740 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-29 17:17:26 +00:00
Brian West
f4842c4ff7 add loopback
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9690 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-28 01:27:04 +00:00
Anthony Minessale
6c3aa9c7c6 add proper notification of a vm message being too short
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9615 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-22 17:35:22 +00:00
Anthony Minessale
fc9c08c27e add voicemail forwarding 'needs make vm-sync after update'
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9485 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-08 21:56:07 +00:00
Anthony Minessale
0214292463 don't require another configure when you just change the sound files version
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9480 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-08 18:10:28 +00:00
Michael Jerris
c986bb4406 spandsp build integration
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9426 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-03 19:44:49 +00:00
Brian West
5d36a1fd4f add to modules.conf.in
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9176 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-25 00:25:42 +00:00
Anthony Minessale
da2e0d710f add mod_snom
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9145 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-23 18:19:56 +00:00
Anthony Minessale
94353fee1a getting this ready
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9109 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-19 15:20:08 +00:00
Brian West
42c821af13 add lua to default build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9006 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-12 19:10:28 +00:00
Anthony Minessale
a3ccefa7e1 snake charming
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8998 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-11 19:42:52 +00:00
Brian West
06583e15e0 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8938 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-08 21:34:49 +00:00
Anthony Minessale
35dc909cf6 Yet Another Mega Labotomy
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8864 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-30 18:56:29 +00:00
Michal Bielicki
872c349fec tweak for gcc build on solaris
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8847 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-26 02:27:32 +00:00
Anthony Minessale
263b226665 add gen_indent.pl
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8687 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-27 04:31:01 +00:00
Anthony Minessale
3c349c274e indent pass 1
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8686 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-27 04:30:03 +00:00
Stefan Knoblich
443c97919e fix -D_GNU_SOURC typo in build/modmake.rules.in ALL_CXXFLAGS
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8650 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-25 22:07:31 +00:00
Anthony Minessale
ef695ddf02 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8567 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-24 01:27:19 +00:00
Stefan Knoblich
2bcd991b46 Add AS_HELP_STRING to options missing it, fix --disable-core-libedit-support value handling after rename (oops)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8371 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-12 19:12:37 +00:00
Stefan Knoblich
0e6bb5f606 ok, sleep helps...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8351 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-10 16:01:27 +00:00
Stefan Knoblich
9c7657f933 Fix modmake.rules include path for real (yes this way s*cks, but escaping the $ does not work...)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8347 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-10 02:32:04 +00:00
Stefan Knoblich
5e9c36e859 Do not expand BASE variable while creating Makefiles for modules (so you can actually move the freeswitch source around after a build)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8346 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-10 01:35:30 +00:00
Brian West
d9fbe7b1ac adding lua and perl to the file
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8255 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-02 21:15:47 +00:00
Anthony Minessale
4fda174f34 reswig
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8252 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-02 18:40:23 +00:00
Stefan Knoblich
5cd4a3d0cb Add quotes (fbsd sh needs them) and check if the command can be executed
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7982 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-03-29 18:56:20 +00:00
Anthony Minessale
4900736291 add space
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7963 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-03-25 20:19:24 +00:00
Anthony Minessale
f0eec73230 add more sound-install targets
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7962 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-03-25 19:58:24 +00:00
Brian West
d86185c4ae tweak, Thanks you Andrew
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7947 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-03-20 13:42:42 +00:00
Michael Jerris
258af33e74 we moved this to the init file instead as you allways need it
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7935 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-03-19 18:36:56 +00:00
Michael Jerris
7ab6dd8999 let sysconfig override
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7933 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-03-19 17:48:05 +00:00
Michael Jerris
a686c77596 cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7932 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-03-19 17:37:18 +00:00
Michael Jerris
f75927e4d9 cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7931 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-03-19 17:21:30 +00:00
Michael Jerris
bd07c59de3 cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7930 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-03-19 16:56:24 +00:00
Michael Jerris
cd7cfc202f redhat init file tweak from Andrew... thanks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7926 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-03-19 15:18:19 +00:00
Anthony Minessale
67d310d527 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7880 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-03-12 13:43:52 +00:00
Anthony Minessale
35538e2cbe add
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7714 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-20 22:25:31 +00:00
Anthony Minessale
bee19c5158 update banner
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7699 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-19 18:09:38 +00:00
Michael Jerris
210e9d34dc tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7698 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-19 13:32:40 +00:00
Michael Jerris
bd09dd9707 add banners to the end of make and make install
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7696 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-19 04:08:17 +00:00