Anthony Minessale
0ac4fbc159
Add mod_xml_curl to modules.conf.in and add parameter change submitted by Bret McDanel (thanks)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3980 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-01-17 17:22:14 +00:00
Anthony Minessale
c8685d483b
add enum to default build
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3954 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-01-13 16:52:11 +00:00
Anthony Minessale
1208268343
add mod_say_en to default modules.conf.in
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3937 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-01-10 17:43:57 +00:00
Michael Jerris
3f73fd47d5
add missing module to modules.conf.in
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3804 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-12-22 21:13:44 +00:00
Anthony Minessale
af5336563a
add odbc support to javascript
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3514 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-12-02 02:41:24 +00:00
Anthony Minessale
4e1d518c0e
spidermonkey has it's own loadable modules now good luck
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3307 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-11-10 21:49:57 +00:00
Michael Jerris
37a7af88a6
typo
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2935 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-10-02 03:07:28 +00:00
Anthony Minessale
62e2b843ee
adios to exosip
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2901 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-09-30 19:16:55 +00:00
Michael Jerris
5e8b85cd34
add missing modules to modules.conf.in
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2893 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-09-30 06:50:27 +00:00
Anthony Minessale
80722357a6
Mega Changes
...
adding mod_park for putting channels in limbo state for remote control.
adding stuff to mod_event_socket to let you do the bgapi <command> <args>
this will let you execute a job in the bg and the result will be sent as an event with an
indicated uuid to match the reply to the command
adding switch_core_port_allocator (to be used soon)
adding "make sure" to do a full rebild of the freeswitch object files
There will be more to this committed as the week progresses
make sure you do a rebuild after this update or you'll be sowwie
./configure && make sure
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2540 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-09-07 03:58:01 +00:00
Anthony Minessale
9c79c2a3fb
Add mod_event_socket remote client module and sample client.
...
To Test:
uncomment or add from modules.conf
make installall again to compile it
uncomment the load line from freeswitch.xml
the default values are to bind to 127.0.0.1 port 8021
telnet to port 8021
enter "auth ClueCon" to authenticate
from here you can do the following:
*) events [xml|plain] <list of events to log or all for all>
*) noevents
*) log <level> // same as the console.conf values
*) nolog
*) api <command> <arg>
*) exit
there is a perl client in scripts/socket called fs.pl
with the module up and loaded:
cd scripts/socket
perl fs.pl <optional log level>
you can enter a few api commands like "show or status"
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2047 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-07-22 21:49:52 +00:00
Anthony Minessale
e73ee221d2
add mod_dptools, for set variable and sleep from the dialplan
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1864 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-07-13 13:20:20 +00:00
Michael Jerris
4306aa63f5
add mod_conference to modules.conf.in
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1800 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-07-09 23:53:51 +00:00
Anthony Minessale
9a43ccab24
add mod_rss
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1551 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-06-06 23:07:37 +00:00
Anthony Minessale
0332cb2652
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1465 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-05-15 16:23:05 +00:00
Anthony Minessale
848ad36200
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1421 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-05-10 17:17:25 +00:00
Anthony Minessale
c11d972848
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1420 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-05-10 17:14:40 +00:00
Anthony Minessale
93666f6dd7
XMLification (wave 1)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1401 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-05-10 03:23:05 +00:00
Anthony Minessale
9e93388543
commit
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1326 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-05-03 16:55:30 +00:00
Anthony Minessale
ccab39a2e7
break some more stuff
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1319 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-05-02 17:42:24 +00:00
Anthony Minessale
453b85ba9f
add ilbc
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1200 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-04-19 19:05:44 +00:00
Anthony Minessale
207ffdfccd
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1190 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-04-18 21:32:43 +00:00
Brian West
559b8ab26c
Gut Logger and put it back modular style
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1117 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-04-11 21:13:44 +00:00
Anthony Minessale
a3e7b59de6
Addition of libdingaling and mod_dingaling to enable jingle support
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@995 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-03-31 19:38:09 +00:00
Anthony Minessale
64507e70ca
icc changes part 1
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@982 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-03-30 23:02:50 +00:00
Michael Jerris
124f7d234c
build tweak
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@795 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-03-08 02:38:38 +00:00
Michael Jerris
ff4c3c1a42
water down default build
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@794 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-03-08 02:18:35 +00:00
Brian West
b77747e0d1
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@719 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-03-01 21:44:42 +00:00
Anthony Minessale
d1f821478b
change modules.conf to be a local-only file that is auto-generated
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@609 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-14 16:42:26 +00:00
Anthony Minessale
4da77ea5c5
hi
...
git-svn-id: http://svn.freeswitch.org/svn/local/src/freeswitch@11 d0543943-73ff-0310-b7d9-9358b9ac24b2
2005-11-12 21:27:19 +00:00