Revision: 20290
http://opalvoip.svn.sourceforge.net/opalvoip/?rev=20290&view=rev
Author: rjongbloed
Date: 2008-05-22 05:11:48 -0700 (Thu, 22 May 2008)
Log Message:
-----------
Fixed extraneous re-INVITEs being emitted when hanging up from local side, especially in case of LIDs.
Modified Paths:
--------------
opal/trunk/src/opal/connection.cxx
Modified: opal/trunk/src/opal/connection.cxx
===================================================================
--- opal/trunk/src/opal/connection.cxx 2008-05-22 11:24:15 UTC (rev 20289)
+++ opal/trunk/src/opal/connection.cxx 2008-05-22 12:11:48 UTC (rev 20290)
@@ -379,9 +379,9 @@
{
PTRACE(3, "OpalCon\tOnReleased " << *this);
+ endpoint.OnReleased(*this);
+
CloseMediaStreams();
-
- endpoint.OnReleased(*this);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|