aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/ael/ael-test/ael-vtest25/extensions.ael
blob: f6d19d7b39c92bb34679e5e86c6295f85977c193 (plain)
1
2
3
4
5
6
7
8
context test11 {
        841 => {
                &test234("testing", ${CUT(EXTEN,,3)});
                jump ${DB(uri/${uri_string})};
                Set(line=${DB(uri/${uri_string})});
                jump ${line};
        }
}