Hi! Freeradius modify char "#" to "=23" in all attributes. In the radacct/detail: Called-Station-Id = "12378#70955071111" In the postgresql.conf: accounting_stop_query = "INSERT INTO ${acct_table} \ (id, calledstationip, calledstationid) \ VALUES \ (DEFAULT, '%{h323-remote-address:-127.0.0.1}', '%{Called-Station-Id}')"
But in sqltrace calledstationid => '12378=2370955071111' I need write Called-Station-Id without modifying! radiusd.conf: preacct { preprocess } accounting { detail sql } How i can configure Freeradius without rewriting "#" char or without using xlat for some pairs? -- Lance - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html