mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-25 07:01:09 +00:00
Fix documentation for Set (closes issue #10549)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@80817 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
12
main/pbx.c
12
main/pbx.c
@@ -476,13 +476,13 @@ static struct pbx_builtin {
|
|||||||
|
|
||||||
{ "Set", pbx_builtin_setvar,
|
{ "Set", pbx_builtin_setvar,
|
||||||
"Set channel variable(s) or function value(s)",
|
"Set channel variable(s) or function value(s)",
|
||||||
" Set(name1=value1)\n"
|
" Set(name=value)\n"
|
||||||
"This function can be used to set the value of channel variables or dialplan\n"
|
"This function can be used to set the value of channel variables or dialplan\n"
|
||||||
"functions. It will accept up to 24 name/value pairs. When setting variables,\n"
|
"functions. When setting variables, if the variable name is prefixed with _,\n"
|
||||||
"if the variable name is prefixed with _, the variable will be inherited into\n"
|
"the variable will be inherited into channels created from the current\n"
|
||||||
"channels created from the current channel. If the variable name is prefixed\n"
|
"channel. If the variable name is prefixed with __, the variable will be\n"
|
||||||
"with __, the variable will be inherited into channels created from the current\n"
|
"inherited into channels created from the current channel and all children\n"
|
||||||
"channel and all children channels.\n"
|
"channels.\n"
|
||||||
},
|
},
|
||||||
|
|
||||||
{ "SetAMAFlags", pbx_builtin_setamaflags,
|
{ "SetAMAFlags", pbx_builtin_setamaflags,
|
||||||
|
Reference in New Issue
Block a user