You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/pbx/ael/ael-test/ael-vtest21/extensions.ael

15 lines
208 B

globals {
AXLHAFT=wow-to-the-tenth-power;
JibberWorthy=zinger3;
OFFICE_CODE=503;
}
context from-enum {
_${OFFICE_CODE}XXXX => {
Answer();
goto ${EXTEN:3}|1;
}
}