sipxtapi-dev:
hello. I got Memory leak warning when I used sipxtapi. I downloaded the source
file sipXtapi_SRC_2006-03-10.zip from sipXtapi's web pages.
And I had done these things with the source files:
- When I used Vs.net 2003 to compile the source files, there was an error that
it cound't load libpcre.a . So I went to pcre's web pages
and downloaded the lastest version of it. Then I used pcre3.dll and pcre3.lib
instead of libpcre.a.
- I needed to use Spk Hook and Mic Hook, so I uncommeted the relative lines in
sipxConfigSetMicAudioHook() and sipxConfigSetSpkAudioHook()
- When I invoked sipxCallConnect(), there was a 30 secs blocking. So I commeted
Lines 1310-1316 in sipXtapi.cpp. Details:
//OsStatus rc = pInst->pCallManager->getCalledAddresses(
// callId.data(), 1, numAddresses, &address) ;
//OsSysLog::add(FAC_SIPXTAPI, PRI_DEBUG,
// "sipxCallConnect connected hCall=%d callId=%s,
numAddr = %d, addr = %s",
// hCall, callId.data(), numAddresses,
address.data());
//assert(rc == OS_SUCCESS) ;
//assert(numAddresses == 1) ;
these lines in sipxCallConnect()
After above changes of the source code , I compiled and used it in my
application. I always got memory leak warnings even I only started and end my
application without anyother operations such as registering ,dailing, and
answering.
Now I want to know :
- did anyone else face the similar situation?
- which is the best or lastest branch in svn for windows?
- How can I get the entire branches graph of this open source project?
[EMAIL PROTECTED]
2006-08-29
_______________________________________________
sipxtapi-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/