FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unl
Go to file
Brian West 915fa372d8 commit dbea6143d6b63765f2d0eba26728c3903d3d2606
Author: achaloyan <achaloyan@f001bc3a-424a-0410-80a0-a715b8f413a8>
Date:   Wed Jul 8 17:37:24 2009 +0000

    Added yet another buffer of media frames mpf_frame_buffer.
    There are a number of similar buffers (mpf_jitter_buffer, mpf_buffer, mpf_frame_buffer). All of them produce mpf_frames as output, but input is somewhat dif
ferent. Input is RTP payload in case of mpf_jitter_buffer, synthesized chunks of voice in case of mpf_buffer, and mpf_frame in case of mpf_frame_buffer
    
    git-svn-id: https://unimrcp.googlecode.com/svn/trunk@1043 f001bc3a-424a-0410-80a0-a715b8f413a8

commit 1bf7a66012180649bd1f01fd72e483a9e5de3495
Author: achaloyan <achaloyan@f001bc3a-424a-0410-80a0-a715b8f413a8>
Date:   Wed Jul 8 16:33:36 2009 +0000

    Fixed termination of client and server stacks (Issue-28)
    Network client/server stacks generated double TERMINATE_COMPLETE event, while mpf engine generated no TERMINATE_COMPLETE event.
    
    git-svn-id: https://unimrcp.googlecode.com/svn/trunk@1042 f001bc3a-424a-0410-80a0-a715b8f413a8

commit 0327cf17779430b51290d22cc7d51130f997f2f2
Author: achaloyan <achaloyan@f001bc3a-424a-0410-80a0-a715b8f413a8>
Date:   Sun Jul 5 19:22:31 2009 +0000

    Enhanced flite plugin to
    - support more than one SPEAK requests in a session (SPEAK -> STOP -> SPEAK or SPEAK-> SPEAK-COMPLETE->SPEAK), task is created upon channel creation and is 
waiting for consecutive SPEAK requests to process
    - properly handle race between STOP request and SPEAK-COMPLETE event
    - respond with IN-PROGRESS, when all the required parameters are checked to be valid and synthesizing is due to start
    
    git-svn-id: https://unimrcp.googlecode.com/svn/trunk@1037 f001bc3a-424a-0410-80a0-a715b8f413a8

commit e2f73f9279e54ef3a40cb637a38ab1ff485ea5d3
Author: achaloyan <achaloyan@f001bc3a-424a-0410-80a0-a715b8f413a8>
Date:   Sun Jul 5 03:46:13 2009 +0000

    Separated flite voices (unified voice register/unregister routine, select voice by name)
    
    git-svn-id: https://unimrcp.googlecode.com/svn/trunk@1036 f001bc3a-424a-0410-80a0-a715b8f413a8

commit 694783a527cb795ca45982c2388895da06dd6009
Author: achaloyan <achaloyan@f001bc3a-424a-0410-80a0-a715b8f413a8>
Date:   Sat Jul 4 05:06:17 2009 +0000

    Checked content-type to be "text/plain" as flite doesn't support SSML yet.
    
    git-svn-id: https://unimrcp.googlecode.com/svn/trunk@1035 f001bc3a-424a-0410-80a0-a715b8f413a8

commit aafdc6e30e77c40e5470cce844f48ec28a254786
Author: achaloyan <achaloyan@f001bc3a-424a-0410-80a0-a715b8f413a8>
Date:   Fri Jul 3 14:55:10 2009 +0000

    Enhanced float value generation to use the precision (digits after decimal sign) user provides by removing optional trailing 0s (if any)
    Issue-35
    
    git-svn-id: https://unimrcp.googlecode.com/svn/trunk@1034 f001bc3a-424a-0410-80a0-a715b8f413a8

commit bcc2f137956f5c532c0256b064c8a3d1015a46d0
Author: achaloyan <achaloyan@f001bc3a-424a-0410-80a0-a715b8f413a8>
Date:   Fri Jul 3 07:04:07 2009 +0000

    Enhanced RTP port management (Issue-34, Thanks cpsoares)

    git-svn-id: https://unimrcp.googlecode.com/svn/trunk@1033 f001bc3a-424a-0410-80a0-a715b8f413a8



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14166 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-07-09 15:19:27 +00:00
build move mod_http to contrib, add mod_curl to modules.conf 2009-07-02 15:53:36 +00:00
cmake_modules Initial CMAKE file commit 2009-02-11 02:53:31 +00:00
conf you're number one.. see\! 2009-07-09 02:20:25 +00:00
debian build: add new files to debian package build (FSBUILD-148) 2009-05-15 21:15:49 +00:00
docs add ivr messages 2009-07-09 09:29:32 +00:00
dtd xmllint --dtdvalid freeswitch_dialplan.dtd /usr/local/freeswitch/conf/default_context.xml >>/dev/null 2007-11-01 14:59:32 +00:00
freeswitch.xcodeproj cmake updates 2009-02-13 23:33:36 +00:00
htdocs add this from CtRiX -- Thanks. 2008-05-14 20:39:43 +00:00
libs commit dbea6143d6b63765f2d0eba26728c3903d3d2606 2009-07-09 15:19:27 +00:00
patches you use this patch if you're using opal SVN tree...otherwise you use stable ptlib/opal releases. 2009-06-26 19:27:21 +00:00
scripts moving js_modules to javascript 2009-06-27 00:44:10 +00:00
src mod_curl needs curl 2009-07-08 22:45:43 +00:00
support-d don't eat ram 2009-06-24 18:47:41 +00:00
w32 initial bits of mod_unimrcp windows build 2009-06-17 19:52:25 +00:00
CMakeLists.txt apr cmake files 2009-02-16 07:11:29 +00:00
Freeswitch.2005.unsupported.sln use dll for lua windows build (FSCORE-299) 2009-02-18 06:24:01 +00:00
Freeswitch.2008.express.sln use in tree libtiff for msvc build and fix some header generation checks. 2009-04-25 20:46:38 +00:00
Freeswitch.2008.sln add mod_nibblebill 2009-05-27 04:50:59 +00:00
INSTALL build progress break everything 2006-12-17 01:01:09 +00:00
Makefile.am update demo too 2009-07-02 00:14:28 +00:00
acinclude.m4 Use sofia's openssl configure checks in the toplevel configure script (OKed by MikeJ) 2009-06-17 16:11:53 +00:00
bootstrap.sh Add libtool22 as a possible name for the libtool command (Ubuntu) 2009-06-17 09:47:36 +00:00
configure.in allow comments (using ##) in modules.conf 2009-07-01 20:27:00 +00:00
freeswitch.spec change lib download paths to use http://files.freeswitch.org 2009-07-02 02:06:15 +00:00