Michael Jerris
647f5e4a30
modules.conf remove g729 as it will not build anyway.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@478 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-30 02:50:32 +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
Anthony Minessale
4dc97fbc23
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@472 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-29 01:44:57 +00:00
Michael Jerris
9b38d5dfa5
Fix msvc mod_Pcre release build.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@470 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-28 17:45:34 +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
5d0589e64e
fix conf url
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@467 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-27 23:54:45 +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
45d3b69563
Gotta try it in windows once in a while =D
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@465 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-27 23:47:22 +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
4a98cfbb88
build stuff
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@461 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-27 18:37:54 +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
Michael Jerris
a55ed486a2
IVR Groundwork add IVR to windows build.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@449 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-26 18:09:18 +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
02c67ad8b8
fix make
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@446 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-26 04:21:06 +00:00
Anthony Minessale
abbb770064
regex(pcre) example conf
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@445 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-26 01:24:16 +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
a092a55ad9
build updates
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@441 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-25 23:59:02 +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
3c70912026
make jrtp4c configure script executable.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@428 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-20 18:26:19 +00:00
Anthony Minessale
f49635acf7
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@427 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-20 18:21:32 +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
e528c4df33
dox
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@415 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-20 00:39:50 +00:00
Michael Jerris
c7b94cf33f
make indent_options.sh write to .indent.pro
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@414 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-20 00:34:52 +00:00
Michael Jerris
aea19bad65
make indent_options.sh write to indent.pro
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@413 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-20 00:30:32 +00:00
Michael Jerris
201a624203
make executable
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@412 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-20 00:26:57 +00:00
Michael Jerris
05984a19d0
add shell script to create options for indent.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@411 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-20 00:25:53 +00:00
Anthony Minessale
b59056a8d6
dox
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@410 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-19 22:21:42 +00:00
Michael Jerris
8db71444ba
quick msvc install notes to INSTALL
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@403 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-18 20:39:05 +00:00
Michael Jerris
1649c7605e
AUTHORS update for bkw.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@402 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-18 20:33:48 +00:00
Michael Jerris
d760653e80
AUTHORS and COPYING updates.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@401 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-18 20:29:03 +00:00
Anthony Minessale
5e86c382d9
optimize pcre and fix autoheadache
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@387 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-14 18:55:20 +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
b0db977fd4
update
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@383 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-14 16:28:44 +00:00
Anthony Minessale
f4eaa2b5b0
fix iax and add regex dialplan
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@382 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-14 16:04:34 +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
Michael Jerris
1af8795b2f
move download libs to www.freeswitch.org. Cleanup output when running switch_version.h generation on msvc. Add needed files to build pcre on msvc.
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@379 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-01-14 13:23:42 +00:00