search for: mc_queue

Displaying 1 result from an estimated 1 matches for "mc_queue".

Did you mean: ack_queue
2004 Jul 26
1
Global Variables Scope
...bal 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,${MC_NAME},${MC_EMAIL},${MC_PAGER} This ability wo...