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

2010-01-05 Thread Quinn Weaver
On Tue, Jan 5, 2010 at 12:20 AM, Trevor Benson  wrote:
> Its called speechbackground.  from asterisk console type 'core show 
> applications speech' (and hit the tab key) these are the speech applications 
> used.  Speechbackground being similar to background.

Thanks, Trevor, Steve, and Alex.  I should have been clearer about
what I want to do.  I want to play a sound file while listening for
*either* speech *or* DTMF input.  Either should affect control flow.
Think "for customer service, press or say 2."  Is there any way to do
this?

My second constraint is that I want to do this within a single AGI
script.  I'd prefer using AGI commands rather than EXEC'ing dialplan
applications like Background and speechbackground, but I guess I can
use apps if I need to.

Thanks again,

>
>
> Trevor Benson
> A1 Networks  |  Network Engineer
> dCAP- Digium Certified Asterisk 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 VOIP hackers call this "inbargeability;" it's the ability
>> to "barge in" to a playing audio clip.
>>
>> I'm planning to use Lumenvox for the DTMF and voice 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://www.api-digital.com--
>>
>> asterisk-speech-rec mailing list
>> To UNSUBSCRIBE or update options visit:
>>   http://lists.digium.com/mailman/listinfo/asterisk-speech-rec
>
>
> ___
> --Bandwidth and Colocation Provided by http://www.api-digital.com--
>
> asterisk-speech-rec mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-speech-rec
>



-- 
Quinn Weaver Consulting, LLC
Full-stack web design and development
http://quinnweaver.com/
510-520-5217

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

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

2010-01-05 Thread Kevin P. Fleming
Quinn Weaver wrote:
> On Tue, Jan 5, 2010 at 12:20 AM, Trevor Benson  
> wrote:
>> Its called speechbackground.  from asterisk console type 'core show 
>> applications speech' (and hit the tab key) these are the speech applications 
>> used.  Speechbackground being similar to background.
> 
> Thanks, Trevor, Steve, and Alex.  I should have been clearer about
> what I want to do.  I want to play a sound file while listening for
> *either* speech *or* DTMF input.  Either should affect control flow.
> Think "for customer service, press or say 2."  Is there any way to do
> this?
> 
> My second constraint is that I want to do this within a single AGI
> script.  I'd prefer using AGI commands rather than EXEC'ing dialplan
> applications like Background and speechbackground, but I guess I can
> use apps if I need to.

AGI in Asterisk 1.6.0 and later has "SPEECH RECOGNIZE" which does
exactly what you want.

-- 
Kevin P. Fleming
Digium, Inc. | Director of Software Technologies
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
skype: kpfleming | jabber: kpflem...@digium.com
Check us out at www.digium.com & www.asterisk.org

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users