Anthony Minessale
77bf3ceb5d
Make warnings fatal on modules too
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@612 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-14 17:06:15 +00:00
Anthony Minessale
1ca8985b71
new headers pay off and reveal naughty modules with the wrong function prototype
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@611 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-14 16:59:31 +00:00
Anthony Minessale
bc241ba425
add headers for module funcs to avoid warnings
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@610 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-14 16:53:15 +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
cb463b4e52
Make optional modules.conf that allows you to pick the module load order
...
and to exclude some modules. (see example in trunk/conf)
Make ';' a valid comment in config files
Interpret a line in config files beginning with "__END__" as eof
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@608 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-14 16:26:24 +00:00
Anthony Minessale
176908397b
add zerconf (the howl depend lib needs work sigh)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@606 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-13 23:59:14 +00:00
Anthony Minessale
926bea44eb
valgrind tweaks
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@600 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-13 18:34:39 +00:00
Anthony Minessale
5bf08ed3c6
fix internal state machine session yuckyness
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@599 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-13 17:43:49 +00:00
Anthony Minessale
abde08febc
fix internal state machine session yuckyness
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@598 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-13 17:37:10 +00:00
Michael Jerris
1f820b1c1e
fix build warnings for mod_ldap and add option for linking to the microsoft ldap library instead of openldap.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@596 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-13 13:23:27 +00:00
Anthony Minessale
0137fc0c02
expand configurability of mod_wanpipe
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@593 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-12 20:38:24 +00:00
Anthony Minessale
dfcd404355
get beginning of mod_wanpipe working (sangoma pri)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@588 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-10 22:26:00 +00:00
Michael Jerris
0df19ccd10
add mod_ldap and mod_dialplan_demo to msvc build.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@586 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-10 22:09:20 +00:00
Anthony Minessale
146a819fdf
add dialplan module to use new directory stuff. (you can get dialplan from ldap now)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@582 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-10 02:13:51 +00:00
Anthony Minessale
f09f8b1cd1
fix answer thing in exosip
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@581 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-10 02:09:39 +00:00
Anthony Minessale
1bd8aaa8f1
Add mod_ldap as directory example
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@580 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-09 22:37:44 +00:00
Anthony Minessale
aaa6a4f0b5
forgot to return status in demo global state handler test
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@578 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-09 17:21:21 +00:00
Anthony Minessale
ef6d92ae7d
fix bug 2 (core was hacking the buffer size value)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@576 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-09 17:01:32 +00:00
Anthony Minessale
95fbe70503
Initial framework for directory interface modules (ldap etc)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@575 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-09 16:28:49 +00:00
Michael Jerris
01f0481db1
Build system cleanup, initial piece of automatic build test system (thanks xachen)
...
minor mod- I kept build.sh in the root dir for now.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@560 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-08 00:57:35 +00:00
Michael Jerris
ed310c8d33
switch_state_handler_table renames and msvc build fix.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@557 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-07 22:58:56 +00:00
Anthony Minessale
c5c74474ba
sync
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@556 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-07 22:50:13 +00:00
Anthony Minessale
472e08dd51
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@555 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-07 20:56:16 +00:00
Anthony Minessale
9e85723e3f
Fresh updates (Beware... all coded today)
...
*) Rename *event_handler* to state_handler to avoid confusion with newer eventing engine.
*) Allow application level of state_handler to be layered/stacked (up to 30)
*) Add new core global state_handler stack (also up to 30.. seems reasonable, constant in switch_types.h)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@554 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-07 20:47:15 +00:00
Michael Jerris
66a23ae410
tweak error message to be more specific on failures.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@537 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-02-02 01:26:04 +00:00
Anthony Minessale
597bc093bf
more build stuff
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@505 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-30 21:04:19 +00:00
Anthony Minessale
0d8c8b1e16
de-e speeech
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@499 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-30 16:23:26 +00:00
Anthony Minessale
cc6a88280c
fix ivr
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@497 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-30 16:11:21 +00:00
Anthony Minessale
257a892998
merge jrtplib jthread and jrtp4c into 1 library (thanks mikej)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@495 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-30 15:53:38 +00:00
Anthony Minessale
96f757f362
exosip codec order
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@476 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-29 17:17:22 +00:00
Anthony Minessale
d849abffa3
fix
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@475 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-29 17:02:23 +00:00
Anthony Minessale
0d63ea7df6
fix build of exosip to configure jrtplib properly
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@474 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-29 16:56:05 +00:00
Michael Jerris
f006188a87
Formatting fixes.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@469 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-28 17:38:01 +00:00
Anthony Minessale
6021832880
Windows updates
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@466 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-27 23:47:45 +00:00
Anthony Minessale
3a802221be
fix doxygen
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@463 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-27 22:21:02 +00:00
Anthony Minessale
534db1947e
Add more IVR stuff and a test app (mod_ivrtest)
...
in dialplan (ivrtest <path to file>)
if the file is valid it will play the file and you will be expected to dial digits
until you dial 10 digits or press # or * (* will end the call) (# will repeat the test endlessly)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@462 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-27 21:33:45 +00:00
Anthony Minessale
ca6edf3485
tweak
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@458 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-27 17:36:37 +00:00
Anthony Minessale
17e06cf6bc
Add framework for speech modules (asr/tts)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@457 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-27 16:43:57 +00:00
Anthony Minessale
48ae14726b
make test 'record' app in app_playback.c
...
You are best off doing wav (trust me)
It can record at 8 16 22 and 32 khz if you can manage to have a channel at that speed.
syntax [record /tmp/blah.wav]
dial * to end (dtmf only works in iax and portaudio {beg file to add it to mod_exosip})
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@453 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-27 01:46:14 +00:00
Michael Jerris
954fe31140
initial bits of ilbc codec mod.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@452 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-27 00:48:15 +00:00
Michael Jerris
3bbfb94a22
add switch_ivr.h include to switch.h
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@450 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-26 18:19:48 +00:00
Anthony Minessale
569be50b63
IVR groundwork (move playback into the core and add timing option)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@448 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-26 18:00:27 +00:00
Anthony Minessale
613060fd29
IVR groundwork (move playback into the core and add timing option)
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@447 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-26 17:57:25 +00:00
Anthony Minessale
8f91c29cd9
64 bitness
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@443 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-26 01:04:55 +00:00
Anthony Minessale
217b5e2735
fix switch_core_thread_session_end to not make the channel hangup
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@439 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-25 22:22:41 +00:00
Michael Jerris
92628433da
fix oops (svn merge -r 418:417 http://svn.freeswitch.org/svn/freeswitch/trunk )
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@419 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-20 15:05:05 +00:00
Anthony Minessale
0ea203849f
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@418 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-20 02:02:03 +00:00
Anthony Minessale
1e04eb13b5
indent
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@417 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-20 00:41:30 +00:00
Anthony Minessale
42383b1f15
indent
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@416 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-20 00:40:29 +00:00
Anthony Minessale
9cfa0cf916
optimize pcre and fix autoheadache
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@386 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-14 18:52:11 +00:00
Michael Jerris
b1ab21b5ca
Use pcre static decl in msvc
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@385 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-14 16:55:25 +00:00
Anthony Minessale
2a329aa5e7
make all buffers the same size
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@384 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-14 16:44:52 +00:00
Anthony Minessale
54664b3dab
fix iax and add regex dialplan
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@381 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-14 16:01:52 +00:00
Michael Jerris
b243f79024
add mod_pcre to msvc build. Add building of pcre library.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@380 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-14 15:00:01 +00:00
Anthony Minessale
23f3ad6b19
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@378 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-14 13:22:29 +00:00
Anthony Minessale
6df21105a0
adj
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@372 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-13 15:02:56 +00:00
Anthony Minessale
d6262b4d88
adj
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@371 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-13 14:57:37 +00:00
Anthony Minessale
3ea08be52c
adj
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@370 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-13 14:56:42 +00:00
Anthony Minessale
f8895b687f
adj
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@369 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-13 14:53:26 +00:00
Anthony Minessale
b97846541e
adj
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@368 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-13 14:29:41 +00:00
Anthony Minessale
6fd68f9be8
adj
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@367 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-13 14:28:55 +00:00
Anthony Minessale
a8aa67ea6a
adj
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@365 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-13 14:23:34 +00:00
Anthony Minessale
4afca4dc0b
adj
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@364 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-13 14:19:17 +00:00
Anthony Minessale
8c04df32dc
adj
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@363 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-13 14:18:42 +00:00
Anthony Minessale
6df3390df0
adj
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@362 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-13 14:17:53 +00:00
Anthony Minessale
3c51adb146
adj
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@361 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-13 14:17:33 +00:00
Anthony Minessale
567cfe3637
adj
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@360 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-13 14:16:55 +00:00
Anthony Minessale
51a0943ec7
adj
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@359 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-13 14:16:34 +00:00
Anthony Minessale
32b32095db
adj
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@358 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-13 14:15:37 +00:00
Anthony Minessale
7a26ca312f
adj
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@357 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-13 14:14:45 +00:00
Anthony Minessale
476fea1e5e
adj
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@356 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-13 14:14:13 +00:00
Anthony Minessale
70a95b9adb
adj
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@355 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-13 14:13:55 +00:00
Anthony Minessale
75b2c719c1
adj
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@354 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-13 14:09:16 +00:00
Anthony Minessale
9bf97052f9
adj
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@353 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-13 14:08:37 +00:00
Anthony Minessale
fa13f174a2
adj
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@352 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-13 14:08:04 +00:00
Anthony Minessale
19efd8b45a
adj
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@351 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-13 14:06:58 +00:00
Anthony Minessale
4df7b87479
adj
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@350 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-13 14:06:29 +00:00
Anthony Minessale
f30e11d824
adj
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@349 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-13 14:06:01 +00:00
Anthony Minessale
aa1eecb0c5
adj
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@348 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-13 14:05:18 +00:00
Anthony Minessale
e2f8d1365e
adj
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@347 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-13 14:04:11 +00:00
Anthony Minessale
980a1ec470
grr
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@338 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-13 02:05:39 +00:00
Anthony Minessale
27d6790d3a
wide bans stuff
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@334 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-12 22:07:02 +00:00
Anthony Minessale
e01bd8b6ad
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@332 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-12 21:22:20 +00:00
Anthony Minessale
5aaef9efdd
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@331 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-12 21:01:57 +00:00
Anthony Minessale
c2b1cbfb02
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@329 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-12 20:15:38 +00:00
Anthony Minessale
5340686782
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@328 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-12 20:14:06 +00:00
Anthony Minessale
16abf085dc
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@327 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-12 19:38:26 +00:00
Anthony Minessale
17ec402b74
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@326 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-12 19:12:39 +00:00
Anthony Minessale
ebb1c25a25
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@325 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-12 19:05:08 +00:00
Anthony Minessale
b7dcbe1b04
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@324 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-12 18:27:20 +00:00
Anthony Minessale
6f67a02da2
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@323 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-12 18:16:55 +00:00
Anthony Minessale
71b226bfec
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@322 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-12 18:16:12 +00:00
Anthony Minessale
a7cb1e7eea
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@321 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-12 17:51:08 +00:00
Michael Jerris
ba43278132
doxygen cleanups\changes.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@319 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-10 20:10:38 +00:00
Michael Jerris
1c0683f59a
add main page to the doxygen docs.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@318 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-10 16:00:40 +00:00
Michael Jerris
1de742993f
added docs to msvc project, fixed some doxygen warnings.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@317 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-10 15:09:26 +00:00
Anthony Minessale
337f42b92d
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@315 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-10 02:34:12 +00:00
Michael Jerris
950175a2d8
fix sqlite docs.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@314 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-10 00:28:31 +00:00
Michael Jerris
cf661fbaca
misc. cleanup.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@313 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-09 22:30:58 +00:00
Anthony Minessale
21baa6630b
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@312 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-09 22:06:01 +00:00