summaryrefslogtreecommitdiff
path: root/pbx/ael/ael-test/ael-ntest9/extensions.ael
blob: d4c07b4ff4075d1c0af36df9269e025279853b95 (plain)
1
2
3
4
5
6
7
8
9
10
11

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