[asterisk-users] Variable Scope Question
Brent Davidson
brent at texascountrytitle.com
Thu Nov 6 11:41:08 CST 2008
Tilghman Lesher wrote:
> [companyA]
> exten => _X.,1,Set(company=A)
> exten => _X.,n,Goto(maincontext,${EXTEN},1)
>
> [companyB]
> exten => _X.,1,Set(company=B)
> exten => _X.,n,Goto(maincontext,${EXTEN},1)
>
>
I should probably also mention that I am using AEL for my dialplan.
(i'm a programmer and the AEL syntax feels more natural to me) . Does
the "Set" command work the same way in AEL as it does in the regular
.conf file?
More information about the asterisk-users
mailing list