Hi, On Fri, Nov 14, 2008 at 5:18 AM, Paul Whitfield <[EMAIL PROTECTED]> wrote: > I have been using static codec plugins for G711 and GSM audio. > > I have come up with an issue while running the regression / unit > tests. > > Once sipXUnInitialise gets called the static codec get > destroyed and from that point on those static codecs are > not available, cause many test failures. > > In addition I have encounter error in the following point > in the code during shutdown in > > freeAllLoadedLibsAndCodec in MpCodecFactor.cpp > > Occassionaly I am getting an assert on the call to > > pinfo->getCodecCall()->isStatic > > However, before this is called freeStaticCodecs has been called > so the codec object returned is invalid.
Thanks for your bug report. This is now fixed in main branch in rev.10990 [1] and in stable sipXtapi-3.2 branch in rev.10991 [2]. 1. http://scm.sipfoundry.org/viewvc/sipX?view=rev&rev=10990 2. http://scm.sipfoundry.org/viewvc/sipX?view=rev&rev=10991 -- Regards, Alexander Chemeris. SIPez LLC. SIP VoIP, IM and Presence Consulting http://www.SIPez.com tel: +1 (617) 273-4000 _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
