Commit Graph

3544 Commits

Author SHA1 Message Date
Anthony Minessale f492bd4d08 wip
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9068 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-17 13:36:02 +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
Anthony Minessale b5751a46a9 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9065 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-16 22:04:31 +00:00
Anthony Minessale df5afbcacd even more lang stuff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9063 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-16 21:06:14 +00:00
Anthony Minessale 920ef82cb3 lang stuff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9062 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-16 20:19:11 +00:00
Brian West f2e5d07e0b unint. var fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9061 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-16 20:00:23 +00:00
Michael Jerris 43a3b71153 add server registration fiels to sip_registration database (MODENDP-118)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9060 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-16 19:42:40 +00:00
Michael Jerris f103447710 UUID_SEND_DTMF (MODAPP-114)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9059 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-16 19:11:45 +00:00
Brian West 95bab9df92 shut msvc up
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9058 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-16 17:50:50 +00:00
Anthony Minessale 4722de507b add domain-based acl auth thingy
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9056 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-16 17:44:54 +00:00
Anthony Minessale 74c511f421 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9055 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-16 17:37:51 +00:00
Anthony Minessale d5d0bad6d5 add more example
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9052 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-16 15:44:41 +00:00
Anthony Minessale 867ea0c026 fix the evil snake (again)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9051 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-16 14:58:00 +00:00
Anthony Minessale 89b123d5b2 handle failed originate a little more gracefully (MODLANG-70)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9049 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-16 06:23:35 +00:00
Brian West aa99ef8fb6 mod_pocketsphinx fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9047 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-15 22:22:49 +00:00
Brian West e05c71729a small tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9046 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-15 20:35:32 +00:00
Anthony Minessale b24a17cf27 update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9045 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-15 19:41:56 +00:00
Michael Jerris 52126c2b31 add fifo_consumer_exit_key variable (MODAPP-100)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9043 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-15 18:09:16 +00:00
Michael Jerris 4d2cbfe197 Disable multiple registrations on a per-device basis (MODENDP-117)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9042 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-15 18:04:17 +00:00
Brian West 56d2b38e69 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9041 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-15 17:54:13 +00:00
Anthony Minessale 6e4a679e19 fix possible printf of NULL
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9034 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-15 14:56:15 +00:00
Michael Jerris f97466e92c tweak to make mod_syslog work again (FSCORE-153)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9031 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-15 04:02:24 +00:00
Brian West 7520074457 more readable
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9029 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-15 00:05:16 +00:00
Brian West 0afdd55a3f let the reloading start
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9028 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-14 23:58:07 +00:00
Brian West 73648db842 fix MODLANG-69
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9027 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-14 23:24:39 +00:00
Brian West d690632ba1 fix MODLANG-69
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9026 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-14 23:22:41 +00:00
Anthony Minessale c75f259571 update syntax
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9024 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-14 20:57:35 +00:00
Anthony Minessale 87c6564e9e fixup mod_perl
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9022 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-14 20:37:36 +00:00
Brian West a132987f01 woops left a debug in there
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9020 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-14 18:07:44 +00:00
Brian West 2ddfd226d2 don't feed ps_process_raw if we are trying to grab the results.. it causes it to freak out
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9019 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-14 18:05:27 +00:00
Brian West f4f8d7f39b invalid option
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9018 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-14 17:47:34 +00:00
Michael Jerris 6687f151e7 tweak colors on windows to match unix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9017 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-14 17:09:47 +00:00
Brian West d6022f302a include session in hangup hook
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9015 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-14 15:38:44 +00:00
Brian West 5a154e0acd clean up
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9010 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-13 18:45:11 +00:00
Brian West 66fec8440d tweak from chrisdan
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9005 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-12 18:46:54 +00:00
Brian West 8b8a7f14c6 fix callback arg and CoreSession::sleep to not require a file
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9004 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-12 18:44:05 +00:00
Traun Leyden c00d1fb8e4 remove old unused file, add a few documentation comments
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9001 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-11 21:56:18 +00:00
Brian West 8d8dec2830 add XML binding
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9000 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-11 21:41:19 +00:00
Brian West 21534d46a7 add api
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8999 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-11 20:58:42 +00:00
Anthony Minessale a3ccefa7e1 snake charming
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8998 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-11 19:42:52 +00:00
Anthony Minessale 0f873e692b fix FSCORE-156
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8997 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-11 14:35:08 +00:00
Brian West b9b0c2d6d4 revert these settings till the lib fixes a bug related to -bestpath
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8995 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-10 22:16:31 +00:00
Brian West c88d334363 not less than zero
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8994 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-10 20:06:00 +00:00
Anthony Minessale cc63a0595a add timeout to wait_for_silence
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8993 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-10 19:59:57 +00:00
Brian West 1bd99549e0 remove comments
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8992 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-10 19:42:26 +00:00
Michael Jerris 8882ba7c86 tweak syntax string
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8991 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-10 19:34:06 +00:00
Brian West dd01445d2a confidence scores are 0 best to 100 worst
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8989 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-10 19:32:43 +00:00
Michael Jerris 04d1d7afb1 tweak syntax string
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8988 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-10 19:22:06 +00:00
Anthony Minessale 381c31486c add wait_for_voice app for MC
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8986 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-10 15:57:41 +00:00
Brian West 7f511482d2 add module_exists api call
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8984 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-10 14:41:31 +00:00