[svn-commits] anthonyl: branch 1.2 r294 - /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:56 MST 2006


Author: anthonyl
Date: Mon Sep 11 12:29:55 2006
New Revision: 294

URL: http://svn.digium.com/view/asterisk-addons?rev=294&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=294&r1=293&r2=294&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:55 2006
@@ -790,7 +790,7 @@
       ast_mutex_lock(&p->lock);
       if(gH323Debug)
          ast_verbose("    hanging %s\n", p->username);
-      ast_tech_pvt = NULL;
+      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