[svn-commits] anthonyl: branch 1.2 r293 - /branches/1.2/asterisk-ooh323c/src/chan_h323.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Mon Sep 11 10:29:18 MST 2006


Author: anthonyl
Date: Mon Sep 11 12:29:17 2006
New Revision: 293

URL: http://svn.digium.com/view/asterisk-addons?rev=293&view=rev
Log:
small hangup update for 1.2 branch re:7464

Modified:
    branches/1.2/asterisk-ooh323c/src/chan_h323.c

Modified: branches/1.2/asterisk-ooh323c/src/chan_h323.c
URL: http://svn.digium.com/view/asterisk-addons/branches/1.2/asterisk-ooh323c/src/chan_h323.c?rev=293&r1=292&r2=293&view=diff
==============================================================================
--- branches/1.2/asterisk-ooh323c/src/chan_h323.c (original)
+++ branches/1.2/asterisk-ooh323c/src/chan_h323.c Mon Sep 11 12:29:17 2006
@@ -788,10 +788,9 @@
    if(p)
    {
       ast_mutex_lock(&p->lock);
-
       if(gH323Debug)
          ast_verbose("    hanging %s\n", p->username);
-
+      ast_tech_pvt = NULL;
       if(!ast_test_flag(p, H323_ALREADYGONE)) {
          ast_mutex_lock(&ooh323c_cmd_lock);
          ooHangCall(p->callToken, 



More information about the svn-commits mailing list