Commit Graph

393 Commits

Author SHA1 Message Date
Ken Rice 9202f0398f Make this a warning not an error. libuuid and its associated dev packages are HIGHLY recommended. 2013-07-05 10:12:45 -05:00
Ken Rice f7fb54d0cd fix libuuid detection 2013-07-04 22:02:47 -05:00
Raymond Chandler b93f35ec76 add missing modules 2013-07-03 14:55:13 -04:00
Michael S Collins f54428c8fd Bump callie_en to 1.0.25 in sounds_version.txt 2013-06-14 08:16:52 -07:00
Chris Rienzo ee2f1d32a4 Added mod_rayo (XMPP 3PCC http://xmpp.org/extensions/xep-0327.html). Used by Adhearsion as its native call control protocol. Currently beta testing. 2013-06-06 16:03:00 -04:00
Chris Rienzo acacb342e8 Added mod_ssml (speech synthesis markup language) ssml:// and tts:// file formats. 2013-06-06 15:34:49 -04:00
William King 50e2098be1 Add mod_xml_radius to the modules list, though disabled by default. 2013-05-18 20:49:51 -07:00
Mariusz Czułada 4fb7adf9a6 Do not make mod_say_pl by default 2013-04-26 10:10:58 +02:00
Mathieu Parent 17408154ee Revert local stuff from previous commit 2013-04-03 20:42:30 +02:00
Mathieu Parent 1d9d7b1196 Don't create a new session when pressing speeddial
Fixes #FS-5259 (Thanks to Nathan Neulinger for the patch)
2013-04-03 20:34:55 +02:00
Raymond Chandler 46768af7cb add number translation module 2013-04-01 21:00:26 -04:00
Anthony Minessale 74a58cd50b add mod_b64 2013-03-31 21:27:27 -05:00
Michael S Collins 41e00c78c5 Bump Callie sounds ver to 1.0.22 2012-11-19 09:50:40 -08:00
Anthony Minessale 36a2fb092d release FreeSWITCH 1.3.3 2012-11-09 11:14:41 -06:00
Anthony Minessale 03c981bf72 add smaller banner for teeny tiny terminals 2012-09-24 14:59:09 -05:00
Michael Jerris 4ff9b2f102 revert fb2ffbafe2 2012-09-24 15:38:06 -04:00
Travis Cross fb2ffbafe2 Add configure flags to moderate the ClueCon nags
The default remains the same: we show the huge ClueCon nag banner on
startup and in fs_cli.

However, if you pass --disable-huge-cluecon-nag, no banner will be
shown.

If you pass --enable-modest-cluecon-nag, a modest text-based ClueCon
reminder will be shown instead.
2012-09-23 07:49:26 +00:00
Travis Cross 53c24a93e0 debian: Add support for humanized version string 2012-09-23 07:49:21 +00:00
Travis Cross 72baa97369 Condense the humanized FS version string
Old:
FreeSWITCH Version 1.3.0+git~20120916T192130Z~3b5aa066c7 (1.3.0; git at commit 3b5aa066c7 on Sun, 16 Sep 2012 19:21:30 Z)

New:
FreeSWITCH Version 1.3.0+git~20120916T192130Z~3b5aa066c7 (git 3b5aa06 2012-09-16 19:21:30Z)
2012-09-23 04:13:04 +00:00
Robert Jongbloed 7ffa4eece4 Allow SVN trunk to be used in buildopal.sh script. 2012-09-19 12:32:29 +10:00
Anthony Minessale f454b79b9b fix color coding to be OS appropriate 2012-08-16 13:04:33 -05:00
Robert Jongbloed cd21b67c1d Updated mod_opal to latest stable OPAL version.
Enhancements to trace logging, include threads and context ID.

Changed default opal_conf.xml to allow more than just G.711 uLaw and not to clutter log file with debug logs.

Added to opal_conf.xml item for "disable-transcoding".

Updated build/buildopal.sh to use correct ./configure items for PTLib, allow for something other than standard install directory for PTLib/OPAL and be able to easily bind to a specific release of PTLib/OPAL.
2012-08-16 14:23:48 +10:00
Anthony Minessale fa5113557b stub for mod_html5 2012-08-13 15:20:41 -05:00
Anthony Minessale 134973187a FS-4092 --resolve 2012-07-23 14:03:53 -05:00
Travis Cross a8019d803c Make version output more human-friendly
Our main version string is designed for release engineering purposes:
it matches file name conventions used for versioned tarballs and the
versions sort lexicographically while containing all pertinent
information.

With this commit we add in parentheses a more human-friendly rendering
of the version string: we spell out the meaning of each field and
render the datetime in RFC 822 notation.
2012-07-20 07:43:26 +00:00
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