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
William King
4a623c45b5
Merge pull request #231 in FS/freeswitch from ~SEKIL/freeswitch-7412:master to master
...
* commit 'f5e0a879b2c5e035075db2c9441a111020575dea':
JIRA FS-7412. Added new LDAP schema (fsaccount.schema) with relevant attributes to match FS directory params and variables. Changed mod_xml_ldap code to reflect new schema. Updated xml_ldap.conf.xml as well to reflect mapping of new attributes.
2015-06-01 12:46:41 -05:00
Michael Jerris
91a6fc82c0
FS-7338: remove libsndfile from tree, use system lib instead
...
FS-7338: remove libsilk from tree, use system lib instead
FS-7338: change to always use system liblua
FS-7338: remove libbroadvoice from tree, use system lib instead
FS-7338: remove libilbc from tree, use system lib instead
FS-7338: remove libs using system libs from bootstrap
FS-7338: remove libg722_1 from tree, use system lib instead
FS-7338: remove mod_celt, it has be superseded by mod_opus
FS-7338: remove libcodec2 from tree, use system lib instead
FS-7338: remove libopus from tree, use system lib instead
FS-7338: remove libsoundtouch build from tree, use system lib instead
FS-7338: remove flite build from tree, use system lib instead
FS-7338: remove openldap build from tree, use system lib instead
FS-7338: remove libmongoc build from tree, use system lib instead
FS-7338: remove mod_mongo deps that are no longer actually required
FS-7338: remove some dup demo modules and don't include demo code in packages
2015-05-28 12:47:24 -05:00
Ognjen Seslija
f5e0a879b2
JIRA FS-7412.
...
Added new LDAP schema (fsaccount.schema) with relevant attributes to match FS directory params and variables.
Changed mod_xml_ldap code to reflect new schema.
Updated xml_ldap.conf.xml as well to reflect mapping of new attributes.
2015-04-07 18:43:11 +02:00
Anthony Minessale
6eb59c7119
add variable expansion to mod_xml_ldap
2015-04-04 04:39:35 -05:00
Michael Jerris
d17f14efbd
make sure to pass along appropriate configure flags to sub-configure's when cross compiling
2014-10-02 19:25:50 -04:00
Brian West
9a4e29d785
FS-4870
2014-07-09 09:08:05 -05:00
Brian West
4b935e1037
fix automake warnings for var redefined
2014-03-12 15:22:56 -05:00
Michael Jerris
bcd9f49fbe
move applications to use automake
2014-03-07 18:36:12 -05:00
Ken Rice
6e7d5d0897
update copyright header for 2014
2014-02-12 12:08:56 -06:00
Nathan Neulinger
32adc789f6
make noexpandtab explicit in all vim modelines other than xml files
2013-06-25 11:50:17 -05:00
Ken Rice
c5554eb939
Copyright date update.
2012-04-18 11:52:02 -05:00
Marc Olivier Chouinard
4137b360cf
switch_ivr/xml: Change the structure of the phrases/language system. Previously it was fxml->phrases->macros->language->macro. Changed it so fxml->languages->language->phrases->macros->macro
...
You can have sub macros <macros name="voicemail"><macro ...> and allow you to call it login@voicemail.
Change the sound-path to sound-prefix to make it constistant with the rest of freeswitch.
Also allow to set a sound-prefix to a macros, so you can override it for a specific file set.
You can set say-modules="en" or whatever in the <language section to define that say module to use.
2011-04-20 13:09:03 -04:00
Brian West
3734f4cd44
bump copyright date and fix some email and typos from diego.
2011-01-05 10:09:04 -06:00
Michael Jerris
add3ded40a
cleanup C reserved identifer violation (JANITOR-3)
2010-04-26 01:30:51 -04: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
Michael Jerris
837ac8eb3f
fix dependency on Makefile
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15942 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-12 23:43:11 +00:00
Michael Jerris
9e62c6fb9a
upgrade openldap to fix gcc 4.4 build
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15941 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-12 22:31:36 +00:00
Michael Jerris
d8b1f9f163
fix mod_xml_ldap dependencies on Makefile
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15940 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-12 22:25:11 +00:00
Michael Jerris
0cc8d49853
fix mod_xml_ldap build on OS X 10.6
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15931 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-12 02:47:02 +00:00
Michael Jerris
d2cf7f862a
fix --srcdir builds for modules that download libraries mod_flite mod_pocketsphinx mod_celt mod_radius_cdr mod_soundtouch mod_memcache mod_curl mod_xml_ldap mod_shout mod_ldap (FSBUILD-211)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15917 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-11 21:20:02 +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
Anthony Minessale
df7637f687
change switch_strlen_zero to zstr
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15211 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-10-23 16:03:42 +00:00
Brian West
357c93b999
fix vim format line
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14856 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-14 22:03:37 +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
2633fad70e
fixing if's to be correct
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12001 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-13 22:27:05 +00:00
Brian West
ae220d3341
update email
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11643 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-04 21:20:54 +00:00
Michael Jerris
85dcc6d8d1
fix download filename
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10678 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-09 15:59:07 +00:00
John Skopis
4ed15b330e
trying a way to map attrs
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10021 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-15 04:10:06 +00:00
John Skopis
b2a24fc8c1
can "fallback" to h350 style directory
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9982 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-12 02:57:28 +00:00
John Skopis
adab9ce3d7
oops
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9979 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-11 22:54:00 +00:00
John Skopis
00c3b96278
some files
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9978 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-11 22:50:34 +00:00
John Skopis
748a04aebe
(almost) complete rewrite of mod_xml_ldap
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9970 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-11 21:51:14 +00:00
Brian West
e0cdf8172a
more polishing
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9959 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-11 06:19:56 +00:00
Brian West
d0688264c6
if plus a space
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9855 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-06 19:21:59 +00:00
John Skopis
ab7eb03188
Added sasl support.
...
Added support for search filters
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8736 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-01 19:48:20 +00:00
Anthony Minessale
f930eaeec7
indent pass 2
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8689 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-27 04:54:52 +00:00
Stefan Knoblich
7a9b9466c2
mod_xml_ldap: strip -std=c99 from CFLAGS during openldap build (fixes problems w/ arpa/nameser.h on linux) and stop building openldap server components
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8273 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-06 16:03:02 +00:00
Anthony Minessale
5935bfbe2e
fix warnings
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8195 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-25 18:57:52 +00:00
John Skopis
5c20731484
Added patch from stkn__ to cleanup code. Thanks stkn__
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7509 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-04 03:50:45 +00:00
John Skopis
814b6ba0a1
copied Makefile from src/mod/directory/mod_ldap
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7508 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-04 03:49:55 +00:00
John Skopis
03b81c044d
removed directory that shouldn't exist
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7487 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-02 00:22:35 +00:00
John Skopis
1b0d3edbd9
removed unnecessary things
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7486 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-02 00:21:34 +00:00
John Skopis
ea4f8a3d80
correctly import inital copy of mod_xml_ldap
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7485 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-02 00:17:47 +00:00
John Skopis
6f9e8bd7ee
Inital import of mod_xml_ldap
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7484 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-02 00:16:02 +00:00