Anthony Minessale
|
82be2101db
|
change hangup method
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4574 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-12 20:16:44 +00:00 |
|
Brian West
|
08d15071a4
|
fix spelling, Everyone do not forget to thank Mike for all his hard work.. he need sleep now. ;) ./applications/mod_enum/Makefile
./asr_tts/mod_cepstral/Makefile
./asr_tts/mod_lumenvox/Makefile
./codecs/mod_amr/Makefile
./codecs/mod_g711/Makefile
./codecs/mod_g722/Makefile
./codecs/mod_g723_1/Makefile
./codecs/mod_g726/Makefile
./codecs/mod_g729/Makefile
./codecs/mod_gsm/Makefile
./codecs/mod_ilbc/Makefile
./codecs/mod_lpc10/Makefile
./codecs/mod_speex/Makefile
./directories/mod_ldap/Makefile
./endpoints/mod_dingaling/Makefile
./endpoints/mod_iax/Makefile
./endpoints/mod_portaudio/Makefile
./endpoints/mod_sofia/Makefile
./endpoints/mod_wanpipe/Makefile
./event_handlers/mod_cdr/Makefile
./event_handlers/mod_xmpp_event/Makefile
./event_handlers/mod_zeroconf/Makefile
./formats/mod_shout/Makefile
./formats/mod_sndfile/Makefile
./languages/mod_mono/Makefile
./languages/mod_perl/Makefile
./languages/mod_python/Makefile
./languages/mod_spidermonkey/Makefile
./languages/mod_spidermonkey_core_db/Makefile
./languages/mod_spidermonkey_etpan/Makefile
./languages/mod_spidermonkey_odbc/Makefile
./languages/mod_spidermonkey_skel/Makefile
./languages/mod_spidermonkey_teletone/Makefile
./xml_int/mod_xml_curl/Makefile
./xml_int/mod_xml_rpc/Makefile
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4564 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-12 05:17:17 +00:00 |
|
Brian West
|
d60866b9bc
|
OSARCH isn't set right but this will build now.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4563 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-12 05:13:43 +00:00 |
|
Michael Jerris
|
514bde18c7
|
an attempt to simplify the module make files. More changes to come on the modules building soon
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4562 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-12 04:21:54 +00:00 |
|
Brian West
|
52b40252ef
|
changed usigned char
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4561 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-12 02:38:55 +00:00 |
|
Michael Jerris
|
a9ff1022d7
|
fix include paths and makefiles
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4559 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-11 16:24:34 +00:00 |
|
Michael Jerris
|
a072ce8a58
|
no need to install, no need for buildlib.sh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4558 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-11 15:36:04 +00:00 |
|
Michael Jerris
|
c057f720d6
|
mod_gsm needs to find it's lib and headers, no need to install
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4554 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-11 15:03:46 +00:00 |
|
Michael Jerris
|
af9898658c
|
configure runs through fine now, and allmost everything builds and runs again
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4552 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-11 14:36:33 +00:00 |
|
Michael Jerris
|
ee3fc89f69
|
move all the in tree libs to use subst of the core configure, move all module builds to link with libtool to the .la, static when possible
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4548 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-11 14:03:58 +00:00 |
|
Brian West
|
76c6d4e3cb
|
check in mod_shout can only write so far still gotta add read
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4511 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-11 03:09:36 +00:00 |
|
Michael Jerris
|
499fba1651
|
fix sqlite cdr build with new sqlite wrapper in the core, exposing all the necessary functions. Add sqlite cdr to the windows build.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4505 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-10 21:57:02 +00:00 |
|
Anthony Minessale
|
2df583650f
|
cleanup some stuff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4498 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-09 23:51:52 +00:00 |
|
Michael Jerris
|
42e78242a3
|
add wrapper code to fully encapsulate apr, apr-utils, pcre, and sqlite. fully use switch_ namespace in modules, create our own format and type defines. follow up commit for unix autotools coming soon after this. PLEASE NOTE: you will NEED to do a make megaclean and run configure again after this update (and the following commit) or it will not build.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4494 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-09 20:44:13 +00:00 |
|
Anthony Minessale
|
2d78da120a
|
avoid races in super high volume of no media calls
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4493 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-09 20:37:30 +00:00 |
|
Anthony Minessale
|
66b2dac75e
|
send 503 reply on failed alloc
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4491 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-09 17:38:58 +00:00 |
|
Anthony Minessale
|
aaf747641a
|
tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4488 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-09 01:15:54 +00:00 |
|
Michael Jerris
|
9d84542d39
|
windows build fix.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4486 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-08 22:58:16 +00:00 |
|
Anthony Minessale
|
5ccdfc78f0
|
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4485 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-08 22:18:33 +00:00 |
|
Michael Jerris
|
0cbd3555b6
|
add some very basic stun support to ext-sip-ip. please consider this support as testing only, may change syntax or be removed in the future.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4484 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-08 20:05:09 +00:00 |
|
Michael Jerris
|
74717fcbd0
|
msvc build tweaks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4483 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-08 16:43:16 +00:00 |
|
Anthony Minessale
|
5a166b4ba3
|
test patch
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4482 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-08 16:09:57 +00:00 |
|
Anthony Minessale
|
752a51915e
|
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4479 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-08 02:52:31 +00:00 |
|
Michael Jerris
|
cc0ea39446
|
fix msvc build.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4478 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-08 02:31:34 +00:00 |
|
Anthony Minessale
|
5e2d7dfc12
|
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4477 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-08 01:30:52 +00:00 |
|
Anthony Minessale
|
9a56887476
|
earier patch to hide warning in cepstral does more bad than good so I guess the error is better
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4475 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-08 00:04:04 +00:00 |
|
Anthony Minessale
|
70db8abf67
|
update contd
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4474 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-07 23:48:02 +00:00 |
|
Anthony Minessale
|
13c9b4779a
|
wip
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4473 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-07 23:24:09 +00:00 |
|
Anthony Minessale
|
e5251932fd
|
you can't handle the truth
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4472 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-07 22:30:29 +00:00 |
|
Anthony Minessale
|
54d483c4f5
|
fix fatal include
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4471 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-07 22:17:02 +00:00 |
|
Anthony Minessale
|
c8dfa63c82
|
update wip
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4470 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-07 21:21:42 +00:00 |
|
Anthony Minessale
|
3ba066029c
|
a need a drink
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4469 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-07 20:23:14 +00:00 |
|
Anthony Minessale
|
7bae5bcfb9
|
wtf
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4468 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-07 20:06:47 +00:00 |
|
Anthony Minessale
|
e678896404
|
sigh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4467 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-07 20:06:15 +00:00 |
|
Anthony Minessale
|
64e07112cb
|
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4466 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-07 19:41:15 +00:00 |
|
Anthony Minessale
|
5131ee1cae
|
add management interface and some rtp goodies
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4464 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-07 18:34:22 +00:00 |
|
Anthony Minessale
|
30a9513b5a
|
more conference fixes
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4462 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-07 00:53:51 +00:00 |
|
Anthony Minessale
|
feb323e04d
|
fix logic bug in conference
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4461 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-06 21:19:32 +00:00 |
|
Anthony Minessale
|
29eabfe73d
|
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4459 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-06 04:59:20 +00:00 |
|
Anthony Minessale
|
3ee9acdd7d
|
trick cepstral into not printing a warning on the console
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4457 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-06 02:54:47 +00:00 |
|
Anthony Minessale
|
b813cac121
|
make timer in conference match channel not conference thread so we can generate timestamps
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4456 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-06 02:52:11 +00:00 |
|
Anthony Minessale
|
8f0580cd73
|
now with rollover
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4455 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-06 01:19:41 +00:00 |
|
Michael Jerris
|
ec3fcde87d
|
change switch_core_timer_next to return switch_status_t, update all users to new usage, add some error checking to mod_conference so that it bails out of the loops more gracefully on shutdown.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4454 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-05 23:18:29 +00:00 |
|
Anthony Minessale
|
1b5fe10277
|
change a few things to allow timers to generate timestamps
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4452 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-05 20:53:54 +00:00 |
|
Michael Jerris
|
20fdbff0ba
|
constification
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4449 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-05 06:56:13 +00:00 |
|
Michael Jerris
|
366b341be4
|
add a bit more null handling in mod_sofia.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4448 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-05 06:04:37 +00:00 |
|
Michael Jerris
|
a350673954
|
constify some xml functions
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4447 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-05 05:49:52 +00:00 |
|
Michael Jerris
|
36d5176312
|
add color support to console in windows. Note, I don't like the colors I chose, if someone comes up with better ones, I'd be happy for the patch.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4446 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-04 22:19:39 +00:00 |
|
Brian West
|
bd6720df94
|
Please besure to do "make sure" this should fix the assert people were getting on ALL channel drivers.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4438 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-03 21:02:02 +00:00 |
|
Brian West
|
c819f90a16
|
woops
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4437 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-03-03 20:30:10 +00:00 |
|