[svn-commits] kpfleming: branch 1.4 r132642 - /branches/1.4/channels/chan_dahdi.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Jul 22 14:57:44 CDT 2008


Author: kpfleming
Date: Tue Jul 22 14:57:43 2008
New Revision: 132642

URL: http://svn.digium.com/view/asterisk?view=rev&rev=132642
Log:
correct wording in comment

Modified:
    branches/1.4/channels/chan_dahdi.c

Modified: branches/1.4/channels/chan_dahdi.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/channels/chan_dahdi.c?view=diff&rev=132642&r1=132641&r2=132642
==============================================================================
--- branches/1.4/channels/chan_dahdi.c (original)
+++ branches/1.4/channels/chan_dahdi.c Tue Jul 22 14:57:43 2008
@@ -326,7 +326,7 @@
 	int resetting;
 	int resetpos;
 #ifdef HAVE_PRI_INBANDDISCONNECT
-	unsigned int inbanddisconnect:1;				/*!< Should we support inband audio after receiving RELEASE? */
+	unsigned int inbanddisconnect:1;				/*!< Should we support inband audio after receiving DISCONNECT? */
 #endif
 	time_t lastreset;						/*!< time when unused channels were last reset */
 	long resetinterval;						/*!< Interval (in seconds) for resetting unused channels */




More information about the svn-commits mailing list