Re: [asterisk-users] Scope of variable

2009-01-29 Thread David Backeberg
On Wed, Jan 28, 2009 at 2:48 PM, Jim Dickenson dicken...@cfmc.com wrote: I have this extension: exten = 1322,n,Playback(tt-weasels) Clearly the problem is that weasels have eaten [your] phone system. :-p But really, you posted your 1322 condition, and then asked about something happening with

[asterisk-users] Scope of variable

2009-01-28 Thread Jim Dickenson
I have this extension: exten = 1322,1,Answer() exten = 1322,n,Set(CfMC_AMDValue=NotChecked) exten = 1322,n,GotoIf($[${CfMC_DoAMD} != Yes]?NOAMD) exten = 1322,n,AMD() exten = 1322,n,Set(CfMC_AMDValue = ${AMDSTATUS}) exten = 1322,n(NOAMD),Wait(1) exten =