Displaying 1 result from an estimated 1 matches for "e1322".
Did you mean:
1322
2009 Jan 28
1
Scope of variable
...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 => 1322,n,UserEvent(E1322-1,${CfMC_ActionID}=${CHANNEL} &
${CfMC_AgentToUse} & ${CfMC_AMDValue})
exten => 1322,n,Playback(tt-weasels)
exten => 1322,n,Hangup()
When this executes I see these two line on the Asterisk CLI screen:
Set("Local/1321 at cfmc_cdi_info-df3d,1", "CfMC_AMDValue="Not...