Commit Graph

  • 8d66eab47f add mod_pocketsphinx and sound files to windows build. Michael Jerris 2008-07-21 05:41:04 +00:00
  • 1e969376b3 fix windows running as a service (FSCORE-159) Michael Jerris 2008-07-21 05:05:36 +00:00
  • 1b044f432b A partial translation of the English phrases, but importantly, all the digit and date time stuff is now in Chinese. Steve Underwood 2008-07-20 15:52:07 +00:00
  • ce1904ba07 A work in progress, but this speaks numbers dates and times OK in my testing so far. Steve Underwood 2008-07-20 15:49:57 +00:00
  • f7bfcd3e89 typos Anthony Minessale 2008-07-20 14:20:29 +00:00
  • da1988f1f6 typo Anthony Minessale 2008-07-19 17:23:29 +00:00
  • 6f906500d2 tweak for gcc 4.3 Michael Jerris 2008-07-19 15:39:17 +00:00
  • 94353fee1a getting this ready Anthony Minessale 2008-07-19 15:20:08 +00:00
  • eb861035e3 adding docs for vm_message_ext Brian West 2008-07-19 15:18:21 +00:00
  • f46044c932 build tweaks Michael Jerris 2008-07-19 15:16:29 +00:00
  • 56201ec9e3 doh Brian West 2008-07-19 02:20:48 +00:00
  • 022c920d38 update to syntax thanks sekil. Brian West 2008-07-18 23:58:48 +00:00
  • ab0800cf22 mac works part 2 Brian West 2008-07-18 23:40:26 +00:00
  • b69958ae18 update Anthony Minessale 2008-07-18 23:16:07 +00:00
  • 716d82407a make flite work on mac also... doesn't break linux build either. Brian West 2008-07-18 23:10:44 +00:00
  • a60409d72f update Anthony Minessale 2008-07-18 22:30:22 +00:00
  • 60ab746d86 and eh? :) Brian West 2008-07-18 22:26:51 +00:00
  • 335f844ac1 update Anthony Minessale 2008-07-18 22:04:10 +00:00
  • 493f6abd26 per call vm recording ext with vm_message_ext variable Anthony Minessale 2008-07-18 21:16:52 +00:00
  • c9fe28877e fix compiler warn Anthony Minessale 2008-07-18 20:45:07 +00:00
  • 8639738e4b update Anthony Minessale 2008-07-18 20:25:39 +00:00
  • 047e3dd7ae don't parse ringback varable in proxy situations Anthony Minessale 2008-07-18 19:29:29 +00:00
  • f0e539a5f2 patch multiple SDP connection lines in sdp for proxy media mode (MODENDP-109) Michael Jerris 2008-07-18 19:18:24 +00:00
  • ee72bdf090 add small padding to end of mp3 Anthony Minessale 2008-07-18 17:51:01 +00:00
  • c1ac14f1e6 tweak Anthony Minessale 2008-07-18 17:33:30 +00:00
  • 22aca7224f Restore support for lenny in debian builds Massimo Cetra 2008-07-18 17:02:57 +00:00
  • 44124b0de0 update Anthony Minessale 2008-07-18 16:55:30 +00:00
  • d55f030239 update Anthony Minessale 2008-07-18 16:46:11 +00:00
  • 87d48dd016 update Anthony Minessale 2008-07-18 16:18:31 +00:00
  • 974fc5ad7e doh Michael Jerris 2008-07-18 16:17:45 +00:00
  • c3daad0144 typo Michal Bielicki 2008-07-18 14:04:07 +00:00
  • 11581b288f typo Brian West 2008-07-18 13:31:00 +00:00
  • f2dc83633c add config and woops our config options have dashes not underscores... variables have underscore Brian West 2008-07-17 23:49:25 +00:00
  • 94a420c961 move the models into the config so you can override them and set the defaults if you dont Brian West 2008-07-17 23:46:47 +00:00
  • 293915f4c3 add 16k support to pocketsphinx using the wsj1 model. Brian West 2008-07-17 23:13:11 +00:00
  • a1faf6f987 some examples of modules_exists Brian West 2008-07-17 21:33:58 +00:00
  • 4fa611e5c9 tweak Michael Jerris 2008-07-17 21:25:17 +00:00
  • baa2cf40ef mwi.py and startup-script support for mod_python Brian West 2008-07-17 21:02:24 +00:00
  • 318b95ccf3 add mwi.pl support to mod_perl. Brian West 2008-07-17 20:48:14 +00:00
  • edfef3fdca add reboot options to flush_inbound_reg Anthony Minessale 2008-07-17 20:47:42 +00:00
  • ca518b4afd bracketless if fix Brian West 2008-07-17 20:33:50 +00:00
  • ccbf39361f add startup-script to mod_lua Brian West 2008-07-17 20:31:49 +00:00
  • e23ce1f5db launch perl scripts on startup (MODLANG-72) Michael Jerris 2008-07-17 20:01:53 +00:00
  • 1df3896b34 nut n' honey Anthony Minessale 2008-07-17 19:46:25 +00:00
  • 3b2fab8cb3 add timeout to curl run in js Michael Jerris 2008-07-17 16:27:25 +00:00
  • 50b827f8f6 default domain used for the profiles in voicemail Brian West 2008-07-17 15:13:34 +00:00
  • e89625c84e forgot a free call Anthony Minessale 2008-07-17 14:39:28 +00:00
  • 75900accba use a variable, realm or to host to find gateway when it's not obvious Anthony Minessale 2008-07-17 14:32:01 +00:00
  • f492bd4d08 wip Anthony Minessale 2008-07-17 13:36:02 +00:00
  • 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. Brian West 2008-07-17 04:21:28 +00:00
  • 76d581387b don't do this by default Brian West 2008-07-17 04:17:13 +00:00
  • b5751a46a9 tweak Anthony Minessale 2008-07-16 22:04:31 +00:00
  • 61f3d6798b don't let caller profiles init with blank caller id Anthony Minessale 2008-07-16 22:02:41 +00:00
  • df5afbcacd even more lang stuff Anthony Minessale 2008-07-16 21:06:14 +00:00
  • 920ef82cb3 lang stuff Anthony Minessale 2008-07-16 20:19:11 +00:00
  • f2e5d07e0b unint. var fix Brian West 2008-07-16 20:00:23 +00:00
  • 43a3b71153 add server registration fiels to sip_registration database (MODENDP-118) Michael Jerris 2008-07-16 19:42:40 +00:00
  • f103447710 UUID_SEND_DTMF (MODAPP-114) Michael Jerris 2008-07-16 19:11:45 +00:00
  • 95bab9df92 shut msvc up Brian West 2008-07-16 17:50:50 +00:00
  • 731b0a7f08 this is an example to go with the last commit from tony. You can now have a cidr= attr on a user in the directory which is then used to build an acl list for that domain. Brian West 2008-07-16 17:47:57 +00:00
  • 4722de507b add domain-based acl auth thingy Anthony Minessale 2008-07-16 17:44:54 +00:00
  • 74c511f421 update Anthony Minessale 2008-07-16 17:37:51 +00:00
  • c88d6b1823 woops Brian West 2008-07-16 15:54:57 +00:00
  • b46c1b8c0e adding a sip_acl to the default config for ip auth on the internal profile Brian West 2008-07-16 15:52:22 +00:00
  • d5d0bad6d5 add more example Anthony Minessale 2008-07-16 15:44:41 +00:00
  • 867ea0c026 fix the evil snake (again) Anthony Minessale 2008-07-16 14:58:00 +00:00
  • 64cdf63ca6 tweak Brian West 2008-07-16 13:35:42 +00:00
  • 89b123d5b2 handle failed originate a little more gracefully (MODLANG-70) Anthony Minessale 2008-07-16 06:23:35 +00:00
  • 0e41f84afd tweak Michael Jerris 2008-07-16 04:48:01 +00:00
  • aa99ef8fb6 mod_pocketsphinx fix Brian West 2008-07-15 22:22:49 +00:00
  • e05c71729a small tweak Brian West 2008-07-15 20:35:32 +00:00
  • b24a17cf27 update Anthony Minessale 2008-07-15 19:41:56 +00:00
  • ac1119e64b fix Anthony Minessale 2008-07-15 19:14:15 +00:00
  • 52126c2b31 add fifo_consumer_exit_key variable (MODAPP-100) Michael Jerris 2008-07-15 18:09:16 +00:00
  • 4d2cbfe197 Disable multiple registrations on a per-device basis (MODENDP-117) Michael Jerris 2008-07-15 18:04:17 +00:00
  • 56d2b38e69 tweak Brian West 2008-07-15 17:54:13 +00:00
  • bc2fc3fa14 update Anthony Minessale 2008-07-15 17:39:16 +00:00
  • 34c111830f change order. Michael Jerris 2008-07-15 17:34:17 +00:00
  • 0baedecdfd change order. Michael Jerris 2008-07-15 17:34:17 +00:00
  • 266a56391e update Anthony Minessale 2008-07-15 17:15:34 +00:00
  • d330c80b61 tweak UPDATE YOUR CONFIG Brian West 2008-07-15 17:09:36 +00:00
  • 12582c0bf5 use our SWITCH_BYTE_ORDER macro Anthony Minessale 2008-07-15 16:15:49 +00:00
  • f7f58ec531 fix FSCORE-150 Anthony Minessale 2008-07-15 15:51:10 +00:00
  • 840b9f3367 minor logger tweaks Anthony Minessale 2008-07-15 14:56:30 +00:00
  • 6e4a679e19 fix possible printf of NULL Anthony Minessale 2008-07-15 14:56:15 +00:00
  • b47382df69 tweaks Brian West 2008-07-15 14:41:08 +00:00
  • 07728b3b60 tweak Brian West 2008-07-15 11:23:46 +00:00
  • f97466e92c tweak to make mod_syslog work again (FSCORE-153) Michael Jerris 2008-07-15 04:02:24 +00:00
  • 001def1692 allow mailer-app-args to be blank (FSCORE-158) Michael Jerris 2008-07-15 03:13:33 +00:00
  • 7520074457 more readable Brian West 2008-07-15 00:05:16 +00:00
  • 0afdd55a3f let the reloading start Brian West 2008-07-14 23:58:07 +00:00
  • 73648db842 fix MODLANG-69 Brian West 2008-07-14 23:24:39 +00:00
  • d690632ba1 fix MODLANG-69 Brian West 2008-07-14 23:22:41 +00:00
  • f84b842d27 fix Anthony Minessale 2008-07-14 22:15:24 +00:00
  • c75f259571 update syntax Anthony Minessale 2008-07-14 20:57:35 +00:00
  • 0ed55ae3e6 fixup mod_perl Anthony Minessale 2008-07-14 20:49:29 +00:00
  • 87c6564e9e fixup mod_perl Anthony Minessale 2008-07-14 20:37:36 +00:00
  • 419362702a add pocketsphinx conf file to packages (FSBUILD-59 Michael Jerris 2008-07-14 19:16:28 +00:00
  • a132987f01 woops left a debug in there Brian West 2008-07-14 18:07:44 +00:00
  • 2ddfd226d2 don't feed ps_process_raw if we are trying to grab the results.. it causes it to freak out Brian West 2008-07-14 18:05:27 +00:00