mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-21 20:56:39 +00:00
9 lines
230 B
Plaintext
9 lines
230 B
Plaintext
![]() |
context test11 {
|
||
|
841 => {
|
||
|
&test234("testing", ${CUT(EXTEN,,3)});
|
||
|
jump ${DB(uri/${uri_string})};
|
||
|
Set(line=${DB(uri/${uri_string})});
|
||
|
jump ${line};
|
||
|
}
|
||
|
}
|