[asterisk-users] AGI and embargeability

2010-01-04 Thread Quinn Weaver
recognition, BTW. Not sure if that matters. Many thanks to anyone who can lend me a clue about this, -- Quinn Weaver Consulting, LLC Full-stack web design and development http://quinnweaver.com/ 510-520-5217 ___ -- Bandwidth and Colocation Provided by http

Re: [asterisk-users] [asterisk-speech-rec] AGI and embargeability

2010-01-05 Thread Quinn Weaver
Professional LPIC-1, Network+, CNA, MCP DID (707)703-1041 Fax (707)703-1983 tben...@a-1networks.com On Jan 4, 2010, at 5:41 PM, Quinn Weaver wrote: Hi, This is a naive question, but is there a way in my AGI script to simultaneously play audio and listen for DTMF or voice responses? I've heard

[asterisk-users] How to make SpeechBackground keep playing if utterance doesn't match our grammar

2010-01-25 Thread Quinn Weaver
faced this before? Is there any application or AGI command that works? (We couldn't find one.) Are we going to have to bust out gcc and write our own dialplan application? :/ Thanks a lot, -- Quinn Weaver Consulting, LLC Full-stack web design and development http://quinnweaver.com/ 510-520-5217

Re: [asterisk-users] How to make SpeechBackground keep playing ifutterance doesn't match our grammar

2010-01-25 Thread Quinn Weaver
{$ = quit;} | $Rewind {$ = rewind;} | $Previous {$ = previous;} | $Pause {$ = pause;} | $Fast_Forward {$ = fast_forward;} | $Rewind {$ = rewind;} | $Replay {$ = replay;}; Thanks, [Omitting asterisk-speech-rec due to some problems with Mailman] -- Quinn Weaver Consulting, LLC

Re: [asterisk-users] How to make SpeechBackground keep playingifutterance doesn't match our grammar

2010-01-25 Thread Quinn Weaver
,1,Background(demo-congrats) exten = XX,n,Hangup() ... exten = 3,1,Goto(quinn-tunnel-test,1,1) exten = 3,n,Hangup() [quinn-tunnel-test] exten = 1,1,Answer() exten = 1,n,AGI(agi://127.0.0.1:4575/Entry/entry?) exten = 1,n,Hangup() -- Quinn Weaver Consulting, LLC Full-stack web design

Re: [asterisk-users] How to make SpeechBackground keepplayingifutterance doesn't match our grammar

2010-01-25 Thread Quinn Weaver
, that's bad—you don't want to be 30 seconds or two minutes into the content and have to start over. Also, as I said, it's always matching one of the rules in our grammar--even if I literally say goobledegook. So it's unclear how we'd implement $response_good. -- Quinn Weaver Consulting, LLC Full-stack