[asterisk-bugs] [JIRA] (ASTERISK-21179) Improve documentation for manager command Getvar

Rusty Newton (JIRA) noreply at issues.asterisk.org
Wed Feb 27 15:00:20 CST 2013


Rusty Newton created ASTERISK-21179:
---------------------------------------

             Summary: Improve documentation for manager command Getvar
                 Key: ASTERISK-21179
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21179
             Project: Asterisk
          Issue Type: Improvement
      Security Level: None
          Components: Core/ManagerInterface
    Affects Versions: 1.8.20.1, 11.2.1
            Reporter: Rusty Newton
            Severity: Trivial


Manager help text for command "Getvar" needs additional clarification on whether and how it accepts expressions and function calls.

{noformat}
14:40 <ra21vi> newtonr: :) I am using GetVar in AGI, and it returns val already set
14:40 <ra21vi> in AMI do getvar process any expression before returning the result?
14:43 <newtonr> ra21vi: yeah it should
14:47 <newtonr> ra21vi: but not sure about AGI, I don't use it much
14:47 <coreyf1513> ra21vi: no, in AMI getvar does not accept an expression as input, it accepts a variable name or a function call, so SHA1(junk) works for getvar, not ${SHA1(junk)}
14:48 -!- nickfennell [~nickfenne at unaffiliated/nickfennell] has joined #asterisk
14:49 <coreyf1513> oops, looks like it does process expressions but it expects the result of those expressions to be a variable name or function call
{noformat}

Current text is:

{noformat}
[Syntax]
Action: Getvar
[ActionID:] <value>
[Channel:] <value>
Variable: <value>

[Synopsis]
Gets a channel variable. 

[Description]
Get the value of a global or local channel variable.
NOTE: If a channel name is not provided then the variable is global.

[Arguments]
ActionID
    ActionID for this transaction. Will be returned.
Channel
    Channel to read variable from.
Variable
    Variable name.

[See Also]
Not available
{noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list