[asterisk-commits] irroot: branch irroot/distrotech-customers-trunk r319074 - in /team/irroot/di...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon May 16 05:06:06 CDT 2011


Author: irroot
Date: Mon May 16 05:06:02 2011
New Revision: 319074

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=319074
Log:
Fix a locking issue channel may not have been unlocked


Modified:
    team/irroot/distrotech-customers-trunk/   (props changed)
    team/irroot/distrotech-customers-trunk/cel/cel_odbc.c   (props changed)
    team/irroot/distrotech-customers-trunk/configs/cel_odbc.conf.sample   (props changed)
    team/irroot/distrotech-customers-trunk/res/res_fax.c
    team/irroot/distrotech-customers-trunk/sounds/Makefile   (props changed)

Propchange: team/irroot/distrotech-customers-trunk/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon May 16 05:06:02 2011
@@ -1,4 +1,4 @@
 /team/irroot/app_queue-trunk:318983-319002
 /team/irroot/distrotech-customers:318992-318995,318997-319000
 /team/irroot/distrotech-customers-1.8:319062
-/team/irroot/t38gateway-trunk:318974-319016,319064
+/team/irroot/t38gateway-trunk:318974-319016,319064,319067,319071

Propchange: team/irroot/distrotech-customers-trunk/cel/cel_odbc.c
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon May 16 05:06:02 2011
@@ -2,4 +2,4 @@
 /team/irroot/app_queue-trunk/cel/cel_odbc.c:318983-319002
 /team/irroot/distrotech-customers/cel/cel_odbc.c:318992-319000
 /team/irroot/distrotech-customers-1.8/cel/cel_odbc.c:319062
-/team/irroot/t38gateway-trunk/cel/cel_odbc.c:318974-319016,319064
+/team/irroot/t38gateway-trunk/cel/cel_odbc.c:318974-319016,319064,319067,319071

Propchange: team/irroot/distrotech-customers-trunk/configs/cel_odbc.conf.sample
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon May 16 05:06:02 2011
@@ -2,4 +2,4 @@
 /team/irroot/app_queue-trunk/configs/cel_odbc.conf.sample:318983-319002
 /team/irroot/distrotech-customers/configs/cel_odbc.conf.sample:318992-319000
 /team/irroot/distrotech-customers-1.8/configs/cel_odbc.conf.sample:319062
-/team/irroot/t38gateway-trunk/configs/cel_odbc.conf.sample:318974-319016,319064
+/team/irroot/t38gateway-trunk/configs/cel_odbc.conf.sample:318974-319016,319064,319067,319071

Modified: team/irroot/distrotech-customers-trunk/res/res_fax.c
URL: http://svnview.digium.com/svn/asterisk/team/irroot/distrotech-customers-trunk/res/res_fax.c?view=diff&rev=319074&r1=319073&r2=319074
==============================================================================
--- team/irroot/distrotech-customers-trunk/res/res_fax.c (original)
+++ team/irroot/distrotech-customers-trunk/res/res_fax.c Mon May 16 05:06:02 2011
@@ -2723,8 +2723,8 @@
 			}
 			ast_framehook_detach(chan, gateway->framehook);
 		}
-		ast_channel_unlock(chan);
-	}
+	}
+	ast_channel_unlock(chan);
 }
 
 /*! \brief Alternate wait app that listens for CNG

Propchange: team/irroot/distrotech-customers-trunk/sounds/Makefile
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon May 16 05:06:02 2011
@@ -2,4 +2,4 @@
 /team/irroot/app_queue-trunk/sounds/Makefile:318983-319002
 /team/irroot/distrotech-customers/sounds/Makefile:318992-319000
 /team/irroot/distrotech-customers-1.8/sounds/Makefile:319062
-/team/irroot/t38gateway-trunk/sounds/Makefile:318974-319016,319064
+/team/irroot/t38gateway-trunk/sounds/Makefile:318974-319016,319064,319067,319071




More information about the asterisk-commits mailing list