aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_playback.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-07-19 02:18:11 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-07-19 02:18:11 +0000
commit6280f38320f3cae2cc9851254b33865c54610d00 (patch)
treea270a915c628697e23e390efa500c5fcfab7cf4b /apps/app_playback.c
parent95f8ab1c9dedc4c19c342d527947f809b802116f (diff)
Fix signalling for GR303 FXSKS CPE so we can look like a concentrator
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3476 f38db490-d61c-443f-a65b-d21fe96a405b
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;