Alexey Trizno wrote: > Hello! > > After new test of sipXtapi I got Access Violation (softphone tried make > outgoing call, and this call failed with Declined) with this last messages in > log: >
Hi Log will not help us to find the place where it occurred. It would be best if you ran softphone in debug mode, and sent us the stacktrace of the correct thread (not all of them) and exact line where it occurred. If you are testing softphone outside Visual Studio IDE, then use minidumps to write memory content to disk like wxCommunicator. That dump can then be opened and Visual Studio will show you stack trace and values of some variables. But you must have pdb file and source code corresponding to that exe. Have a look at mdump.cpp in wxCommunicator. Jaro _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
