Name
SetVar — Sets channel variable
Sets a global or channel variable.
Parameters
- 
              Channel
- [optional] Channel on which to set the
            variable. If not set, the variable will be set as a global
            variable. 
- 
              Variable
- [required] Variable name. 
- 
              Value
- [required] Value. 
- 
              ActionID
- [optional] An identifier that can be used
            to identify the response to this action. 
Example
          Action: SetVar
Channel: SIP/linksys2-10225140
Variable: MyOwnChannelVariable
Value: 42
          
Response: Success
Message: Variable Set
	
          
Action: SetVar
Variable: MyOwnGlobalVariable
Value: 25
   
          
Response: Success
Message: Variable Set