[asterisk-commits] russell: branch group/vldtmf_fixup r51238 - /team/group/vldtmf_fixup/channels/

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Thu Jan 18 10:57:14 MST 2007


Author: russell
Date: Thu Jan 18 11:57:13 2007
New Revision: 51238

URL: http://svn.digium.com/view/asterisk?view=rev&rev=51238
Log:
Make chan_local pass the duration on the DTMF END frame

Modified:
    team/group/vldtmf_fixup/channels/chan_local.c

Modified: team/group/vldtmf_fixup/channels/chan_local.c
URL: http://svn.digium.com/view/asterisk/team/group/vldtmf_fixup/channels/chan_local.c?view=diff&rev=51238&r1=51237&r2=51238
==============================================================================
--- team/group/vldtmf_fixup/channels/chan_local.c (original)
+++ team/group/vldtmf_fixup/channels/chan_local.c Thu Jan 18 11:57:13 2007
@@ -381,6 +381,7 @@
 	ast_mutex_lock(&p->lock);
 	isoutbound = IS_OUTBOUND(ast, p);
 	f.subclass = digit;
+	f.len = duration;
 	res = local_queue_frame(p, isoutbound, &f, ast);
 	ast_mutex_unlock(&p->lock);
 	



More information about the asterisk-commits mailing list