freeswitch/libs
Michael Jerris ef375bd654 commit 027047ed7b07832456cd5d13f4c85da24aca26b5
Author: achaloyan <achaloyan@f001bc3a-424a-0410-80a0-a715b8f413a8>
Date:   Tue Jul 14 18:17:37 2009 +0000

    Added missing UNIMRCP_APU_INCLUDES in pkg-config files
    
    git-svn-id: https://unimrcp.googlecode.com/svn/trunk@1054 f001bc3a-424a-0410-80a0-a715b8f413a8

commit b0e1c8251f8039a8a22662120e5a362340733a9e
Author: achaloyan <achaloyan@f001bc3a-424a-0410-80a0-a715b8f413a8>
Date:   Mon Jul 13 17:25:34 2009 +0000

    if state != RECOGNIZING, there is nothing to do on deactivation
    
    git-svn-id: https://unimrcp.googlecode.com/svn/trunk@1053 f001bc3a-424a-0410-80a0-a715b8f413a8

commit 3581b9d3ba59177f4aaced327e20b8dc53e234e3
Author: achaloyan <achaloyan@f001bc3a-424a-0410-80a0-a715b8f413a8>
Date:   Mon Jul 13 16:14:38 2009 +0000

    Do not include Completion-Cause header field in the IN-PROGRESS response sent by PocketSphinx plugin
    
    git-svn-id: https://unimrcp.googlecode.com/svn/trunk@1052 f001bc3a-424a-0410-80a0-a715b8f413a8

commit 831f43f9071e491169d4d5a7e3d0cb2009c3af21
Author: achaloyan <achaloyan@f001bc3a-424a-0410-80a0-a715b8f413a8>
Date:   Mon Jul 13 15:27:33 2009 +0000

    Using MRCP_SESSION_SID(session) macro wherever session id is logged
    
    git-svn-id: https://unimrcp.googlecode.com/svn/trunk@1051 f001bc3a-424a-0410-80a0-a715b8f413a8

commit 9349bd2b393ee0b300942bfa8cacc264687ecea9
Author: achaloyan <achaloyan@f001bc3a-424a-0410-80a0-a715b8f413a8>
Date:   Sat Jul 11 15:17:42 2009 +0000

    Sent async channel_open and channel_close responses
    
    git-svn-id: https://unimrcp.googlecode.com/svn/trunk@1050 f001bc3a-424a-0410-80a0-a715b8f413a8

commit 5775dfc74e8fe982735da32dfa12dc05f0d20892
Author: achaloyan <achaloyan@f001bc3a-424a-0410-80a0-a715b8f413a8>
Date:   Sat Jul 11 15:15:47 2009 +0000

    Sent async channel_close response
    
    git-svn-id: https://unimrcp.googlecode.com/svn/trunk@1049 f001bc3a-424a-0410-80a0-a715b8f413a8

commit efa4d10b2dc3de238dfb4a26b25ef3a580fb0bf0
Author: achaloyan <achaloyan@f001bc3a-424a-0410-80a0-a715b8f413a8>
Date:   Sat Jul 11 12:54:47 2009 +0000

    Enhanced state machine to STOP in-progress SPEAK or RECOGNIZE requests on session termination, thus guarantee there is no remaining request, when plugin cha
nnel_close() method is called.

    channel_open() -> SPEAK -> STOP -> channel_close()
    channel_open() -> SPEAK -> SPEAK-COMPLETE -> channel_close()

    This allows to simplify implementation of plugins (nothing has to be changed).

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

commit aaf53907ea0705bc2a44fe785c8f7762e20e52cf
Author: achaloyan <achaloyan@f001bc3a-424a-0410-80a0-a715b8f413a8>
Date:   Fri Jul 10 12:57:33 2009 +0000

    Added utility function to get attributes of NLSML results such as confidence and grammar

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

commit f7c4dff83199cb9af8dc7ec6f121c384d2b6cea0
Author: achaloyan <achaloyan@f001bc3a-424a-0410-80a0-a715b8f413a8>
Date:   Fri Jul 10 09:51:23 2009 +0000

    Added missing includes for <stdlib.h> and <stdio.h> required on some platforms

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

commit 1cb7ccb6e63f4d34b6cfcbdc386446a36d052af1
Author: achaloyan <achaloyan@f001bc3a-424a-0410-80a0-a715b8f413a8>
Date:   Thu Jul 9 19:05:18 2009 +0000

    Using NLSML processor in demo

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

commit cd74eee440dd94cabe814c7d4f64dfef187b7445
Author: achaloyan <achaloyan@f001bc3a-424a-0410-80a0-a715b8f413a8>
Date:   Thu Jul 9 18:52:49 2009 +0000

    Added basic NLSML document processor

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



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14260 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-07-15 20:30:39 +00:00
..
apr build: fix automake warnings about underquoted definitions in apr macros (FSBUILD-175) 2009-06-20 03:53:06 +00:00
apr-util add xml/expat stuff back to apr-utils (will require re-bootstrap before building anything that uses this) 2009-05-13 15:58:42 +00:00
curl remove generated files from tree, this will require re-bootstrap on updated source 2009-06-08 17:12:13 +00:00
esl remove duplicate memset 2009-07-13 23:34:22 +00:00
iksemel don't build docs that require new build dep texinfo 2009-06-09 01:41:05 +00:00
ilbc make sure this autoreconf's properly 2009-06-08 22:04:04 +00:00
js libnspr: fix bsd port packaging (FSBUILD-170) 2009-06-09 02:54:51 +00:00
libdingaling fix auto-restart on disconnect 2009-04-23 15:54:47 +00:00
libedit Cmake starting point 2009-02-12 03:37:05 +00:00
libg722_1 delete generated files 2009-06-08 18:08:09 +00:00
libnatpmp fix braindead SLES 10 core build (FSBUILD-173) 2009-06-11 17:34:27 +00:00
libsndfile fix autoreconf on libsndfile 2009-06-08 20:13:04 +00:00
libteletone update api visibility macros for windows 2009-03-10 15:45:29 +00:00
miniupnpc fix solaris build 2009-06-30 21:45:16 +00:00
pcre fix msvc pcre build for pcre 7.9 2009-06-09 17:35:48 +00:00
portaudio fix braindead portaudio trying to build with -shared when we specified --disable-shared 2009-06-11 17:21:52 +00:00
sofia-sip Wed Jul 8 11:14:36 CDT 2009 Pekka Pessi <first.last@nokia.com> 2009-07-10 00:55:28 +00:00
spandsp change lib download paths to use http://files.freeswitch.org 2009-07-02 02:06:15 +00:00
speex remove generated file from tree 2009-06-08 22:21:31 +00:00
sqlite delete generated files 2009-06-08 18:08:09 +00:00
srtp remove generated files from tree, this will require re-bootstrap on updated source 2009-06-08 17:12:13 +00:00
stfu Added CMAKE stfu 2009-02-12 00:44:11 +00:00
tiff-3.8.2 remove generated file 2009-04-25 20:15:18 +00:00
udns build: fix gcc-4.4.0 build failures (FSCORE-355) 2009-05-19 20:25:59 +00:00
unimrcp commit 027047ed7b07832456cd5d13f4c85da24aca26b5 2009-07-15 20:30:39 +00:00
voipcodecs use compiler intrinsics for windows x64 build (FSBUILD-131) 2009-02-23 17:56:59 +00:00
win32 change lib download paths to use http://files.freeswitch.org 2009-07-02 02:06:15 +00:00
xmlrpc-c revert 2009-06-25 01:07:03 +00:00
yaml Yet Another Mega Labotomy 2008-06-30 18:56:29 +00:00