404 Commits

Author SHA1 Message Date
Marc Olivier Chouinard
f8abd0cc1d Fix bootstrap from the removal of mod_html5 in previous commit and cleanup some other reference to it 2013-10-16 19:49:55 +00:00
Michael Jerris
40111509d7 FS-5819: configure fix for new clang detection and adjust cflags for building with newest clang 2013-10-15 09:16:58 -07:00
Ken Rice
1f9a22b43d Rev Bump 2013-10-14 11:18:40 -05:00
Ken Rice
47d35790bd Make this a warning not an error. libuuid and its associated dev packages are HIGHLY recommended. 2013-07-05 10:12:59 -05:00
Ken Rice
28f0ade282 fix libuuid detection 2013-07-04 22:03:38 -05:00
Raymond Chandler
eb19191c88 add missing modules 2013-07-03 14:56:01 -04:00
Mathieu Parent
c9e09cf78a Revert local stuff from previous commit 2013-06-07 07:26:04 +00:00
Chris Rienzo
ef785c6e9b 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-07 01:08:09 +00:00
Chris Rienzo
5feca50770 Added mod_ssml (speech synthesis markup language) ssml:// and tts:// file formats. 2013-06-07 01:08:08 +00:00
Anthony Minessale
32171aa94c add mod_b64 2013-06-07 00:51:35 +00:00
Raymond Chandler
f0853c6eca add number translation module 2013-06-06 19:15:17 +00:00
Mariusz Czułada
d2f9f68367 Do not make mod_say_pl by default 2013-06-06 18:53:30 +00:00
Mathieu Parent
b36ad82da7 Don't create a new session when pressing speeddial
Fixes #FS-5259 (Thanks to Nathan Neulinger for the patch)
2013-05-31 15:10:42 -05:00
Ken Rice
b399b3363c 1.2.10 Release 2013-05-20 11:07:35 -05:00
William King
62027c9e7e Add mod_xml_radius to the modules list, though disabled by default. 2013-05-18 20:50:12 -07:00
Ken Rice
7adad5ae08 bump 2013-03-30 00:21:20 -05:00
Ken Rice
73a07e41c0 release FreeSWITCH 1.2.7 2013-03-06 15:24:36 -06:00
Ken Rice
9aa3566c66 release FreeSWITCH 1.2.6 2013-03-06 11:00:04 -06:00
Ken Rice
bd27701872 Revert "bump rev"
This reverts commit a4247651ca6808b18d57167e5a7aa799a231966d.
2013-02-25 21:15:14 -06:00
Ken Rice
a4247651ca bump rev 2013-01-04 15:45:59 +00:00
Ken Rice
d74bef3f2f bump the rev here... please note, that its may or may not be the next rev... 2012-12-06 17:10:12 +00:00
Ken Rice
71184fc104 merge fixes 2012-11-21 06:33:40 +00: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
Ken Rice
89e163a100 release FreeSWITCH 1.2.4 2012-11-07 06:43:15 +00:00
Anthony Minessale
03c981bf72 add smaller banner for teeny tiny terminals 2012-09-24 14:59:09 -05:00
Michael Jerris
4ff9b2f102 revert fb2ffbafe29beaf5c2b148e0131307e8569886ef 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 f8be71ac6df5dc17a9bb67662c59b01da7a46884.

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