How to detect tones
- From: "Mariam Hussien" <angelwings_787@xxxxxxxxxxx>
- Date: Tue, 8 Apr 2008 14:51:08 +0200
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
.
- Follow-Ups:
- RE: How to detect tones
- From: MAB
- RE: How to detect tones
- Prev by Date: Re: Some issues with a 3COM PBX
- Next by Date: RE: How to detect tones
- Previous by thread: Some issues with a 3COM PBX
- Next by thread: RE: How to detect tones
- Index(es):
Relevant Pages
|