]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
20 years agoenable warnings as errors in msvc
Michael Jerris [Mon, 20 Feb 2006 19:07:41 +0000 (19:07 +0000)] 
enable warnings as errors in msvc

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@637 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agofix more msvc warnings.
Michael Jerris [Mon, 20 Feb 2006 06:13:56 +0000 (06:13 +0000)] 
fix more msvc warnings.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@636 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agofix more msvc warnings. Fix mod_sndfile build on OSX
Michael Jerris [Mon, 20 Feb 2006 04:36:29 +0000 (04:36 +0000)] 
fix more msvc warnings.  Fix mod_sndfile build on OSX

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@635 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoturn on higher warning level in msvc for the core and libteletone and resolve warnings.
Michael Jerris [Mon, 20 Feb 2006 00:23:25 +0000 (00:23 +0000)] 
turn on higher warning level in msvc for the core and libteletone and resolve warnings.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@634 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agocleanup
Anthony Minessale [Sun, 19 Feb 2006 21:34:16 +0000 (21:34 +0000)] 
cleanup

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@633 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoadd msvc build to libteletone
Michael Jerris [Sun, 19 Feb 2006 21:24:29 +0000 (21:24 +0000)] 
add msvc build to libteletone

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@632 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agomake teletone use all doubles
Anthony Minessale [Sun, 19 Feb 2006 21:01:55 +0000 (21:01 +0000)] 
make teletone use all doubles

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@631 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agocant ever get it right on the first try that'd be too easy
Anthony Minessale [Sun, 19 Feb 2006 20:30:51 +0000 (20:30 +0000)] 
cant ever get it right on the first try that'd be too easy

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@630 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoAdd in new tone detection/generation library "libteletone"
Anthony Minessale [Sun, 19 Feb 2006 20:28:24 +0000 (20:28 +0000)] 
Add in new tone detection/generation library "libteletone"
Thanks to coppice, trixter, mikej and bkw for research, hints and or code examples.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@629 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agofix libresample build script
Anthony Minessale [Wed, 15 Feb 2006 15:09:39 +0000 (15:09 +0000)] 
fix libresample build script

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@622 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoadd mod_event_multicast to msvc build. Fix some warnings.
Michael Jerris [Tue, 14 Feb 2006 22:58:07 +0000 (22:58 +0000)] 
add mod_event_multicast to msvc build.  Fix some warnings.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@618 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoadd files to go with previous commit
Anthony Minessale [Tue, 14 Feb 2006 21:18:27 +0000 (21:18 +0000)] 
add files to go with previous commit

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@617 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoAdd multicast event module
Anthony Minessale [Tue, 14 Feb 2006 21:13:53 +0000 (21:13 +0000)] 
Add multicast event module

This does 2 things when loaded:

1) All events are serialized and sent to the multicast destination.
2) Any serialized event received on the socket will be reconstituted into
   an event and fired on the local box

So, if you make another local event handler listen for the custom event from
mod_event_multicast "multicast::event" you will be able to react to events
on other instances of FreeSWITCH

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@616 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoadd mod_zeroconf to msvc build, and fix compile error.
Michael Jerris [Tue, 14 Feb 2006 18:18:40 +0000 (18:18 +0000)] 
add mod_zeroconf to msvc build, and fix compile error.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@614 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agomake new modules.conf OS independant
Anthony Minessale [Tue, 14 Feb 2006 17:31:20 +0000 (17:31 +0000)] 
make new modules.conf OS independant

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@613 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoMake warnings fatal on modules too
Anthony Minessale [Tue, 14 Feb 2006 17:06:15 +0000 (17:06 +0000)] 
Make warnings fatal on modules too

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@612 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agonew headers pay off and reveal naughty modules with the wrong function prototype
Anthony Minessale [Tue, 14 Feb 2006 16:59:31 +0000 (16:59 +0000)] 
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

20 years agoadd headers for module funcs to avoid warnings
Anthony Minessale [Tue, 14 Feb 2006 16:53:15 +0000 (16:53 +0000)] 
add headers for module funcs to avoid warnings

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@610 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agochange modules.conf to be a local-only file that is auto-generated
Anthony Minessale [Tue, 14 Feb 2006 16:42:26 +0000 (16:42 +0000)] 
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

20 years agoMake optional modules.conf that allows you to pick the module load order
Anthony Minessale [Tue, 14 Feb 2006 16:26:24 +0000 (16:26 +0000)] 
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

20 years agofix build
Anthony Minessale [Tue, 14 Feb 2006 02:02:39 +0000 (02:02 +0000)] 
fix build

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@607 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoadd zerconf (the howl depend lib needs work sigh)
Anthony Minessale [Mon, 13 Feb 2006 23:59:14 +0000 (23:59 +0000)] 
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

20 years agoadd howl to build system for msvc
Michael Jerris [Mon, 13 Feb 2006 19:59:57 +0000 (19:59 +0000)] 
add howl to build system for msvc

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@605 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoalter build system and add in howl
Anthony Minessale [Mon, 13 Feb 2006 19:56:01 +0000 (19:56 +0000)] 
alter build system and add in howl

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@604 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoalter build system and add in howl
Anthony Minessale [Mon, 13 Feb 2006 19:54:10 +0000 (19:54 +0000)] 
alter build system and add in howl

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@603 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoalter build system and add in howl
Anthony Minessale [Mon, 13 Feb 2006 19:51:17 +0000 (19:51 +0000)] 
alter build system and add in howl

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@602 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agovalgrind tweaks
Anthony Minessale [Mon, 13 Feb 2006 18:34:39 +0000 (18:34 +0000)] 
valgrind tweaks

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@600 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agofix internal state machine session yuckyness
Anthony Minessale [Mon, 13 Feb 2006 17:43:49 +0000 (17:43 +0000)] 
fix internal state machine session yuckyness

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@599 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agofix internal state machine session yuckyness
Anthony Minessale [Mon, 13 Feb 2006 17:37:10 +0000 (17:37 +0000)] 
fix internal state machine session yuckyness

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@598 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agofix build warnings for mod_ldap and add option for linking to the microsoft ldap...
Michael Jerris [Mon, 13 Feb 2006 13:23:27 +0000 (13:23 +0000)] 
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

20 years agoexpand configurability of mod_wanpipe
Anthony Minessale [Sun, 12 Feb 2006 20:38:24 +0000 (20:38 +0000)] 
expand configurability of mod_wanpipe

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@593 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agofix openldap msvc autobuild.
Michael Jerris [Sun, 12 Feb 2006 03:49:31 +0000 (03:49 +0000)] 
fix openldap msvc autobuild.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@591 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoget beginning of mod_wanpipe working (sangoma pri)
Anthony Minessale [Fri, 10 Feb 2006 22:26:00 +0000 (22:26 +0000)] 
get beginning of mod_wanpipe working (sangoma pri)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@588 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoadd mod_ldap and mod_dialplan_demo to msvc build.
Michael Jerris [Fri, 10 Feb 2006 22:09:20 +0000 (22:09 +0000)] 
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

20 years agoopenldap build for msvc part 1
Michael Jerris [Fri, 10 Feb 2006 21:22:51 +0000 (21:22 +0000)] 
openldap build for msvc part 1

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@585 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoadd dialplan module to use new directory stuff. (you can get dialplan from ldap now)
Anthony Minessale [Fri, 10 Feb 2006 02:13:51 +0000 (02:13 +0000)] 
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

20 years agofix answer thing in exosip
Anthony Minessale [Fri, 10 Feb 2006 02:09:39 +0000 (02:09 +0000)] 
fix answer thing in exosip

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@581 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoAdd mod_ldap as directory example
Anthony Minessale [Thu, 9 Feb 2006 22:37:44 +0000 (22:37 +0000)] 
Add mod_ldap as directory example

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@580 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoforgot to return status in demo global state handler test
Anthony Minessale [Thu, 9 Feb 2006 17:21:21 +0000 (17:21 +0000)] 
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

20 years agoiax tweak
Anthony Minessale [Thu, 9 Feb 2006 17:14:59 +0000 (17:14 +0000)] 
iax tweak

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@577 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agofix bug 2 (core was hacking the buffer size value)
Anthony Minessale [Thu, 9 Feb 2006 17:01:32 +0000 (17:01 +0000)] 
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

20 years agoInitial framework for directory interface modules (ldap etc)
Anthony Minessale [Thu, 9 Feb 2006 16:28:49 +0000 (16:28 +0000)] 
Initial framework for directory interface modules (ldap etc)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@575 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agofix autobuild script
Michael Jerris [Thu, 9 Feb 2006 02:14:20 +0000 (02:14 +0000)] 
fix autobuild script

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@572 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agomodify for new build.sh
Michael Jerris [Wed, 8 Feb 2006 21:40:53 +0000 (21:40 +0000)] 
modify for new build.sh

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@570 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agochange build.sh to ensure gnu make
Anthony Minessale [Wed, 8 Feb 2006 21:32:03 +0000 (21:32 +0000)] 
change build.sh to ensure gnu make

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@569 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agofix path
Michael Jerris [Wed, 8 Feb 2006 21:08:45 +0000 (21:08 +0000)] 
fix path

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@568 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agofix our first bug bug(#1)
Anthony Minessale [Wed, 8 Feb 2006 20:56:55 +0000 (20:56 +0000)] 
fix our first bug bug(#1)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@567 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agotesting
Anthony Minessale [Wed, 8 Feb 2006 18:42:15 +0000 (18:42 +0000)] 
testing

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@565 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoAdded Justin Cassidy... thanks!
Michael Jerris [Wed, 8 Feb 2006 17:02:06 +0000 (17:02 +0000)] 
Added Justin Cassidy... thanks!

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@564 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoBuild system cleanup, initial piece of automatic build test system (thanks xachen)
Michael Jerris [Wed, 8 Feb 2006 00:57:35 +0000 (00:57 +0000)] 
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

20 years agoremove generated file.
Michael Jerris [Wed, 8 Feb 2006 00:02:23 +0000 (00:02 +0000)] 
remove generated file.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@558 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoswitch_state_handler_table renames and msvc build fix.
Michael Jerris [Tue, 7 Feb 2006 22:58:56 +0000 (22:58 +0000)] 
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

20 years agosync
Anthony Minessale [Tue, 7 Feb 2006 22:50:13 +0000 (22:50 +0000)] 
sync

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@556 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoupdate
Anthony Minessale [Tue, 7 Feb 2006 20:56:16 +0000 (20:56 +0000)] 
update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@555 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoFresh updates (Beware... all coded today)
Anthony Minessale [Tue, 7 Feb 2006 20:47:15 +0000 (20:47 +0000)] 
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

20 years agosync
Anthony Minessale [Tue, 7 Feb 2006 17:30:58 +0000 (17:30 +0000)] 
sync

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@553 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agotweak error message to be more specific on failures.
Michael Jerris [Thu, 2 Feb 2006 01:26:04 +0000 (01:26 +0000)] 
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

20 years agoupdate setup for win32, add shortcut.
Michael Jerris [Tue, 31 Jan 2006 01:32:52 +0000 (01:32 +0000)] 
update setup for win32, add shortcut.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@525 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoBSD nonsense
Anthony Minessale [Mon, 30 Jan 2006 23:31:06 +0000 (23:31 +0000)] 
BSD nonsense

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@524 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoupdate
Anthony Minessale [Mon, 30 Jan 2006 23:01:04 +0000 (23:01 +0000)] 
update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@523 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoupdate
Anthony Minessale [Mon, 30 Jan 2006 22:59:28 +0000 (22:59 +0000)] 
update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@522 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoupdate
Anthony Minessale [Mon, 30 Jan 2006 22:52:53 +0000 (22:52 +0000)] 
update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@521 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoupdate
Anthony Minessale [Mon, 30 Jan 2006 22:45:49 +0000 (22:45 +0000)] 
update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@520 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoupdate
Anthony Minessale [Mon, 30 Jan 2006 22:45:02 +0000 (22:45 +0000)] 
update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@519 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoupdate
Anthony Minessale [Mon, 30 Jan 2006 22:44:16 +0000 (22:44 +0000)] 
update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@518 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoupdate
Anthony Minessale [Mon, 30 Jan 2006 22:42:55 +0000 (22:42 +0000)] 
update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@517 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoupdate
Anthony Minessale [Mon, 30 Jan 2006 22:36:18 +0000 (22:36 +0000)] 
update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@516 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoupdate
Anthony Minessale [Mon, 30 Jan 2006 22:29:34 +0000 (22:29 +0000)] 
update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@515 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agofix install directories.
Michael Jerris [Mon, 30 Jan 2006 22:16:57 +0000 (22:16 +0000)] 
fix install directories.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@514 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoupdate
Anthony Minessale [Mon, 30 Jan 2006 22:15:33 +0000 (22:15 +0000)] 
update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@513 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoupdate
Anthony Minessale [Mon, 30 Jan 2006 22:11:31 +0000 (22:11 +0000)] 
update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@512 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoadd win32 installer to msvc solution.
Michael Jerris [Mon, 30 Jan 2006 22:10:51 +0000 (22:10 +0000)] 
add win32 installer to msvc solution.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@511 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoupdate
Anthony Minessale [Mon, 30 Jan 2006 22:04:28 +0000 (22:04 +0000)] 
update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@509 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoupdate
Anthony Minessale [Mon, 30 Jan 2006 22:04:09 +0000 (22:04 +0000)] 
update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@508 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoupdate
Anthony Minessale [Mon, 30 Jan 2006 22:03:25 +0000 (22:03 +0000)] 
update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@507 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agomore build stuff
Anthony Minessale [Mon, 30 Jan 2006 21:04:19 +0000 (21:04 +0000)] 
more build stuff

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@505 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoupdate
Anthony Minessale [Mon, 30 Jan 2006 20:29:19 +0000 (20:29 +0000)] 
update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@504 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agofix liar INSTALL
Anthony Minessale [Mon, 30 Jan 2006 20:13:24 +0000 (20:13 +0000)] 
fix liar INSTALL

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@503 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agode-e speeech
Anthony Minessale [Mon, 30 Jan 2006 16:23:26 +0000 (16:23 +0000)] 
de-e speeech

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@499 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agofix ivr
Anthony Minessale [Mon, 30 Jan 2006 16:11:21 +0000 (16:11 +0000)] 
fix ivr

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@497 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agomerge jrtplib jthread and jrtp4c into 1 library (thanks mikej)
Anthony Minessale [Mon, 30 Jan 2006 15:54:19 +0000 (15:54 +0000)] 
merge jrtplib jthread and jrtp4c into 1 library (thanks mikej)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@496 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agomerge jrtplib jthread and jrtp4c into 1 library (thanks mikej)
Anthony Minessale [Mon, 30 Jan 2006 15:53:38 +0000 (15:53 +0000)] 
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

20 years agomodules.conf remove g729 as it will not build anyway.
Michael Jerris [Mon, 30 Jan 2006 02:50:32 +0000 (02:50 +0000)] 
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

20 years agoexosip codec order
Anthony Minessale [Sun, 29 Jan 2006 17:17:22 +0000 (17:17 +0000)] 
exosip codec order

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@476 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agofix
Anthony Minessale [Sun, 29 Jan 2006 17:02:23 +0000 (17:02 +0000)] 
fix

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@475 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agofix build of exosip to configure jrtplib properly
Anthony Minessale [Sun, 29 Jan 2006 16:56:05 +0000 (16:56 +0000)] 
fix build of exosip to configure jrtplib properly

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@474 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoupdate
Anthony Minessale [Sun, 29 Jan 2006 01:44:57 +0000 (01:44 +0000)] 
update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@472 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoFix msvc mod_Pcre release build.
Michael Jerris [Sat, 28 Jan 2006 17:45:34 +0000 (17:45 +0000)] 
Fix msvc mod_Pcre release build.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@470 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoFormatting fixes.
Michael Jerris [Sat, 28 Jan 2006 17:38:01 +0000 (17:38 +0000)] 
Formatting fixes.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@469 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agofix conf url
Anthony Minessale [Fri, 27 Jan 2006 23:54:45 +0000 (23:54 +0000)] 
fix conf url

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@467 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoWindows updates
Anthony Minessale [Fri, 27 Jan 2006 23:47:45 +0000 (23:47 +0000)] 
Windows updates

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@466 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoGotta try it in windows once in a while =D
Anthony Minessale [Fri, 27 Jan 2006 23:47:22 +0000 (23:47 +0000)] 
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

20 years agofix doxygen
Anthony Minessale [Fri, 27 Jan 2006 22:21:02 +0000 (22:21 +0000)] 
fix doxygen

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@463 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoAdd more IVR stuff and a test app (mod_ivrtest)
Anthony Minessale [Fri, 27 Jan 2006 21:33:45 +0000 (21:33 +0000)] 
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

20 years agobuild stuff
Anthony Minessale [Fri, 27 Jan 2006 18:37:54 +0000 (18:37 +0000)] 
build stuff

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@461 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agotweak
Anthony Minessale [Fri, 27 Jan 2006 17:36:37 +0000 (17:36 +0000)] 
tweak

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@458 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoAdd framework for speech modules (asr/tts)
Anthony Minessale [Fri, 27 Jan 2006 16:43:57 +0000 (16:43 +0000)] 
Add framework for speech modules (asr/tts)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@457 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agomake test 'record' app in app_playback.c
Anthony Minessale [Fri, 27 Jan 2006 01:46:14 +0000 (01:46 +0000)] 
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

20 years agoinitial bits of ilbc codec mod.
Michael Jerris [Fri, 27 Jan 2006 00:48:15 +0000 (00:48 +0000)] 
initial bits of ilbc codec mod.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@452 d0543943-73ff-0310-b7d9-9358b9ac24b2

20 years agoadd switch_ivr.h include to switch.h
Michael Jerris [Thu, 26 Jan 2006 18:19:48 +0000 (18:19 +0000)] 
add switch_ivr.h include to switch.h

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@450 d0543943-73ff-0310-b7d9-9358b9ac24b2