Displaying 1 result from an estimated 1 matches for "mc_name".
Did you mean:
lc_name
2004 Jul 26
1
Global Variables Scope
...ension.conf. I would like either (a) that the global
variables being defined in this section can be used from voicemail.conf
or (b) that I can include the globalvars.conf in voicemail.conf and use
the variables there also.
So: (Bad example but just allow me...)
globalvars.conf
#MY INFORMATION
MC_NAME=Mike Coakley
MC_EXT=2100
MC_VM=2100@tech
MC_QUEUE=techs
MC_EMAIL=mcoakley @ ioumail.com
MC_PAGER=yeahright @ spamyalater.com
Then in extension.conf
[globals]
#include globalvars.conf
[tech_stations]
exten => 2100,1,Macro(std_extn,${MC_EXT}, ${MC_VM})
In voicemail.conf
[tech]
${MC_VM}=1234,$...