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