]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
These small documentation updates made in response to a query in
authorSteve Murphy <murf@digium.com>
Thu, 27 Mar 2008 13:03:28 +0000 (13:03 +0000)
committerSteve Murphy <murf@digium.com>
Thu, 27 Mar 2008 13:03:28 +0000 (13:03 +0000)
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: https://origsvn.digium.com/svn/asterisk/branches/1.4@111391 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_playback.c
main/pbx.c

index ae06b59a80cb79e4f342736c287d828ba7985794..d02a146c5cb5b06d431f9fa9af473e9a6e5aa149 100644 (file)
@@ -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"
 ;
 
 
index 8d2aa108da9ade95ed1655cf88008a2168d1a607..41027c35a110637d1c49189bdb721b0af15461f4 100644 (file)
@@ -288,6 +288,8 @@ static struct pbx_builtin {
        "    n - Don't answer the channel before playing the files.\n"
        "    m - Only break if a digit hit matches a one digit\n"
        "          extension in the destination context.\n"
+       "See Also: Playback (application) -- Play sound file(s) to the channel,\n"
+    "                                    that cannot be interrupted\n"
        },
 
        { "Busy", pbx_builtin_busy,
@@ -485,6 +487,7 @@ static struct pbx_builtin {
        "  Options:\n"
        "    m[(x)] - Provide music on hold to the caller while waiting for an extension.\n"
        "               Optionally, specify the class for music on hold within parenthesis.\n"
+       "See Also: Playback(application), Background(application).\n"
        },
 
 };