How to detect tones



Hi all
can u please tell me how can I detect the tones indicating that the line is
busy, ringing,or disconnected

I read on the msdn the function DetectTone

I tried to use it using julmar tapi3 as following:

TDetectTone[] TapiTones = new TDetectTone[1];

//busy tone

TapiTones[0] = new TDetectTone(0, 5000, 480, 620);

ActiveCall.DetectTones(TapiTones);

but I always get exception "Invalid tone ID"

can u help me please,

Thanks in Advance


.



Relevant Pages

  • Re: Busy Tone Frequency & Pattern?
    ... There are some tone detector IC's CML micri circuits. ... > Tone: Busy ...
    (sci.electronics.design)
  • Re: quick stripped quilt pattern
    ... strips the larger triangle creating a windmill pattern. ... look as busy as the Hoffman pattern. ... tone on tone as the non-pieced section of the HST. ...
    (rec.crafts.textiles.quilting)
  • Detect busy line
    ... I would expect to get an ITCallStateEvent with CEC_DISCONNECT_BUSY when the remote party is busy. ... Should I detect the "busy tone"? ...
    (microsoft.public.win32.programmer.tapi)
  • RE: How to detect tones
    ... the value 5000 is for duration and not for frequency. ... I read on the msdn the function DetectTone ... I tried to use it using julmar tapi3 as following: ... but I always get exception "Invalid tone ID" ...
    (microsoft.public.win32.programmer.tapi)