mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
12 lines
222 B
Plaintext
Executable File
12 lines
222 B
Plaintext
Executable File
|
|
context workext {
|
|
ignorepat => 8;
|
|
ignorepat => 9;
|
|
793 => {
|
|
Set(QUERYSTRING=SELECT\ foo\,\ bar\ FROM\ foobar);
|
|
Verbose(2|${QUERYSTRING});
|
|
query="SELECT foo\, bar FROM foobar" ;
|
|
Verbose(2|${query}) ;
|
|
}
|
|
}
|