[sipxtapi-dev] Problems with some end devices and sipxtapi

2009-11-13 Thread Jan Thiemo Fricke
Hi all, recently I've noticed some problems between sipxtapi and a couple of phones. First some details of my test installation: sipxtapi 3.3 (2.11.2009) with a self written wrapper class for .NET Internal samplerate set to 16kHz. Codecs G711/G722 Phones: Polycom 430/550, Siemens Optipoint 410 all

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] question about MprEncode::doPrimaryCodec(MpAudioBufPtr in)

2009-11-13 Thread Allen
Hi, all, I am new to sipXtapi. I downloaded the source code from the main branch: http://scm.sipfoundry.org/rep/sipX/main/ when I compile it, it showed an error in MprEncode::doPrimaryCodec(MpAudioBufPtr in), "inSamplesNum" is not declared. May I know how to deal with it? Thanks, -Allen __