Hello, It seems that last merge introduced some new bugs. Amongst them: - code for writing RTP headers uses now MpRtpBuf, which has bug in enableRtpMarker() - it uses vpxcc instead of mpt, causing RTP version to be set to 3. - code for writing ICE candidates in SdpBody::addCandidateAttribute() is locale-sensitive, i.e. sprintf(buffer, "%.1f", qValue) inserts comma instead of dot on some locales (this is probably not the only occurance of this bug) - all invocations of addCandidateAttribute() in SdpBody use now szTransportString paramter which is never written (you get some rubbish in your SDP packets).
This is all I have spotted at the moment, I suppose there will be lots more. Best Regards, Andrzej Ciarkowski _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
