[asterisk-commits] mmichelson: branch 1.6.0 r138890 - /branches/1.6.0/apps/app_chanspy.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Aug 19 14:08:51 CDT 2008
Author: mmichelson
Date: Tue Aug 19 14:08:51 2008
New Revision: 138890
URL: http://svn.digium.com/view/asterisk?view=rev&rev=138890
Log:
Manually add revision 138887 from trunk to the 1.6.0
branch. I had misunderstood the policy for when to merge
to 1.6.0 since it moved to rc status.
Modified:
branches/1.6.0/apps/app_chanspy.c
Modified: branches/1.6.0/apps/app_chanspy.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/apps/app_chanspy.c?view=diff&rev=138890&r1=138889&r2=138890
==============================================================================
--- branches/1.6.0/apps/app_chanspy.c (original)
+++ branches/1.6.0/apps/app_chanspy.c Tue Aug 19 14:08:51 2008
@@ -772,6 +772,8 @@
ast_channel_setoption(chan, AST_OPTION_TXGAIN, &zero_volume, sizeof(zero_volume), 0);
+ ast_mutex_lock(&chanspy_ds.lock);
+ ast_mutex_unlock(&chanspy_ds.lock);
ast_mutex_destroy(&chanspy_ds.lock);
return res;
More information about the asterisk-commits
mailing list