Hi All, I recently upgraded our sipxtapi code base form 9994 to 10220 (on Windows XP). With this version, my PC freezes up as soon as I make a call. After a bit of debugging I found that - SdpCodecList::getCodecs() [called from CallManager::doCreateCall()] returns a 0 (zero). - As a result, no SDP body is formed in SipMessage::addSdpBody(). - Side-effect is that variable 'sdpFields' remain un-initialised (as it should be if the SDP constructor was called).
This might be causing my PC to freeze up. But it results from SdpCodecList::getCodecs() returning a 0. Any pointers to what's going wrong? Regards, Anshuman _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
