Re: IVR
- From: "Matthias Moetje [MVP]" <moetje@xxxxxxxxxxxxxxxxxxx>
- Date: Tue, 18 Oct 2005 17:45:44 +0200
Nick,
basically I can't see that you are doing anything wrong, but
regarding TAPI and .NET see KB article
"841712 - Telephony Application Programming Interface
(TAPI) functionality is not supported from managed code".
http://support.microsoft.com/?id=841712
That being said you should start with the basics for further
examination. Use TapiBrowser 3 (if you're more familiar
with this object model) and Windows Sound Recorder
(soundrec.exe) and try to reproduce the issue. For using
Windows sound recorder with your modem you need to
set the system default audio devices to the modem's
audio devices.
Best regards,
Matthias Moetje
-------------------------------------
TERASENS GmbH
Ackermannstraße 3
80797 München
-------------------------------------
Fon: +49 89 143370-0
Fax: +49 89 143370-22
e-mail: moetje at terasens dot de
www: www.terasens.de
-------------------------------------
"Nick" <bvbocauk@xxxxxxxxxxx> wrote in message
news:uWr0wS$0FHA.4032@xxxxxxxxxxxxxxxxxxxxxxx
> Hi,
> I've no idea what's wrong, but I'm sure when I can hear my voice
through
> the modem's speaker, the recognition event can be triggered.The dial
method
> and answer method are almost the same code,so I'm sure modem is only doing
> record but play.
> I want to know why I can't hear voice when answering a call? Maybe
when
> the voice can be heard the recognition event can be triggered. Is there
> anything I haven't set?
> Or something to do with "TapiConstants.TAPIMEDIATYPE_AUDIO"?
>
> part of my answer method is like:
>
> IEnumCall ec = ia[line].EnumerateCalls();
> ITCallInfo ici;
> ec.Next(1,out ici,ref arg);
> ITBasicCallControl bc=(TAPI3Lib.ITBasicCallControl)ici;
> bc.Answer();
>
> part of my dail method is like://In this method the recognition event
> can be triggered
>
> ITBasicCallControl bc = ln.CreateCall
>
(PhoneNumber.Text,TapiConstants.LINEADDRESSTYPE_PHONENUMBER,TapiConstants.TA
> PIMEDIATYPE_AUDIO);
>
> bcc.Connect(false);
>
>
>
> "Matthias Moetje [MVP]" <moetje@xxxxxxxxxxxxxxxxxxx> дÈëÏûÏ¢ÐÂÎÅ
> :eBtwpB#0FHA.268@xxxxxxxxxxxxxxxxxxxxxxx
> > Nick,
> >
> > that sounds a bit strange.
> >
> > > I noticed that after dialing the number and connecting I can hear
my
> > > voice by modem's
> >
> > You said in the outbound case recognition works. Normally you won't hear
> > your voice in the speaker in this mode...
> >
> >
> > Did you try to playback and record (=recognize) at the same time?
> > Most (=allmost all) modems do not support full-duplex operation,
> > maybe that's why recognition fails?
> >
> >
> > Best regards,
> >
> > Matthias Moetje
> > -------------------------------------
> > TERASENS GmbH
> > Ackermannstraße 3
> > 80797 München
> > -------------------------------------
> > Fon: +49 89 143370-0
> > Fax: +49 89 143370-22
> > e-mail: moetje at terasens dot de
> > www: www.terasens.de
> > -------------------------------------
> >
> > "Nick" <bvbocauk@xxxxxxxxxxx> wrote in message
> > news:OBpzuQ80FHA.3856@xxxxxxxxxxxxxxxxxxxxxxx
> > > Hi,
> > > I built a simple IVR system by Sapi5 and Tapi3. But I met a
problem:
> > > When I dial the number through the modem and connect it's ok to do
> > > Recognizing. However after my
> > >
> > > modem answering the incoiming call, it can't detect any Recognition
> event!
> > > I noticed that after dialing the number and connecting I can hear
my
> > > voice by modem's
> > >
> > > speaker,but after modem answering my mobil phone, I can't hear any
voice
> > > through the modem.
> > > My modem is a voice modem. Anything to do with the modem?
> > > So much thanks!
> > >
> > > Nick
> > >
> > >
> >
> >
>
>
.
- Prev by Date: Re: Generate Custom Frequency Tones with TAPI3
- Next by Date: Re: Can TAPI2.x transmit data With TAPI1.4
- Previous by thread: Re: IVR
- Next by thread: Re: Generate Custom Frequency Tones with TAPI3
- Index(es):
Relevant Pages
|