aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/app_playback.c2
-rw-r--r--main/pbx.c3
2 files changed, 5 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"
;
diff --git a/main/pbx.c b/main/pbx.c
index 206aab99e..1ac737752 100644
--- a/main/pbx.c
+++ b/main/pbx.c
@@ -463,6 +463,8 @@ static struct pbx_builtin {
"This application sets the following channel variable upon completion:\n"
" BACKGROUNDSTATUS The status of the background attempt as a text string, one of\n"
" SUCCESS | FAILED\n"
+ "See Also: Playback (application) -- Play sound file(s) to the channel,\n"
+ " that cannot be interrupted\n"
},
{ "Busy", pbx_builtin_busy,
@@ -674,6 +676,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"
},
{ "KeepAlive", pbx_builtin_keepalive,