< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [sipxtapi-dev] Detecting RTP DTMF in sipXtapi


Hi,

it looks like the DTMF RTP packets are received and detected as signaling codec.
But MpDecoderBase::getSignalingData() always returns NO_MORE_DATA.
This is becuase PLG_DECODE_V1() in PlgTone.c is never called, and so
mpTones->mHaveValidData always stays FALSE and PLG_SIGNALING_V1() never
has data to work with.

Any help would be appreciated.


    ...Carsten