Asterisk Voice Recognition Company Directory Released

ethans
Posts: 330
Member Since:
2007-01-16

As promised, I have just released the Asterisk Voice Recognition Company Directory. View all the details at http://www.freepbx.org/news/2008-02-06/asterisk-voice-recognition...

Sorry for the delay, but things have been a little crazy lately!

Ethan Schroeder
Ethan dot Schroeder at schmoozecom.com

--

Ethan Schroeder - ethan d.o.t schroeder a.t schmoozecom d.o.t com
Comprehensive bounty list | Blog



jahyde
Posts: 1972
Member Since:
2006-06-02
awesome work Ethan, wish I

awesome work Ethan, wish I had the time to hit the training, keep us posted on your dev work.

--

--my PBX is run on 2 V8's



jahyde
Posts: 1972
Member Since:
2006-06-02
Just a thought - I made a

Just a thought - I made a wiki section for collaboration on this project:
http://www.trixbox.org/wiki/voice-rec

People can post code, and guides there.

--

--my PBX is run on 2 V8's



pca
Posts: 381
Member Since:
2007-01-17
Ethan, It looks like we are

Ethan,

It looks like we are missing the grammar files?



ethans
Posts: 330
Member Since:
2007-01-16
Grammar files

The grammar files are automatically generated when you click the "Save Directory" button. Just make sure you have a /etc/asterisk/grammars directory (Should have been created when you installed lumenvox) and make sure it is asterisk readable/writable:

chown -R asterisk:asterisk /etc/asterisk/grammars

--

Ethan Schroeder - ethan d.o.t schroeder a.t schmoozecom d.o.t com
Comprehensive bounty list | Blog



ethans
Posts: 330
Member Since:
2007-01-16
Permissions fixed in installer

I just made sure the installer changes permissions on the grammars directory for future users.

Ethan
Ethan dot Schroeder at schmoozecom.com

--

Ethan Schroeder - ethan d.o.t schroeder a.t schmoozecom d.o.t com
Comprehensive bounty list | Blog



pca
Posts: 381
Member Since:
2007-01-17
I was thinking that was

I was thinking that was possibly the case... but my webui wasn't working properly in finding extensions and didn't want to bother you about it. I will work it out on my own. Thanks for the quick response.



ethans
Posts: 330
Member Since:
2007-01-16
If the web UI isn't finding

If the web UI isn't finding extensions, I would wager to say that you have set a different root mysql password? It pulls extensions out the FreePBX devices table (in the asterisk database) and puts them in the company_directory_extensions table, and actually automatically pulls any new extensions in that you may add in the future.

Unfortunately, I've been sitting on this app for over 6 months and wanted to get it in people's hands before the training, so the installer could have been smarter.

Make sure the company_directory and company_directory_extensions tables were created by the installer and if your root password isn't the default 'passw0rd' that you change it in the installer script and reinstall. The installer script probably won't overwrite the PHP files as it is using cp commands, so also change it in /var/www/html/companydirectory/include/functions.php file.

Update us on your progress so I can make adjustments to the code that are necessary.

Ethan

--

Ethan Schroeder - ethan d.o.t schroeder a.t schmoozecom d.o.t com
Comprehensive bounty list | Blog



pca
Posts: 381
Member Since:
2007-01-17
I am playing with this on a

I am playing with this on a stock install of TB 2.4. Have not changed any passwords. I will keep hacking at it until I figure it out... will post back if I get it working. I do have the lumenvox test working fine and had followed their TB install instructions. Also, the UI does see the first extension (but that's it)... forgot to mention that. I may just try again with a fresh TB install... this TB test machine is pretty beaten up.



ethans
Posts: 330
Member Since:
2007-01-16
pca, Don't spend too much

pca,

Don't spend too much time on it. You mentioned this was a fresh install (test system?). If you don't mind, PM me with the details on how to connect to it, and I'll figure out what's going on, fix it, and adjust the release accordingly. Your help is greatly appreciated, and I want you to have a good experience.

Ethan

--

Ethan Schroeder - ethan d.o.t schroeder a.t schmoozecom d.o.t com
Comprehensive bounty list | Blog



ethans
Posts: 330
Member Since:
2007-01-16
Just an update

I fixed an issue with the installer that prevented the company directory from putting in all of the user extensions. Thanks to pca for working with me on resolving this issue.

http://www.schmoozecom.com/img/company_directory.tar.gz

--

Ethan Schroeder - ethan d.o.t schroeder a.t schmoozecom d.o.t com
Comprehensive bounty list | Blog



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.