Reading terminalAlias values

Hi,
I’m receiving calls via gnugk H323 to Asterisk. Gnugk clients has 3 alias names, ex: number,name,user.

How can I read these aliases into extension file variables, in order to use if in dialplan extensions?

Ex of alias from h232_log

16:44:03:263 terminalAlias = {
16:44:03:263 elem[0] = {
16:44:03:263 dialedDigits = {
16:44:03:263 "100"
16:44:03:263 }
16:44:03:264 }
16:44:03:264 elem[1] = {
16:44:03:264 h323_ID = {
16:44:03:264 Jennifer Bell
16:44:03:265 }
16:44:03:265 }
16:44:03:265 elem[2] = {
16:44:03:265 h323_ID = {
16:44:03:265 jbelluser
16:44:03:266 }
16:44:03:266 }
16:44:03:266 }
16:44:03:266 gatekeeperIdentifier = {
16:44:03:266 OpenH323GK

So, i need to get into a variable the ‘jbelluser’ value, in order to use it for other authentication methods.

I’m using ooh323c.

Thanks

^top