aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_playback.c
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2008-03-27 13:42:39 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2008-03-27 13:42:39 +0000
commit649179b952b9bf55a46f74dda63af04de2c92ce4 (patch)
treeccfcce7e0a0cae3312b1de917d686b4fb163590f /apps/app_playback.c
parent5868a9006ab7002cfe9182753c170b20685124f5 (diff)
Merged revisions 111410 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r111410 | murf | 2008-03-27 07:29:41 -0600 (Thu, 27 Mar 2008) | 17 lines Merged revisions 111391 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r111391 | murf | 2008-03-27 07:03:28 -0600 (Thu, 27 Mar 2008) | 9 lines These small documentation updates made in response to a query in asterisk-users, where a user was using Playback, but needed the features of Background, and had no idea that Background existed, or that it might provide the features he needed. I thought the best way to avert these kinds of queries was to provide "See Also" references in all three of "Background", "Playback", "WaitExten". Perhaps a project to do this with all related apps is in order. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@111411 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_playback.c')
-rw-r--r--apps/app_playback.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/app_playback.c b/apps/app_playback.c
index b7409957a..c7d8ff620 100644
--- a/apps/app_playback.c
+++ b/apps/app_playback.c
@@ -55,6 +55,8 @@ static char *descrip =
"This application sets the following channel variable upon completion:\n"
" PLAYBACKSTATUS The status of the playback attempt as a text string, one of\n"
" SUCCESS | FAILED\n"
+"See Also: Background (application) -- for playing soundfiles that are interruptible\n"
+" WaitExten (application) -- wait for digits from caller, optionally play music on hold\n"
;