Re: [OpenSIPStack] STUN support bug?
Brought to you by:
joegenbaclor
From: tomach <to...@dg...> - 2007-07-26 13:31:40
|
Hi Ilian, Still nothing. I checkout whole new project wiht CVS, compile etc...And there is still the same problem...Field contact is with bad local IP address. There is only one change I did in ATLSIP it is: in file ptbuildopts.h: I removed that: (because otherwise I couldnt compile the code) ///////////////////////////////////////////////// // // SAPI speech API (Windows only) // #undef P_SAPI #if defined(_MSC_VER) && P_SAPI #pragma include_alias(<sphelper.h>, <@SAPI_DIR@/include/sphelper.h>) #pragma include_alias(<sapi.h>, <@SAPI_DIR@/include/sapi.h>) #pragma include_alias(<sapiddk.h>, <@SAPI_DIR@/include/sapiddk.h>) #pragma include_alias(<SPError.h>, <@SAPI_DIR@/include/SPError.h>) #pragma include_alias(<SPDebug.h>, <@SAPI_DIR@/include/SPDebug.h>) #define P_SAPI_LIBRARY "@SAPI_DIR@/Lib/i386/sapi.lib" #endif |