Commit Graph

116 Commits

Author SHA1 Message Date
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
Traun Leyden d275a8dd3d chocking on my own dogfood
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7731 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-23 22:48:55 +00:00
Traun Leyden 516ae82e87 print out hostport of failed connection target
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7569 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-09 16:45:02 +00:00
Stefan Knoblich e1027f3967 More gentls_cert improvements: check for usable CA and improve confirmation prompt in create command
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7266 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-17 14:37:45 +00:00
Stefan Knoblich df5ea7f602 Add -out option to specify filename for new cert, some other minor improvements
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7265 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-17 10:14:54 +00:00
Stefan Knoblich 92b2011b37 The fsxs tool (sort of apxs for FreeSWITCH) is back from the dead.
Changes include an extended usage message and support for e.g. "fsxs --cflags"
style calls to get one or more defined variables on one line (instead of the
"show" command; easier for scripting).


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7247 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-16 14:27:03 +00:00
Stefan Knoblich 24248ae102 Add gentls_cert script to create a CA and certificate for mod_sofia TLS
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7234 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-15 14:53:05 +00:00
Anthony Minessale d14d2465b4 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7189 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-12 19:25:35 +00:00
Brian West 26d213213b added these from Robert La Ferla. Thank you.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7187 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-12 15:19:49 +00:00
Anthony Minessale 287c53798e update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7130 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-07 18:21:34 +00:00
Brian West cb03f74e20 These are used to run test scenarios against snom phones for automated testing
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7082 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-04 18:24:00 +00:00
Anthony Minessale 1bbeb4f706 cross t's and dot i's
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7075 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-03 21:34:44 +00:00
Anthony Minessale e790b22af1 add script
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7074 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-01-03 01:39:46 +00:00