Hi,<br/><br/> <br/><br/>I recently purchased the Lumenvox single port speech engine for my TrixBox 2.0 system.   I am unable to get the pizza demo working.  I will admit I am a Asterisk/Lumenvox newb, but I have spent a fair amount of the weekend searching for a solution before I decided to post.  Here is where I am at so far, any (and all) suggestions appreciated, thanks!<br/><br/> <br/><br/> I downloaded the files per the Trixbox instructions (http://www.lumenvox.com/customers/help/trixbox.htm) and everything, including the license process, seemed to install just fine – no errors reported.<br/><br/>I used the following bins:<br/><br/>LumenvoxSRE-7.1.211-rh-es.tar<br/><br/>asterisk-1.2.x-lumenvox-support-b10-engine7.1.tar<br/><br/>license_server-7.1.211-rh-es.tar<br/><br/> <br/><br/>I am able to build and run the demo app at \opt\lumenvox\engine_7.1\examples\ and when running I get :<br/><br/> <br/><br/>[root@asterisk1 examples]# ./example 127.0.0.1<br/><br/>Connecting to 127.0.0.1<br/><br/>Interpretation 1:<br/><br/>8587070707<br/><br/> <br/><br/>count=0, decode returns 10<br/><br/>Interpretation 1:<br/><br/>8587070707<br/><br/> <br/><br/>count=1, decode returns 10<br/><br/>Interpretation 1:<br/><br/>8587070707<br/><br/>…..<br/><br/> <br/><br/>So it seems that the speech engine is up and running ok.<br/><br/> <br/><br/>I then downloaded the latest Pizza Demo:<br/><br/>ast-pizza-demo.zip<br/><br/> <br/><br/>The FTP site is dating the file at 2/16/2007<br/><br/> <br/><br/>I followed the instructions in the included readme, which vary slightly from the directions at http://www.lumenvox.com/customers/help/AsteriskPizzaDemo.htm - though in my debugging, I’ve pretty much tried everything at this point.<br/><br/> <br/><br/>In one of the docs, it mentions the default extension is 200, I had an existing extension at 200, but deleted it so that is the only conflict I can come up with, and wanted to make sure I shared this in case this could be the problem. <br/><br/> <br/><br/>I also created an IVR route to the demo and have configured it to run ‘Custom App’ custom-pizza,s,1.<br/><br/> <br/><br/>When I dial the extension from the IVR, here is what the Asterisk debug shows me (verbosity 9):<br/><br/>    -- Playing 'custom/EnterExt1' (language 'en')<br/><br/>  == CDR updated on SIP/edh-XXX<br/><br/>    -- Executing DBdel("SIP/edh-XXX", "") in new stack<br/><br/>    -- Executing Set("SIP/edh-XXX", "__NODEST=") in new stack<br/><br/>    -- Executing Goto("SIP/edh-XXX", "custom-pizza|s|1") in new stack<br/><br/>    -- Goto (custom-pizza,s,1)<br/><br/> <br/><br/>I then get a reorder (fast busy) tone, and asterisk hangs up, and the logging stops.<br/><br/> <br/><br/>Not sure if this helps or not, but here is the output from loading grammar:<br/><br/>asterisk1*CLI> reload res_speech_lumenvox.so<br/><br/>    -- Reloading module 'res_speech_lumenvox.so' (Lumenvox Speech Recognition)<br/><br/>  == Parsing '/etc/asterisk/lumenvox.conf': Found<br/><br/>    -- Using server(s): 127.0.0.1<br/><br/>    -- Reloaded grammar 'yes_no'<br/><br/>    -- Reloaded grammar 'pizza'<br/><br/>    -- Reloaded grammar 'order'<br/><br/>    -- Reloaded grammar 'crust'<br/><br/>    -- Reloaded grammar 'size'<br/><br/>    -- Reloaded grammar 'specialityorcustom'<br/><br/>    -- Reloaded grammar 'speciality'<br/><br/>    -- Reloaded grammar 'arso'<br/><br/>    -- Reloaded tweaking profile default<br/><br/> <br/><br/>I have also made sure all the Trixbox and pertinent modules have the latest online updates.  I hope I included all the right information here.  If anyone has a suggestion, please let me know.  Thanks for the help!<br/><br/> <br/><br/>Best,<br/><br/>-Ed<br/><br/> <br/><br/>