summaryrefslogtreecommitdiff
path: root/apps/app_playback.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-07-19 02:18:11 +0000
committerMark Spencer <markster@digium.com>2004-07-19 02:18:11 +0000
commit5808760bf4e4e2a09507011251adc231fb33cd94 (patch)
treea270a915c628697e23e390efa500c5fcfab7cf4b /apps/app_playback.c
parent404485711ef4eeb96c03818e82484335070d56a7 (diff)
Fix signalling for GR303 FXSKS CPE so we can look like a concentrator
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3476 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_playback.c')
-rwxr-xr-xapps/app_playback.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/apps/app_playback.c b/apps/app_playback.c
index 24a130a7d..c6cb0ba24 100755
--- a/apps/app_playback.c
+++ b/apps/app_playback.c
@@ -30,14 +30,14 @@ static char *synopsis = "Play a file";
static char *descrip =
" Playback(filename[|option]): Plays back a given filename (do not put\n"
-"extension). Options may also be included following a pipe symbol. The only\n"
-"defined option at this time is 'skip', which causes the playback of the\n"
-"message to be skipped if the channel is not in the 'up' state (i.e. it\n"
-"hasn't been answered yet. If 'skip' is specified, the application will\n"
-"return immediately should the channel not be off hook. Otherwise, unless\n"
-"'noanswer' is specified, the channel channel will be answered before the sound\n"
-"is played. Not all channels support playing messages while on hook. Returns -1\n"
-"if the channel was hung up, or if the file does not exist. Returns 0 otherwise.\n";
+"extension). Options may also be included following a pipe symbol. The 'skip'\n"
+"option causes the playback of the message to be skipped if the channel\n"
+"is not in the 'up' state (i.e. it hasn't been answered yet. If 'skip' is \n"
+"specified, the application will return immediately should the channel not be\n"
+"off hook. Otherwise, unless 'noanswer' is specified, the channel channel will\n"
+"be answered before the sound is played. Not all channels support playing\n"
+"messages while still hook. Returns -1 if the channel was hung up, or if the\n"
+"file does not exist. Returns 0 otherwise.\n";
STANDARD_LOCAL_USER;