Re: [sipxtapi-dev] New SimpleDtmfDetector

2010-01-01 Thread Daniel Sigurgeirsson
detected? For instance, if the user presses a button and holds it down for some time, thereby generating quite a long DTMF signal, how many DTMF notes would this class detect as a consequence? Regards,Daniel Date: Fri, 13 Nov 2009 18:05:31 -0500 Subject: Re: [sipxtapi-dev] New SimpleDtmfDetector

Re: [sipxtapi-dev] New SimpleDtmfDetector

2009-11-25 Thread Daniel Sigurgeirsson
probably need to install a new Debug recorder that records the whole time, regardless of the start/stop messages sent to sipxtapi. Has anyone done anything similar? Regards,DanĂ­el Date: Fri, 13 Nov 2009 18:05:31 -0500 Subject: Re: [sipxtapi-dev] New SimpleDtmfDetector From: kam...@gmail.com To:

Re: [sipxtapi-dev] New SimpleDtmfDetector

2009-11-13 Thread Keith Kyzivat
I'm not sure what could be causing the ghost signals... Have you tried isolating the DTMF detection code outside of the sipxtapi environment, and feeding it similar audio? The MpDtmfDetector class implements the Goertzel frequency detection algorithm. Basically the way I understand it, it calcula

[sipxtapi-dev] New SimpleDtmfDetector

2009-11-10 Thread Daniel Sigurgeirsson
Hi all, (Keith is probably best suited to answer this, but I wanted the discussion to be open...) I'm actually using Jaro's experimental version of sipxtapi, and I noticed that the latest branch there includes the SimpleDtmfDetector which is used to detect inband DTMF. I also noticed that this