mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-26 22:30:28 +00:00
fix a typo in the RetryDial description
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7095 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2005-11-14 Russell Bryant <russell@digium.com>
|
||||||
|
|
||||||
|
* apps/app_dial.c: Fix typo in RetryDial description.
|
||||||
|
|
||||||
2005-11-12 Russell Bryant <russell@digium.com>
|
2005-11-12 Russell Bryant <russell@digium.com>
|
||||||
|
|
||||||
* channels/chan_oss.c: Fix a typo in an error message.
|
* channels/chan_oss.c: Fix a typo in an error message.
|
||||||
|
|||||||
@@ -175,7 +175,7 @@ static char *rsynopsis = "Place a call, retrying on failure allowing optional ex
|
|||||||
static char *rdescrip =
|
static char *rdescrip =
|
||||||
" RetryDial(announce|sleep|retries|dialargs): This application will attempt to\n"
|
" RetryDial(announce|sleep|retries|dialargs): This application will attempt to\n"
|
||||||
"place a call using the normal Dial application. If no channel can be reached,\n"
|
"place a call using the normal Dial application. If no channel can be reached,\n"
|
||||||
"the 'annonce' file will be played. Then, it will wait 'sleep' number of\n"
|
"the 'announce' file will be played. Then, it will wait 'sleep' number of\n"
|
||||||
"seconds before retying the call. After 'retires' number of attempts, the\n"
|
"seconds before retying the call. After 'retires' number of attempts, the\n"
|
||||||
"calling channel will continue at the next priority in the dialplan. If the\n"
|
"calling channel will continue at the next priority in the dialplan. If the\n"
|
||||||
"'retries' setting is set to 0, this application will retry endlessly.\n"
|
"'retries' setting is set to 0, this application will retry endlessly.\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user