Hi i have some big problems compiling sipXezPhone.
I used this branch: https://scm.sipfoundry.org/rep/sipX/branches/sipXtapi
and imported sipXtapi.sln in the sipxCallLib
directory
1. I Have found and fixed many lib not found errors, but still
have several errors:
-
sipxcalllib\src\test\tapi\sipxtapitest.h(24) : fatal error C1083: Datei (Include) kann nicht geöffnet werden: "cppunit/extensions/HelperMacros.h": No such file or directory
- some other missing references to cppunit/***
- BSCMAKE: error BK1506 : Datei ".\Debug_NoVideo\sipXtapiTest.sbr" kann nicht geöffnet werden: No such file or directory
Maybe this is fixed in another build, i think its not so important for me, because i only need sipXezPhone.
2. But i start the
SIPXezPhone.exe i get a lot runtime errors. "SipXezPhone failed to initialize
sipXtapi (expiration or port in use?)
the debugger stops here:
- /* ============================ MANIPULATORS ============================== */
- // Assignment operator, use append(const char*).
UtlString& UtlString::operator=(const char* szStr) { remove(0); if(szStr && *szStr) { append(szStr); } return *this; } I get the following error:
Unknown Exception in 0x0063c106 (sipXtapid.dll) in sipXezPhone.exe: 0xC0000005:
access violation at Position 0x0000002c
Also the audiosettings are empty
I'm looking forward to your answers.
Steve
_______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
