13 Sep
2012
13 Sep
'12
3:03 a.m.
On Sep 12, 2012, at 11:57 PM, "Ankur - BillCall" <ankur.kalavadia@billcall.net> wrote:
We are getting h323-remote-address multiple times. How can I get both attribute in sql query for authentication?
I set sql_user_name = "%{h323-remote-address}". But I get sql_user_name = Trunk ID (000111) only. How can I get IP XXX.105.4.197?
You probably want this. sql_user_name = "%{h323-remote-address[1]}" Read "man unlang". Specifically section "String lengths and arrays". -- Blake Covarrubias