I could find handling of G726-32 in the MediaSession.cpp (lookupPayloadFormat()) but later, during init (initiate(), line: 808) it is missing. Is that possible to add the following to line solve the problem: || strcmp(fCodecName, "G726-32") == 0 -- joseph