Commit Graph

346 Commits

Author SHA1 Message Date
Brian West
8a5b66b4b9 update docs %nojira 2015-07-06 16:23:00 -05:00
Michael Jerris
2cc0348422 FS-7635: remove msvc 2005 2008 and 2010 non working build systems. There are now multiple more recent (3 different ones) and some free versions of the compiler that can be used. 2015-06-10 16:33:14 -04:00
Ken Rice
02a0a2a068 FS-7607 #resolve #comment Update URLs to reflect https protocol on freeswitch.org websites and update additional URLs to avoid 301 redirects. 2015-06-03 15:23:40 -05:00
Seven Du
8e417c4566 add Seven Du to AUTHORS 2015-05-28 12:47:17 -05:00
Ken Rice
7add4b25db Add ClueCon URL 2015-03-30 14:35:55 -05:00
Brian West
64c10e04c1 Fix URL 2015-03-12 11:43:07 -05:00
Antonio Eugenio Burriel
23b10d5da3 Get ordering of dates in Spanish right (dd-mm-yyyy)
1. Switch from mm-dd-yyyy to dd-mm-yyyy
2. Insert "de" (Spanish for "of") preposition.
3. Document this new voice recording "of.wav".

As reported in FS-7279.
2015-02-16 17:45:44 +01:00
Ken Rice
6cbcb6ef00 small tweaks to trigger bamboo 2015-02-04 16:57:22 -06:00
William King
b368a75593 Fixing a typo, and updating the weekly conference call link in the SubmittingPatches doc 2014-12-27 18:49:55 -08:00
Ken Rice
5ae9e6c988 update URLs in this document 2014-12-24 10:37:34 -06:00
Ken Rice
221af936d8 bump freeswitch verson in doxygen conf 2014-09-25 08:19:51 -05:00
Travis Cross
4dc7f92aff Update document to HTTPS URLs 2014-09-19 06:38:35 +00:00
Travis Cross
10c8403689 Document guidelines for proposing a new module 2014-09-19 04:38:48 +00:00
Brian West
79b3cdfc96 update to strong hash and keysize 2014-09-18 17:54:25 -05:00
Travis Cross
393c7c3e97 Update our contributor guidelines for PRs 2014-09-18 21:44:37 +00:00
Travis Cross
b92ad9bbb5 Escape a literal pound for Markdown
Markdown treats this as an H1 otherwise.
2014-09-18 21:14:52 +00:00
Travis Cross
b7b01d0144 Make example commit look like git log output
This makes it visually clearer what the reader is looking at and
highlights that we want a real name as the author name.
2014-09-18 21:10:18 +00:00
Travis Cross
c166afb676 Use preformatted text for example commit message
We want to highlight that lines are hard wrapped in a commit message,
and using the typical Markdown blockquote syntax fails to achieve
that.
2014-09-18 21:09:58 +00:00
Travis Cross
58110da870 Document policy against merges in a feature branch 2014-09-18 20:02:19 +00:00
Travis Cross
527016cdec Fix straggling reference to old commit hooks 2014-09-18 19:50:25 +00:00
Travis Cross
718e3c6583 Document our deviations from commit guidelines 2014-09-18 19:48:25 +00:00
Travis Cross
1379a2cc9f Document some guidelines for creating commits 2014-09-18 18:34:36 +00:00
Travis Cross
19e0de9049 Document how to setup git correctly 2014-09-12 17:42:25 +00:00
Travis Cross
6d1469d2fb Describe how to hard-wrap text in Emacs 2014-08-21 20:37:08 +00:00
Brian West
ed7aa96778 Notes on how to make a CA and setup up everything quick and dirty style 2014-07-25 11:08:16 -05:00
Travis Cross
a537d80372 Add new module: mod_prefix
mod_prefix is an in-memory data store optimized for fast lookups
according to the longest prefix match (LPM) rule.

Tables of key-value string pairs in JSON format can be loaded at
startup via configuration and at runtime via the API.

The implementation uses a bitwise trie (aka binary prefix tree), so
arbitrary string keys are supported.
2014-07-22 15:28:31 +00:00
Ken Rice
d3a459beb1 FS-6665 #comment test commit 2014-07-18 12:24:47 -05:00
Ken Rice
8d11e8abb1 git.freeswitch.org is DEAD... Long Live git via http://stash.freeswitch.org 2014-07-15 17:34:16 -05:00
Travis Cross
0efcc9b973 Update SubmittingPatches doc for JIRA smart commits 2014-07-02 18:37:11 +00:00
William King
b5a7bbec7f spelling 2014-04-01 20:14:55 -07:00
Travis Cross
5110ee8008 Add some notes on how to give back to the project 2014-04-01 21:38:14 +00:00
Travis Cross
f9d065cda3 Use system libyaml for mod_yaml
FS-353
2014-03-26 19:27:22 +00:00
Travis Cross
cde20f6fe6 Require sqlite as a system dependency
This purges sqlite from our tree and requires it to be present on the
system for building and running FreeSWITCH.

FS-353
2014-03-24 12:54:49 +00:00
James Le Cuirot
8574988c3a Completely unbundle libedit
FS-353

Signed-off-by: Travis Cross <tc@traviscross.com>
2014-03-24 12:39:59 +00:00
Travis Cross
1470622292 Require libcurl as a system dependency
This purges libcurl from our tree and requires it to be present on the
system for building and running FreeSWITCH.

FS-353
2014-03-20 21:15:29 +00:00
James Le Cuirot
b283db6319 Completely unbundle speex
FS-353

Signed-off-by: Travis Cross <tc@traviscross.com>
2014-03-20 15:28:25 +00:00
James Le Cuirot
e85f06ee2f Completely unbundle pcre
FS-353

Signed-off-by: Travis Cross <tc@traviscross.com>
2014-03-20 15:28:23 +00:00
Michael Jerris
1c5e61447b move libs/stfu into the core, as it is not really a lib 2014-03-17 09:44:14 -04:00
Travis Cross
05214931fb Add man page for freeswitch
This man page is written in ronn format (package ruby-ronn on Debian)
which is a subset of markdown that can be converted to nroff man
pages, HTML, and other formats.
2014-02-21 15:27:47 +00:00
Brian West
1c3001f8dd FS-2999 --resolve 2014-02-17 15:30:12 -06:00
Travis Cross
2ac90c4165 Add some debugging notes to our docs/ 2014-01-21 05:45:19 +00:00
Peter Olsson
b762332669 Initial commit of mod_v8 2014-01-14 15:38:41 +01:00
Travis Cross
58d0d3d4a8 Cleanup whitespace 2013-12-10 18:19:55 +00:00
Michael S Collins
c1e19690d1 Add missing vm- sound prompts to phrase_en.xml 2013-09-19 15:39:07 -07:00
Michael S Collins
513f24e67d Add missing IVR prompts to phrase_en.xml 2013-09-19 15:12:39 -07:00
Travis Cross
8fd514df6b Tweak style and content of last commit
The directions here anticipate planned improvements to our JIRA bot to
allow issues to be resolved by placing the JIRA directives in the body
of the commit message.
2013-08-02 14:37:54 +00:00
Mariusz Czułada
76f3cb5b46 Describe patches related to JIRA issues 2013-08-02 14:19:50 +00:00
Travis Cross
82f2ea07df Add docs/SubmittingPatches to document our process
This document is intended to get new people started with how to create
and submit source code patches to us.  It attempts to demonstrate our
workflow as well as some best practices.
2013-07-24 19:37:29 +00:00
Michael S Collins
56f68be4e6 Update phrase_en.xml for sounds version 1.0.23 2013-06-12 12:54:39 -07:00
Michael S Collins
c88059c5a8 More to-be-recorded phrases. 2013-05-31 11:44:58 -07:00