[svn-commits] russell: branch russell/chan_refcount r89892 - /team/russell/chan_refcount/apps/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Nov 27 17:57:19 CST 2007


Author: russell
Date: Tue Nov 27 17:57:19 2007
New Revision: 89892

URL: http://svn.digium.com/view/asterisk?view=rev&rev=89892
Log:
remove channel locking that actually is not necessary

Modified:
    team/russell/chan_refcount/apps/app_senddtmf.c

Modified: team/russell/chan_refcount/apps/app_senddtmf.c
URL: http://svn.digium.com/view/asterisk/team/russell/chan_refcount/apps/app_senddtmf.c?view=diff&rev=89892&r1=89891&r2=89892
==============================================================================
--- team/russell/chan_refcount/apps/app_senddtmf.c (original)
+++ team/russell/chan_refcount/apps/app_senddtmf.c Tue Nov 27 17:57:19 2007
@@ -96,9 +96,7 @@
 		goto return_unref;
 	}
 
-	ast_channel_lock(chan);
 	ast_senddigit(chan, *digit, 0);
-	ast_channel_unlock(chan);
 
 	astman_send_ack(s, m, "DTMF successfully queued");
 




More information about the svn-commits mailing list