RFC2833 DTMF used to work very well before October the 23rd....Since rev7803, it doesn't work anymore.
Reason : virtual function prototypes do not match MpDecoderBase.h ------------------- virtual int decodeIn(const MpRtpBufPtr &pPacket ); MpdPtAvt.h and .cpp ---------------------- virtual int decodeIn(MpRtpBufPtr &pPacket ); ---> const is missing from the method prototype.... and the method gets called on the base class. Maybe not so stupid question: ---------------------------- Is there a way to run some tests on DTMF before commiting changes ? From what I have seen, it's at least the second time that DTMF is broken by untested merges, and I can't afford spending 2 days of work each time a change is commited. Thanks, stipus _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
