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

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Wed Jan 17 14:32:32 MST 2007


Author: russell
Date: Wed Jan 17 15:32:31 2007
New Revision: 51202

URL: http://svn.digium.com/view/asterisk?view=rev&rev=51202
Log:
Code that compiles is a good thing.

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

Modified: team/group/vldtmf_fixup/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/team/group/vldtmf_fixup/channels/chan_sip.c?view=diff&rev=51202&r1=51201&r2=51202
==============================================================================
--- team/group/vldtmf_fixup/channels/chan_sip.c (original)
+++ team/group/vldtmf_fixup/channels/chan_sip.c Wed Jan 17 15:32:31 2007
@@ -3765,7 +3765,7 @@
 	}
 	ast_mutex_lock(&i->lock);
 
-	if (ast_test_flag(&p->flags[0], SIP_DTMF) == SIP_DTMF_INFO)
+	if (ast_test_flag(&i->flags[0], SIP_DTMF) == SIP_DTMF_INFO)
 		tmp->tech = &sip_tech_info;
 	else
 		tmp->tech = &sip_tech;



More information about the asterisk-commits mailing list