mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-04 20:33:53 +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}) ;
|
|
}
|
|
}
|