Commit Graph

128 Commits

Author SHA1 Message Date
Brian West
2d1d3d98ed FSSCRIPTS-9 thanks john, sound files will appear by friday for this
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10777 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-15 18:17:53 +00:00
Brian West
3410c58a2e FSSCRIPTS-8 Thanks John
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10776 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-12-15 18:16:34 +00:00
Stefan Knoblich
8719823f5d Fixup output of fsxs --variable
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10558 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-11-27 21:40:29 +00:00
Brian West
d0d28568fe FSSCRIPTS-7
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10177 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-28 10:22:31 +00:00
Brian West
c87ae6141d tweak FreeSWITCH::Client to not delete keys that are already lowercase ie. variables in the events
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10041 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-16 00:23:46 +00:00
Brian West
7ee91be602 Gizmo config script
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9866 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-06 23:33:53 +00:00
Anthony Minessale
f3b413edf1 write cng frames during sleep
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9811 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-10-03 18:14:11 +00:00
Brian West
d1ab9fadb2 add quick debug util for trying to debug sofia... crank up the debug. christian sent it in
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9593 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-18 23:40:26 +00:00
Traun Leyden
1daedabfbb improve debuggability
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9583 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-18 00:07:15 +00:00
Traun Leyden
ce77b437f1 improve docs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9529 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-11 22:25:35 +00:00
Traun Leyden
5c1982a295 set field so the protocol object can easily get factor instance. add ability to add observers for specific events and dispatch events to observers. still more work needed there, since there is no relation between observers and what events are subscribed from freeswitch
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9528 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-11 21:12:43 +00:00
Brian West
564b5f4a79 create example of using the inputcallback to influence the playback of a file.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9501 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-10 14:05:48 +00:00
Brian West
4415976b8b FSSCRIPTS-4 thanks UnixDog
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9294 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-14 16:50:13 +00:00
Brian West
7e38be6d60 w00t
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9256 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-08-12 03:00:14 +00:00
Brian West
80ddc15155 lets flip it around. 0 bad 100 good in pocketsphinx now. Scoring in the lib was changed so I had to do this change
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9194 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-29 01:25:29 +00:00
Brian West
3c0842d438 add scripts from MODAPP-89
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9169 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-24 16:14:20 +00:00
Brian West
bcb7bc63aa quick_lm.pl - will compile a sentence file into an lm for use with pocketpshinx.
mklm        - this wraps quick_lm.pl and builds the dictionary for the lm.
Makefile.gram - is installed ito prefix/grammar so you can just put your sentence files in the grammar directory and type make.

The sentence file format is:

<s> YES </s>
<s> NO </s>

Save this in yesno.sent and place in grammar directory.

cd grammar
make

To wipe out all the grammars type 

make clean.


Please test and report any issues.  This should allow you to build lm's with ease.






git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9067 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-17 04:21:28 +00:00
Traun Leyden
995f477475 fixed protocol incompatibility, make more robust and less anal regarding spurious blank lines, debugging instructions added to README. debug off by default
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9009 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-13 04:10:52 +00:00
Traun Leyden
f01fde034c add debugging information
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9008 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-13 03:14:44 +00:00
Brian West
2380cce175 works better if you do this correctly
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9007 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-12 22:05:13 +00:00
Brian West
ebb35b5d97 tweaks to speech tools to score differently for pocketsphinx
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9003 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-12 15:41:04 +00:00
Brian West
cb7ee06afc tweaks for scores in ps
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8990 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-10 19:33:38 +00:00
Brian West
285b140571 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8981 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-10 02:14:14 +00:00
Brian West
7f4041da68 add additional regexp for testing
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8980 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-10 01:51:47 +00:00
Anthony Minessale
fad3811708 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8969 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-09 22:30:40 +00:00
Brian West
32b3a852db add pocketsphinx pizza.js demo
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8957 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-09 16:24:58 +00:00
Brian West
53fda0eeca tweaked SpeechTools
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8953 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-09 02:57:28 +00:00
Michael Jerris
36852b399e fix seg src/mod/languages/mod_python
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8924 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-08 06:59:02 +00:00
Anthony Minessale
27b289bd4b add example
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8827 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-23 19:17:47 +00:00
Michael Jerris
1f5d189782 more dapper stuff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8806 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-17 17:47:29 +00:00
Michael Jerris
094e837b94 make this work on dapper (no need for the tight version checking
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8804 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-16 17:15:16 +00:00
Michael Jerris
39b6f21a4d a little packaging work
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8803 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-16 17:01:16 +00:00
Michael Jerris
152f090a44 start of packaging
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8802 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-06-16 16:53:34 +00:00
Brian West
f57c69ceb0 thanks CtRiX
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8306 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-08 16:44:33 +00:00
Brian West
7718ccc1e5 elaborate
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8243 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-02 00:24:09 +00:00
Traun Leyden
a34165722a hello world
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8242 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-01 23:39:53 +00:00
Anthony Minessale
85fc8c37e7 fix bad pointer memory snafu in wrapped language libs
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8238 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-01 19:03:57 +00:00
Brian West
f59b8ed1dc update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8231 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-05-01 03:12:26 +00:00
Traun Leyden
53f2c134a3 attempt to fix data must not be unicode error
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8210 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-28 04:02:34 +00:00
Brian West
5743b7e152 be consistent
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8205 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-26 01:00:34 +00:00
Brian West
a68c60c1f1 some small lua and perl examples.. they look very similar...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8202 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-26 00:37:03 +00:00
Michael Jerris
349fb64db9 add
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8188 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-23 23:13:01 +00:00
Anthony Minessale
92a800e6fa update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8158 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-21 23:45:47 +00:00
Michael Jerris
93771dc79f revert unintentional commit
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8086 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-10 20:42:15 +00:00
Anthony Minessale
6a56113a93 fix MODAPP-85
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8084 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-10 20:26:15 +00:00
Brian West
1c52292c9b This can be used to test DTMF connectivity from remote devices and read back the DTMF verbally.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8002 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-04-02 07:33:50 +00:00
Stefan Knoblich
2ef2ea1646 Update help text and copyright header.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7980 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-03-29 00:57:04 +00:00
Stefan Knoblich
a03be40e62 Change variable naming to be more configure-like (except for --confdir)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7979 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-03-29 00:49:21 +00:00
Traun Leyden
f4be1d8d8c forgot to check something in
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7770 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-03-02 17:23:02 +00:00
Traun Leyden
e27ab3ce4c improve logging a bit
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7768 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-03-01 20:36:38 +00:00