Travis Cross
5e3c5db727
Don't show unclean in version string for now
...
Showing whether the git repository is clean at the time of build will
be useful, but currently something in our bootstrap/configure/early
make process is causing the tree to look unclean at just the wrong
moment and clean builds are showing up as unclean.
2012-07-20 05:12:29 +00:00
Anthony Minessale
b6ac33ea80
come to cluecon
2012-07-05 14:27:32 -05:00
Travis Cross
068586f28f
Refactor and check for more errors
2012-06-16 19:32:27 +00:00
Travis Cross
2c634751cc
Don't use perl for portability
...
This amends commit f8be71ac6d
.
This still should resolve FS-4303.
What's going on here is that we need a portable way to access
strftime. date(1posix) doesn't provide enough. And without perl, I
can't think of a better way to get to it than just using C. So the
logic for generating the extended revision has been moved into a small
self-contained and hopefully portable C program.
2012-06-14 22:47:21 +00:00
Travis Cross
82b00ecbc8
don't build mod_ilbc or mod_siren by default
...
Our default build probably shouldn't include non-free software. With
mod_ilbc, the licensing situation is merely ambiguous. With
mod_siren, the user can't use this code without getting explicit
permission from Polycom (though it is apparently easily given).
2012-05-30 15:10:00 +00:00
Travis Cross
be3ee2404c
reindent
2012-05-28 12:24:46 +00:00
Ken Rice
e120f4b359
--resolve FS-4234
2012-05-21 09:58:02 -05:00
Travis Cross
efc6f16cef
build: add convenience script to set version in configure.in
2012-05-15 05:05:22 +00:00
Anthony Minessale
172e4a3041
FS-4183 here is a start, it still needs some work but here are the basic components, initially I am using the algorithim we use to generate artifical silence (static) and using one of those values to sleep a certian number of microseconds plus the cumulative bytes of events but i bet there is still some predictability in there so it needs some more
2012-05-14 06:58:41 -05:00
William King
916624c58b
Adding mod_vlc as a commented out option into modules.conf.
2012-05-13 10:33:19 -07:00
Anthony Minessale
5cf33770e1
add conf for mod_xml_scgi
2012-05-09 14:09:52 -05:00
Travis Cross
42dab83966
ci: add automatic mechanism for determining next version number
2012-05-08 16:42:12 +00:00
Ken Rice
7a147e4762
Update a ton of copyright statements to make sure the dates are proper
2012-04-25 17:14:55 -05:00
Travis Cross
59d08bd033
getsounds.sh: style tweaks
2012-04-25 08:59:12 +00:00
Travis Cross
9a2b82dace
getsounds.sh: add mode-line and reindent
2012-04-25 08:59:12 +00:00
Travis Cross
7821e8ad9d
getsounds.sh: avoid copying sound files
2012-04-25 08:59:12 +00:00
Travis Cross
a3367b2da2
getsounds.sh: adjust last commit
2012-04-24 05:12:07 +00:00
Travis Cross
0ec4e82664
getsounds.sh: look for a locally-cached copy first
...
This lets you specify a FS_SOUNDS_DIR in which to look for the sound
tarballs. This makes it easier to use git clean -fdx without
downloading the sounds every time.
2012-04-24 05:09:41 +00:00
Travis Cross
c5d88190bb
alphabetize modules in build/modules.conf.in
2012-04-04 17:24:55 +00:00
Ken Rice
394a59c512
FS-4042 fix a file path
2012-03-29 16:14:54 -05:00
Ken Rice
e7d047242f
centos: rework CentOS spec files
...
* break out modules
* conform to FHS
* support CentOS v5
2012-03-24 04:52:58 +00:00
Travis Cross
badd59bc37
FS-3990 --resolve rework file type checking in getlib routine
...
Luke Weber reports that OS X's sed utility is broken.
2012-03-15 00:07:05 +00:00
Travis Cross
a6f7ad07ea
bump version of callie sounds
2012-03-07 20:27:10 +00:00
SwK
ea975c3db1
FS-3630 --resolve
...
Fix up the autoconf macro to properly use the linker flags for a
statically linked library.
2012-02-28 19:21:04 -05:00
Anthony Minessale
94bcd55e4b
forgot to push this from last commit
2012-01-24 17:14:46 -06:00
Anthony Minessale
726842cb6c
add conf for last commit
2012-01-23 14:56:01 -06:00
Anthony Minessale
bc8cbee1fb
mod_httapi.c -- HT-TAPI Hypertext Telephony API (Twillio FreeSWITCH style)
2012-01-05 15:17:59 -06:00
Marc Olivier Chouinard
316a4bd9d7
mod_esl: New module. Allow to Passtruth API command to a remote FS via ESL. First api doesn't keep a persistant connection to farend server explaining the name single_esl. Future version will include settings to keep connections alive for multiple performance
2011-12-28 10:31:16 -05:00
Marc Olivier Chouinard
77d324f70e
mod_abstraction: New module. Currently implement API abstraction. Allow to simplify/standarize API name. Initially built for mod_voicemail_ivr. Allow to use scripting language as VM Storage by binding an API with specific argument to an different api call like python and send to it argument initially provided.
2011-12-27 19:53:21 -05:00
Marc Olivier Chouinard
17cdf9e1fd
mod_voicemail_ivr: BETA : An alternative voicemail IVR system. It require an API provider for voicemail access that is currently provided by mod_voicemail vm_fsdb API so it can be used simultaneously with mod_voicemail IVR. It currently try to resemble the normal FreeSwitch Voicemail experience. The goal is to expand upon that experience without affecting everyone inproduction user experience.
2011-12-23 19:45:18 -05:00
Anthony Minessale
9d7e9e6742
FS-3731 --resolve
2011-12-01 07:41:18 -06:00
Anthony Minessale
a7238d0b9d
FS-2936 stage 4 these too
2011-11-29 15:38:52 -06:00
Stefan Knoblich
dc66d73c82
FreeSWITCH: Remove and ignore build/config/config.sub (autogenerated)
...
NOTE: Re-bootstrap required!
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2011-11-04 18:58:23 +01:00
Travis Cross
50328a6634
fix getlib support for bz2 and support xz
...
This fixes the build as flite is now bundled as a tar.bz2 archive.
2011-10-30 09:54:17 +00:00
Anthony Minessale
ab26f768b2
fix build file
2011-10-07 08:24:19 -05:00
Anthony Minessale
259a3e9fc3
add to modules.conf.in
2011-09-21 14:33:00 -05:00
Mathieu Rene
3a477c42a0
Add mod_blacklist from contrib.
...
Can be used to maintain lists of numbers and query/modify them with api commands.
Example:
blacklist add <list> <number>
blacklist del <list> <number>
blacklist check <list> <number> (outputs true or false)
2011-09-16 13:58:46 -04:00
Brian West
f0ff97fd7c
FS-3427 --resolve
2011-09-16 16:23:32 -05:00
Daniel Swarbrick
b31ebc9a69
add config file and tweak modules.conf.in for mod_cdr_mongodb
2011-09-07 23:57:44 +02:00
Anthony Minessale
0933a34369
RTMP as easy as A.B.C. Avant-Garde Solutions Inc. -- Barracuda Networks Inc. -- ClueCon! http://www.cluecon.com
2011-06-13 12:52:16 -05:00
Michael S Collins
2b1b19bf74
Bump ru sounds to 1.0.13
2011-06-07 12:07:44 -07:00
Anthony Minessale
45e964518f
cleanup
2011-05-13 15:56:51 -05:00
Michael S Collins
50ce2cae2e
config: bump en sounds version to 1.0.16
2011-05-11 10:52:26 -07:00
Anthony Minessale
3fff309713
FS-3278 --resolve
2011-05-11 11:46:56 -05:00
Anthony Minessale
7064487df2
FS-2936 please test on windows
2011-05-11 10:07:00 -05:00
Michal Bielicki - cypromis
0f6d1aa505
FS3245 move pid var in redhat/centos init file to /var/run/freeswitch/freeswitch.pid, as it gets instaleld to do so
2011-05-02 16:48:09 +02:00
Michael S Collins
c8eaef6057
Bump sounds to 1.0.15
2011-04-12 09:29:44 -07:00
Anthony Minessale
ebd9c83ed6
FS-3211 --resolve
2011-04-01 12:39:39 -05:00
Anthony Minessale
eefdb764cf
merge file_string into dptools
2011-03-29 20:35:34 -05:00
Josh Perry
0629b31c87
Added module to modules.conf source file
2011-03-26 12:46:00 -06:00
Michael Jerris
294b077977
FS-3182: fix mod_dingaling/iksemel/gnutls link error when using newer autotools
2011-03-25 12:17:25 -05:00
Anthony Minessale
cb9cb2b35e
update defaults
2011-03-21 20:52:03 -05:00
Anthony Minessale
8049194488
add defaults to config
2011-03-16 16:22:24 -05:00
Brian West
ef32cc36f5
FS-3118
2011-03-03 09:27:28 -06:00
Anthony Minessale
b61fc39622
add support for bz2 to getlibs
2011-02-21 20:01:01 -06:00
Mike Jerris
17d5211280
add make targets for mod_com_g729 mod_com_g729-activate mod_com_g729-install mod_com_g729-clean mod_com_g729-uninstall
2011-02-14 13:52:55 -06:00
Anthony Minessale
8f565277e3
add mod_opus
2011-02-04 15:33:36 -06:00
Raymond Chandler
48c02b7cd2
test
2011-01-27 16:49:09 -05:00
Raymond Chandler
f8254f8160
test
2011-01-27 16:24:11 -05:00
Daniel Swarbrick
f5dafc9911
add mod_snmp to modules.conf.in and modules.conf.xml (commented out)
2011-01-21 23:42:30 +01:00
Michal Bielicki
90e87a4811
this file is not needed anymore, included in spec file for sounds
2011-01-18 15:27:57 +03:00
cypromis
10b38944f6
updated sounds version in version file
2011-01-18 11:40:37 +01:00
cypromis
54879c381e
added rpm building for callie soundfiles
2011-01-18 11:21:35 +01:00
Anthony Minessale
4fd043e3fb
add mod_fsk
2011-01-10 17:27:01 -06:00
cypromis
ced63c3516
added postgresql cdr module to modules.conf.in (commented out )
...
added sqlite cdr module to modules.conf.in (built by default)
2011-01-03 11:40:49 +01:00
Michael S Collins
c81a944857
lang: Update langs - Add pt_PT, update es to have es_ES and es_MX, update mod_say_es and add mod_say_pt (FS-2937)
2010-12-17 16:16:39 -08:00
Geovani Ricardo Wiedenhoft
5df1683c38
- Notifies the pre_answer
...
- Dialplan examples
- New version of commons
- Priority of contexts
- New K3L install script - getk3l.sh
- CLI return in XML
- More options in GET and SET commands
- Events (ESL) to send/receive SMS.
- fax-adjustment-timeout implemented
- accountcode and language
- Owner destroy
- Destroy wait for resources release
- static const expression
- Hangup cause
2010-12-01 16:40:35 -02:00
Anthony Minessale
bc34a24d4c
get ready for ClueCon 11
2010-11-30 18:35:43 -06:00
Geovani Ricardo Wiedenhoft
45a0fb7b23
Added mod_khomp in modules.conf
2010-10-18 16:24:57 -02:00
Brian West
50e377dc94
add mod to modules.conf.in
2010-09-21 13:00:30 -05:00
Marc Olivier Chouinard
ba09b96d1e
mod_callcenter: Initial commit of the mod_callcenter application.
...
This module is in it early state of developpement. You can see documentation on the wiki at : http://wiki.freeswitch.org/wiki/Mod_callcenter
For support/comments, please use http://jira.freeswitch.org/ and select the MOD CALLCENTER module.
2010-08-13 09:48:37 -04:00
Anthony Minessale
0bff1a411b
clean up indenting in sofia
2010-06-23 13:22:52 -05:00
Mathieu Rene
289b271490
Add mod_redis to modules.conf.in
2010-06-22 00:26:32 -04:00
Rupa Schomaker
0e8a26f840
sync changes in branch rupa_limit
2010-06-19 07:49:34 -05:00
Michael Jerris
f52d736ae0
add debugging information to getsounds.sh
2010-06-08 15:35:07 -04:00
Michael Jerris
493fc64831
optimize configure when using system libcurl
2010-06-08 15:17:55 -04:00
Michael Jerris
63638f34b8
fix path for build
2010-05-31 14:26:31 -04:00
Michael Jerris
988147a70b
change build to use mod_spandsp instead of mod_fax and mod_voipcodecs
2010-05-31 09:57:44 -04:00
Travis Cross
ca0a69a3bb
Bump version of en-us-callie sounds to 1.0.13.
2010-05-28 02:30:49 +00:00
Eric des Courtis
ba829f9842
Added missing entry for mod_avmd into "modules.conf.in"
2010-05-25 16:12:13 -04:00
Michael Jerris
fa9a59a88b
initial checkin of mod_fax/mod_voipcodecs merge into mod_spandsp
2010-05-24 05:38:17 -04:00
Anthony Minessale
a7f74af7d0
add bind method to EventConsumer takes same args as constructor to bind more events to an existing consumer
2010-05-10 13:07:34 -05:00
Brian West
6436e6b242
Check in mod_osp from transnexus thank you.
2010-04-28 22:22:28 -05:00
Moises Silva
394c5d60d2
added commented entry for mod_freetdm in modules.conf.in
2010-04-28 18:20:14 -04:00
Brian West
d18416df8b
cleanup a few things in the swigall
2010-04-01 23:15:53 -05:00
Moises Silva
ee62a4d77f
try again, this time in modules.conf.in
2010-03-31 16:58:31 -04:00
Anthony Minessale
dc1ec0f3d0
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17107 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-25 21:29:04 +00:00
Brian West
7c4f013f48
adding mod_silk commented out in modules.conf.in
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17061 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-20 17:37:34 +00:00
Michael Jerris
0c1071b560
rename
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16989 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-14 22:04:11 +00:00
João Mesquita
c1da705ed3
fs_ivrd init script for redhat/centos.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16981 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-13 22:23:54 +00:00
Raymond Chandler
e575fa6e87
add mod_skinny
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16866 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-02 17:56:49 +00:00
Brian West
4d3dac5b52
FSBUILD-249
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16744 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-23 22:56:54 +00:00
Mathieu Rene
c276b7b744
FSBUILD-240
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16594 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-09 19:18:00 +00:00
Anthony Minessale
886e1ddb4d
run indent on the whole tree and update copyright dates in prep for 1.0.5
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16579 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-06 03:38:24 +00:00
Brian West
0e772ef4ab
no support
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16461 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-22 17:47:08 +00:00
Michael Jerris
0c1ae13da1
move mod_spidermoney build to automake, fix spidermoneky dependencies (I think this really fixes -j builds), move mod_spidermonkey sub modules all under the same source directory and bundle their build together as one
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16333 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-17 05:48:36 +00:00
Michael Jerris
2be15f5be3
tweak
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16288 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-13 20:14:36 +00:00
Michael Jerris
27d3ba50fc
cleanup build banners and fix output when make is not a 4 letter word
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16287 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-13 20:11:47 +00:00
Michael Jerris
130a566342
attempt to properly check if we can use CPU_SET with sched_setaffinity because some older libc had gnu extensions in the definitions of CPU_SET which we do not allow (FSBUILD-226)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16266 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-12 19:23:35 +00:00
Michael Jerris
bd422c31af
attempt to properly check if we can use CPU_SET with sched_setaffinity because some older libc had gnu extensions in the definitions of CPU_SET which we do not allow (FSBUILD-226)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16264 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-12 18:50:02 +00:00
Michael Jerris
ea5c0c2111
attempt to properly check if we can use CPU_SET with sched_setaffinity because some older libc had gnu extensions in the definitions of CPU_SET which we do not allow (FSBUILD-226)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16263 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-12 18:31:13 +00:00
Michael Jerris
68b584063f
add pkgconfig file
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16256 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-12 04:43:39 +00:00
Michael Jerris
38e6a93f79
typo
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16242 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-11 16:36:59 +00:00
Michael Jerris
89ae5f4741
add configure vars for htdocs and grammar dirs
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16239 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-11 15:47:36 +00:00
Michael Jerris
5ccac21dc3
wip move towards adding directory layout control to configure
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16238 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-11 14:36:29 +00:00
Michael Jerris
4e32aaee27
s/bash/sh/
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16024 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-22 20:06:10 +00:00
Brian West
093c43ec91
cleanup
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15992 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-17 21:06:49 +00:00
Brian West
d01143298a
work in progress pending fixes from arsen
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15980 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-16 17:05:34 +00:00
Michael Jerris
3ed90c9bff
typo
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15915 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-11 19:22:40 +00:00
Michael Jerris
d560175648
fix --srcdir builds of modules including make from module dirs in the build dir
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15888 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-11 00:09:06 +00:00
Michael Jerris
691549c293
fix dep rules when calling the automake based module makefiles
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15886 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 22:39:44 +00:00
Michael Jerris
283a01b272
fix make clean on --srcdir builds
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15885 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 22:31:13 +00:00
Michael Jerris
05803c04d8
remove duplicate
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15883 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 22:27:02 +00:00
Michael Jerris
6e47cc4286
add missing modules to modules.conf (FSBUILD-214)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15879 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 21:41:44 +00:00
Michael Jerris
3743e2faab
fix make in module directory to work again (at least for non --srcdir builds)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15872 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 19:02:10 +00:00
Michael Jerris
4ae6b09230
target name dep
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15833 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-07 19:44:12 +00:00
Michael Jerris
4b095aebcb
cleanup Makefile.am based module Makefiles
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15811 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-07 06:47:28 +00:00
Jeff Lenk
05cc65b2e8
add changes for sounds download to allow independent version specific selection
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15777 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-03 19:43:38 +00:00
Michael Jerris
02c7a3acc9
picked the wrong day to stop sniffing glue...
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15745 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-01 22:19:07 +00:00
Michael Jerris
e9e4badcfa
attempt again to fix -std=c99 in cflags
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15740 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-01 19:56:39 +00:00
Michael Jerris
a447162f7d
try to not insert -std=c99 into cflags passed to libs that are not ansi compliant
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15739 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-01 18:24:30 +00:00
Michael Jerris
7c255937c3
pass configure args/vars to sub-configure commands run from module makefiles
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15718 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-30 14:23:09 +00:00
Michael Jerris
b871302d45
a few modules now build with --srcdir (FSBUILD-211)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15709 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-29 08:15:01 +00:00
Michael Jerris
d9a103bd5b
an attempt at working --srcdir builds for the modules. (FSBUILD-211)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15704 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-29 04:58:51 +00:00
Michael Jerris
ea75032a0e
srcdir fixes for modmake.rules (FSBUILD-211)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15644 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-23 23:25:54 +00:00
Michael Jerris
365ee47f45
add mod_say_hu to trunk from csecket branch
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15622 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-23 17:27:22 +00:00
Brian West
827e9abb5a
modules.conf.in addition of mod_bv
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15576 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-20 19:24:00 +00:00
Michael Jerris
dcbb73468b
pass in ar from configure
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15533 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-18 20:45:22 +00:00
Anthony Minessale
3e4e2ee7b9
let there be valet parking....
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15072 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-10-03 23:59:01 +00:00
Marc Olivier Chouinard
54038e9975
mod_directory: New Search by Name Directory IVR (MODAPP-325)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14984 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-25 19:48:46 +00:00
Michael Jerris
b7b88fabfc
add mod_cidlookup
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14930 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-20 22:14:52 +00:00
Brian West
354863b065
more to come
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14818 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-11 02:05:34 +00:00
Brian West
ef0cf6a998
build unimrcp after sofia
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14507 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-08-13 15:02:10 +00:00
Michael Jerris
1d1e3f9559
disable warnings for unsupported compilers as they are conflicting with new sun studio 12
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14442 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-07-31 22:16:42 +00:00
Michael Jerris
acac48a1ef
move mod_http to contrib, add mod_curl to modules.conf
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14115 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-07-02 15:53:36 +00:00
Michael Jerris
2252822031
change lib download paths to use http://files.freeswitch.org
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14106 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-07-02 02:06:15 +00:00
Michael Jerris
b9f2bdfbe0
allow comments (using ##) in modules.conf
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14093 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-07-01 20:27:00 +00:00
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
Michael Jerris
f0e47bb13e
tweak build to fix debuild weirdness
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7692 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-19 01:00:44 +00:00
Michal Bielicki
abbf7fec69
let configure do the libdir insert and not the environment
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7683 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-18 22:21:43 +00:00
Anthony Minessale
983a0ba3df
move L16 and g711 into the core
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7670 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-18 19:43:57 +00:00
Michael Jerris
d5aaa00001
switch to use mod_voipcodecs and pull old mod_g722, mod_g726, mod_gsm (mod_g711 should not be used now unless your not using mod_voipcodecs)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7664 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-18 16:10:34 +00:00
Michal Bielicki
b552cb3a6c
Make libdir and bindir being accepted by libs and modules
...
add a setting called --modinstdir to be able to define where modules get installed
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7663 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-18 14:58:41 +00:00
Brian West
f4bbd19232
add video examples to default config
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7590 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-11 21:52:38 +00:00
Brian West
2d29656bf2
Adding mod_voipcodecs using Steve Underwoods voipcodecs library. This isn't default yet.
...
/b
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7555 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-08 17:13:54 +00:00
Michael Jerris
4e568c7522
add new beta module to the list
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7496 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-02 22:05:33 +00:00
Michael Jerris
3ca7ab1397
fix untar of sounds on non linux (FSBUILD-31)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7117 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-07 08:32:43 +00:00
Brian West
fc431cd5ec
add this to the default build
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7073 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-03 01:35:30 +00:00
Brian West
445da648f2
add tone_stream to default compile
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7041 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-31 18:56:57 +00:00
Michael Jerris
71ffefae4e
change around build order a little
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6978 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-25 16:55:33 +00:00
Michael Jerris
214506e9bc
build by default
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6736 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-13 04:02:45 +00:00