[svn-commits] mmichelson: branch group/CCSS r234844 - /team/group/CCSS/channels/chan_dahdi.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Dec 14 17:22:55 CST 2009


Author: mmichelson
Date: Mon Dec 14 17:22:53 2009
New Revision: 234844

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=234844
Log:
Set needringing back to 0. I accidentally moved this instead of copying it.


Modified:
    team/group/CCSS/channels/chan_dahdi.c

Modified: team/group/CCSS/channels/chan_dahdi.c
URL: http://svnview.digium.com/svn/asterisk/team/group/CCSS/channels/chan_dahdi.c?view=diff&rev=234844&r1=234843&r2=234844
==============================================================================
--- team/group/CCSS/channels/chan_dahdi.c (original)
+++ team/group/CCSS/channels/chan_dahdi.c Mon Dec 14 17:22:53 2009
@@ -8058,6 +8058,7 @@
 			 */
 		}
 		/* Send ringing frame if requested */
+		p->subs[idx].needringing = 0;
 		p->subs[idx].f.frametype = AST_FRAME_CONTROL;
 		p->subs[idx].f.subclass.integer = AST_CONTROL_RINGING;
 		ast_setstate(ast, AST_STATE_RINGING);




More information about the svn-commits mailing list