You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/pbx/ael/ael-test/ael-ntest9/extensions.ael

13 lines
223 B

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}) ;
}
}