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-vtest25/extensions.ael

9 lines
230 B

context test11 {
841 => {
&test234("testing", ${CUT(EXTEN,,3)});
jump ${DB(uri/${uri_string})};
Set(line=${DB(uri/${uri_string})});
jump ${line};
}
}