3675 Commits

Author SHA1 Message Date
Traun Leyden
c806a20d65 1. add collectInput method. 2. modify the dtmf callback handlers to better deal with event inputs, as opposed to dtmf inputs. currently returns a dictionary where one key contains the body, and another contains the headers as a subdictionary.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5624 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-20 16:33:28 +00:00
Anthony Minessale
5eaea5f62a fix MODLANG-41
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5623 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-20 16:04:02 +00:00
Traun Leyden
fa204ef943 sample openmrcp config
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5622 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-20 15:53:04 +00:00
Michael Jerris
cfb3e24ab1 add mod_openmrcp to freeswitch windows build.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5620 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-20 13:48:26 +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
Michael Jerris
e02f28a8df fix fresh build. We need to configure later becasue apr must be built before libopenmrcp configure
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5617 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-19 21:20:32 +00:00
Michael Jerris
2297b3efa1 fix mod_openmrcp build on OS X
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5616 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-19 20:44:05 +00:00
Michael Jerris
8fa810c2a3 cleaner mod_openmrcp build in tree
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5615 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-19 20:22:00 +00:00
Michael Jerris
be1cf97a93 fix for MODCODEC-2
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5614 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-19 08:36:25 +00:00
Michael Jerris
743cca1cb3 make windows build update version info out of configure.in settings like the autotools build.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5612 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-19 08:08:04 +00:00
Michael Jerris
bbf691e6f8 remove some files that are no longer in tree from the solution.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5611 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-19 05:13:01 +00:00
Michael Jerris
8ef2aa54c0 modify how we build switch_version.h so we can better handle releases
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5610 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-19 05:01:08 +00:00
Michael Jerris
3887a1813e Make version string have major, minor, and micro version.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5609 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-19 01:00:34 +00:00
Michael Jerris
77d753fe8b line endings.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5608 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-19 00:18:34 +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
Michael Jerris
68f58ae927 fix registration bug when doing authed calls
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5604 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-16 17:19:27 +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
Anthony Minessale
53382fe8da revert unintended commit
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5602 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-14 19:36:56 +00:00
Anthony Minessale
09e96025e9 don't rebuild mod_shout on every make
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5601 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-14 19:34:53 +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
Anthony Minessale
e17fed3ada fix small unlikely but still possible bugs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5598 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-13 23:50:01 +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
Anthony Minessale
0fe8934fec fix missing deref of root xml registry in xml_cdr that causes a hang
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5595 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-13 23:37:22 +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
Anthony Minessale
8df8e7c897 add close method needs testing
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5583 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-10 14:27:25 +00:00
Anthony Minessale
f1466b814c update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5581 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-09 18:20:58 +00:00
Anthony Minessale
7deb3330a1 small tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5580 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-09 17:57:14 +00:00
Michael Jerris
c829877254 fix for MODAPP-25.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5579 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-09 03:19:07 +00:00
Anthony Minessale
c7905e2522 add context option
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5578 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-08 14:37:19 +00:00
Michael Jerris
742ac5a525 fix for MODAPP-17, using the +pin on the conference app args, with nothing following the + will now override and not prompt for a pin
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5577 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-07 02:46:55 +00:00
Michael Jerris
baaaa00f5a change error level
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5575 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-06 21:25:56 +00:00
Michael Jerris
19561a8411 sync with latest sofia tree.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5574 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-06 19:24:10 +00:00
Michael Jerris
7e81dbe5b0 use .so not .dylib for modules on OS-X, fix for MODENDP-16
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5573 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-06 18:10:30 +00:00
Michael Jerris
082a8a26d9 fix for FSBUILD-9, allow recovery from libshout configure failure
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5572 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-06 17:29:48 +00:00
Michael Jerris
55b1d281a3 fix for MODAPP-24
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5571 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-06 17:18:16 +00:00
Michael Jerris
e34d546285 fix of MODENDP-22
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5570 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-06 17:04:08 +00:00
Michael Jerris
36509dfeb4 fix for MODENDP-21. We should add better handling of all the possible values for this.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5569 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-04 06:09:48 +00:00
Michael Jerris
62cafc8e33 fix for FSCORE-44, implement uuid_setvar api command.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5568 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-04 06:03:33 +00:00
Michael Jerris
922bb27e5a fix for MODENDP-19
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5567 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-03 21:41:18 +00:00
Michael Jerris
f1222ba2fd fix for FSCORE-40
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5566 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-03 21:29:01 +00:00
Michael Jerris
d3aa5b433b fix for FSCORE-37
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5565 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-03 16:56:54 +00:00
Michael Jerris
2b3b300e4b fix for FSCORE-34
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5564 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-03 16:46:21 +00:00
Anthony Minessale
5e6093a323 stupidly forgot to include linefeed and carraige return in ok chars for vars thus breaking bypass_media mode for who knows how long...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5563 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-03 16:26:32 +00:00
Michael Jerris
f85f71390b fix for MODLANG-38
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5562 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-03 16:13:32 +00:00
Michael Jerris
0a088c7e68 MODAPP-11 whoops.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5561 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-03 15:43:23 +00:00
Michael Jerris
34831ab124 fix for MODAPP-11
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5560 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-08-03 15:41:39 +00:00