mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-18 18:46:16 +00:00
Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@77808 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -51,7 +51,7 @@ static const char *app = "Transfer";
|
||||
static const char *synopsis = "Transfer caller to remote extension";
|
||||
|
||||
static const char *descrip =
|
||||
" Transfer([Tech/]dest[|options]): Requests the remote caller be transferred\n"
|
||||
" Transfer([Tech/]dest[,options]): Requests the remote caller be transferred\n"
|
||||
"to a given destination. If TECH (SIP, IAX2, LOCAL etc) is used, only\n"
|
||||
"an incoming call with the same channel technology will be transfered.\n"
|
||||
"Note that for SIP, if you transfer before call is setup, a 302 redirect\n"
|
||||
@@ -77,7 +77,7 @@ static int transfer_exec(struct ast_channel *chan, void *data)
|
||||
);
|
||||
|
||||
if (ast_strlen_zero((char *)data)) {
|
||||
ast_log(LOG_WARNING, "Transfer requires an argument ([Tech/]destination[|options])\n");
|
||||
ast_log(LOG_WARNING, "Transfer requires an argument ([Tech/]destination[,options])\n");
|
||||
pbx_builtin_setvar_helper(chan, "TRANSFERSTATUS", "FAILURE");
|
||||
return 0;
|
||||
} else
|
||||
|
Reference in New Issue
Block a user