Click or drag to resize
OriginateActionVariable Property

Note: This API is now obsolete.

Get/Set the variables to set on the originated call.
Variable assignments are of the form "VARNAME=VALUE". You can specify multiple variable assignments separated by the '|' character.
Example: "VAR1=abc|VAR2=def" sets the channel variables VAR1 to "abc" and VAR2 to "def".

Namespace: AsterNET.Manager.Action
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[ObsoleteAttribute("Don't use this anymore - the delimiter is not server context aware", 
	true)]
public string Variable { get; set; }

Property Value

Type: String
See Also