[svn-commits] oej: trunk r46393 - /trunk/channels/chan_sip.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sun Oct 29 01:22:22 MST 2006


Author: oej
Date: Sun Oct 29 02:22:22 2006
New Revision: 46393

URL: http://svn.digium.com/view/asterisk?rev=46393&view=rev
Log:
Documentation correction

Modified:
    trunk/channels/chan_sip.c

Modified: trunk/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_sip.c?rev=46393&r1=46392&r2=46393&view=diff
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Sun Oct 29 02:22:22 2006
@@ -979,7 +979,7 @@
 	int laststate;				/*!< SUBSCRIBE: Last known extension state */
 	int dialogver;				/*!< SUBSCRIBE: Version for subscription dialog-info */
 	
-	struct ast_dsp *vad;			/*!< Voice Activation Detection dsp */
+	struct ast_dsp *vad;			/*!< Inband DTMF Detection dsp */
 	
 	struct sip_peer *relatedpeer;		/*!< If this dialog is related to a peer, which one 
 							Used in peerpoke, mwi subscriptions */



More information about the svn-commits mailing list