dect
/
asterisk
Archived
13
0
Fork 0

Documentation correction

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46393 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
oej 2006-10-29 08:22:22 +00:00
parent 065643a937
commit 32ead2c17d
1 changed files with 1 additions and 1 deletions

View File

@ -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 */