[OpenSIPStack] Error when ending application
Brought to you by:
joegenbaclor
From: Vincent G. <vin...@sm...> - 2007-07-06 13:25:18
|
Hello, I'm currently trying your sip stack. All works pretty well but I noticed two annoying things. I'm working on Windows Vista using Visual Studio 2005 to build and debug. I'm using the latest stable release of the stack : 1.1.5. First, if I call someone, and then me or him hang-up, the line is still opened on his or my side. If I hang-up, his softphone will not see that I've hung up and It he hangs up, the softphone sample provided with ATL SIP will not seen that he has hung up. Do you have already seen this problem before ? This is not a big problem but it will better if someone hang up that both see that line is down. The second thing happened at closure and is really annoying. When application exit, I see in Visual Studio 2005 debugger window an exception telling "INVALID STRING BINDING" and nothing more happened; the application freezes. This occurs only after performing a call. If I start the application without calling anybody, I have no problems. I have the problem in debug and even in release mode. I cannot see where the error come, the only thing I found is that this error is raised by RPC calls. Do you have any solution for these problems ? Thanks for your help. Vincent GROMFELD |