Arsen Chaloyan
|
bf3f15e855
|
mrcp message body must contain '\0' at the end; no need to str copy buffer, when it is already allocated from the pool
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5646 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-08-21 11:45:16 +00:00 |
|
Arsen Chaloyan
|
8f8402bfe1
|
gracefully unload openmrcp module on shutdown
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5645 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-08-21 07:16:37 +00:00 |
|
Anthony Minessale
|
a776a8ac3c
|
don't unload
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5644 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-08-20 23:09:58 +00:00 |
|
Traun Leyden
|
4fc4be2c39
|
attempting to fix shutdown segfault, convert to new style module loading as seen in mod_cepstral
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5643 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-08-20 22:18:06 +00:00 |
|
Traun Leyden
|
a049256610
|
fix compile error
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5642 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-08-20 22:09:02 +00:00 |
|
Arsen Chaloyan
|
b7fcfd94fa
|
set the highest (disable) mrcp log priority by default; log priority can be changed from mod_openmrcp.conf.xml->settings->log_level=7 [0-7]
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5636 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-08-20 19:25:59 +00:00 |
|
Arsen Chaloyan
|
0c59cb0d51
|
add FLAG_TERMINATING to trigger normal and unexpected (abnormal) session termination
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5635 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-08-20 19:09:19 +00:00 |
|
Arsen Chaloyan
|
a56dba7f8a
|
asr result in mrcp message body must be checked to exist before use
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5633 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-08-20 18:10:00 +00:00 |
|
Arsen Chaloyan
|
1df8c338a4
|
mutex must be locked before channel_add call
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5619 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-08-20 12:44:13 +00:00 |
|
Arsen Chaloyan
|
646a812eef
|
dos2unix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5618 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-08-20 10:57:26 +00:00 |
|
Arsen Chaloyan
|
15beec4895
|
no blocking wait, requests and events are called async, the only sync call is channel creation yet.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5607 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-08-18 20:18:29 +00:00 |
|
Traun Leyden
|
1c0c21477d
|
throw errors when configuration is invalid. check for null point in asr_feed to prevent segfault when testing against certain asr servers.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5606 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-08-17 21:52:42 +00:00 |
|
Arsen Chaloyan
|
87d0979fd2
|
added support for multiple mrcp profiles; using unified mrcp session for asr, tts channels
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5605 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-08-17 21:00:56 +00:00 |
|
Arsen Chaloyan
|
a5b6f48128
|
using FS media clock to send/receive audio data within asr/tts feed
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5603 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-08-16 14:20:21 +00:00 |
|
Arsen Chaloyan
|
2b67ee4d27
|
to compile mod_openmrcp under vs2005 (variables should be declared first)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5600 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-08-14 17:37:57 +00:00 |
|
Arsen Chaloyan
|
bd6dc707ae
|
adapted to the latest client side API changes in OpenMRCP, removed unnecesseray includes
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5599 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-08-14 14:56:06 +00:00 |
|
Traun Leyden
|
de4764ea4d
|
speak-finished event now being handled, passed up to freeswitch to let it know speech has stopped. audio sounds fine
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5597 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-08-13 23:49:37 +00:00 |
|
Traun Leyden
|
0fbc8e5627
|
initial dev version of mod_openmrcp, not ready for use yet
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5593 d0543943-73ff-0310-b7d9-9358b9ac24b2
|
2007-08-13 18:19:55 +00:00 |
|