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
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
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
__