From: Olle Johansson Date: Sun, 29 Oct 2006 08:22:22 +0000 (+0000) Subject: Documentation correction X-Git-Tag: 1.6.0-beta1~3^2~4239 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ec9329d8bfb9866355321ea41c9acc571d94ce1;p=thirdparty%2Fasterisk.git Documentation correction git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46393 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 5302a499a7..71b96094ba 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -979,7 +979,7 @@ struct sip_pvt { 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 */