Expand deprecation warnings from simply warning on use to the builtin documentation.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@58939 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2007-03-15 23:11:33 +00:00
parent 36aed17ca1
commit 6278d5c65b
4 changed files with 13 additions and 4 deletions

View File

@@ -66,6 +66,7 @@ static char *descrip =
" DIGITAL_W_TONES : 0x11 - Unrestricted digital information with tones/announcements\n"
" VIDEO : 0x18 - Video\n"
"\n"
"This application is deprecated in favor of Set(CHANNEL(transfercapability)=...)\n"
;
static int settransfercapability_exec(struct ast_channel *chan, void *data)