From cc7888ef69353e45d256fcae8112bd9fe7f77cf4 Mon Sep 17 00:00:00 2001 From: murf Date: Thu, 27 Mar 2008 13:03:28 +0000 Subject: 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.4@111391 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_playback.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/app_playback.c') diff --git a/apps/app_playback.c b/apps/app_playback.c index ae06b59a8..d02a146c5 100644 --- a/apps/app_playback.c +++ b/apps/app_playback.c @@ -65,6 +65,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" ; -- cgit v1.2.3