mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-25 07:01:09 +00:00
8 lines
203 B
Plaintext
8 lines
203 B
Plaintext
![]() |
|
||
|
|
||
|
[test11]
|
||
|
exten => 841,1,Gosub(test234,s,1("testing", ${CUT(EXTEN,,3)}))
|
||
|
exten => 841,2,Goto(${DB(uri/${uri_string})},1)
|
||
|
exten => 841,3,Set(line=${DB(uri/${uri_string})})
|
||
|
exten => 841,4,Goto(${line},1)
|