Asterisk cmd SetGlobalVar
SetGlobalVar
Synopsis
Set variable to value in Asterisk v1.0.x and earlierDescription
SetGlobalVar(foo=value)Sets global variable foo to value.
Asterisk 1.2
Use Set instead with the 'g' optionextensions.conf:
; If clearglobalvars is not set, then global variables will persist
; through reloads, and even if deleted from the extensions.conf or
; one if its included files, will remain set to the previous value.
;
clearglobalvars=no
Examples
SetGlobalVar(numRings=18)SetGlobalVar(defaultChannel=Zap/2)
See also
Asterisk | Applications | Functions | Variables | Expressions | Asterisk FAQ

Comments
333Re :possible mistake?
they say : Setvar(variablename=value)
For SetGlobalVar
I would say : SetGlobalVar(variablename=value)
and it works ! Setvar don't keep the value global.
333possible mistake?
Shouldn't this be:
Description:
Ā Setglobalvar(#n=value)