Commit Graph

85 Commits

Author SHA1 Message Date
Michael Jerris 05803c04d8 remove duplicate
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15883 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 22:27:02 +00:00
Michael Jerris 6e47cc4286 add missing modules to modules.conf (FSBUILD-214)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15879 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-10 21:41:44 +00:00
Michael Jerris 365ee47f45 add mod_say_hu to trunk from csecket branch
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15622 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-23 17:27:22 +00:00
Brian West 827e9abb5a modules.conf.in addition of mod_bv
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15576 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-20 19:24:00 +00:00
Anthony Minessale 3e4e2ee7b9 let there be valet parking....
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15072 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-10-03 23:59:01 +00:00
Marc Olivier Chouinard 54038e9975 mod_directory: New Search by Name Directory IVR (MODAPP-325)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14984 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-25 19:48:46 +00:00
Michael Jerris b7b88fabfc add mod_cidlookup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14930 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-20 22:14:52 +00:00
Brian West ef0cf6a998 build unimrcp after sofia
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14507 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-08-13 15:02:10 +00:00
Michael Jerris acac48a1ef move mod_http to contrib, add mod_curl to modules.conf
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14115 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-07-02 15:53:36 +00:00
Michael Jerris b9f2bdfbe0 allow comments (using ##) in modules.conf
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14093 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-07-01 20:27:00 +00:00
Michael Jerris 2ddb4079f3 add russian language support and makefile targets
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14091 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-07-01 19:58:40 +00:00
Raymond Chandler 7b66f843ee add experimental modules section to modules.conf.in
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14062 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-30 20:30:29 +00:00
Raymond Chandler 216c5374b5 long lost module
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13899 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-22 22:34:00 +00:00
Brian West 44ab48caa6 adding to modules.conf.in
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13798 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-16 23:11:45 +00:00
Brian West 53bd7259cd adding siren to the default build and install
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13470 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-27 18:34:13 +00:00
Michael Jerris 7a90f26eb2 add to build template
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13462 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-05-27 05:18:57 +00:00
Anthony Minessale e223c655b8 Stings of files
method 1 high level (core most funcs that use switch_ivr_playback)

Delimiter is set by a var which also enables the parser 
<action application="set" data="playback_delimiter=!"/>
<action application="set" data="playback_sleep_val=500"/>
<action application="playback" data="/ram/sr8k.wav!/ram/swimp.wav"/>

method 2 low level (mod_file_string lower level code that uses direct file handles)

Delimiter is always !
<action application="playback" data="file_string:///ram/sr8k.wav!/ram/swimp.wav"/>



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13182 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-28 23:46:18 +00:00
Anthony Minessale 696bf57c1f clue choo
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13069 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-17 03:05:33 +00:00
Brian West af07cc2e85 add mod_say_ru to modules.conf.in
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13037 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-15 17:05:36 +00:00
Anthony Minessale 4fe03913d3 MODAPP-260
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13035 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-15 16:54:54 +00:00
Mathieu Rene 0482e82ce7 Add mod_memcache (commented) to modules.conf.in
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12955 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-08 21:24:43 +00:00
Andrew Thompson ea0316b80f FSBUILD-142 (with approval from MikeJ)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12587 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-12 19:54:20 +00:00
Michael Collins e3d289ff9b Add commented out mod_http to modules.conf.in
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12364 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-03 00:28:16 +00:00
Brian West bf99e33054 add skypiax to modules.conf.in
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12168 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-19 20:58:35 +00:00
Brian West 06b76fe387 add here too
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11972 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-12 22:45:34 +00:00
Brian West 2ea1295487 adding to modules.conf.in
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11668 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-06 18:27:40 +00:00
Raymond Chandler 4cad3726da add mod_lcr to modules.conf
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11184 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-14 03:00:37 +00:00
Brian West dfb4f3a60a bye bye
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11179 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-01-14 00:25:45 +00:00
Ken Rice 986b5a2970 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10931 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-23 21:52:50 +00:00
Anthony Minessale df5909368f add mod_celt
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10842 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-17 01:55:06 +00:00
Brian West 346ae3b907 w00t
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10740 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-12 19:09:39 +00:00
Anthony Minessale a0e6c07b86 edit default file to include mod_opal
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10736 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-12 16:47:13 +00:00
Brian West 1220bbcff2 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10732 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-12 16:01:36 +00:00
Michael Jerris 2e05ee65a3 add mod_vmd to modules list
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10634 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-05 21:54:36 +00:00
Brian West d7298841c3 more wanpipe removal please see openzap or join the #openzap irc channel on irc.freenode.net
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10025 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-15 16:53:04 +00:00
Michael Jerris 54ef5547a7 move mod_timezone functions into core (part 3/3)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9740 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-29 17:17:26 +00:00
Brian West f4842c4ff7 add loopback
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9690 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-28 01:27:04 +00:00
Michael Jerris c986bb4406 spandsp build integration
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9426 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-03 19:44:49 +00:00
Brian West 5d36a1fd4f add to modules.conf.in
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9176 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-25 00:25:42 +00:00
Anthony Minessale da2e0d710f add mod_snom
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9145 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-23 18:19:56 +00:00
Anthony Minessale 94353fee1a getting this ready
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9109 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-19 15:20:08 +00:00
Brian West 42c821af13 add lua to default build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9006 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-12 19:10:28 +00:00
Brian West 06583e15e0 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8938 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-08 21:34:49 +00:00
Anthony Minessale 35dc909cf6 Yet Another Mega Labotomy
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8864 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-30 18:56:29 +00:00
Brian West d9fbe7b1ac adding lua and perl to the file
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8255 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-02 21:15:47 +00:00
Anthony Minessale 983a0ba3df move L16 and g711 into the core
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7670 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-18 19:43:57 +00:00
Michael Jerris d5aaa00001 switch to use mod_voipcodecs and pull old mod_g722, mod_g726, mod_gsm (mod_g711 should not be used now unless your not using mod_voipcodecs)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7664 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-18 16:10:34 +00:00
Brian West f4bbd19232 add video examples to default config
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7590 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-11 21:52:38 +00:00
Brian West 2d29656bf2 Adding mod_voipcodecs using Steve Underwoods voipcodecs library. This isn't default yet.
/b



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7555 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-08 17:13:54 +00:00
Michael Jerris 4e568c7522 add new beta module to the list
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7496 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-02 22:05:33 +00:00