Hi, Please correct the typo of mutex name in pjmedia/src/pjmedia/g711.c. 164 /* Create mutex. */ 165 status = pj_mutex_create_simple(g711_factory.pool, "g611", 166 &g711_factory.mutex); To 164 /* Create mutex. */ 165 status = pj_mutex_create_simple(g711_factory.pool, "g711", 166 &g711_factory.mutex); -- Regards, Chandu BS -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20150902/3787cb44/attachment.html>