Comparing this list of 1.3.1 parameters with the published web page
http://www.openser.org/docs/modules/1.3.x/siptrace.html
I find more parameters here than on the web page...
/O
'
Source code:
{"db_url", STR_PARAM, &db_url },
{"table", STR_PARAM, &siptrace_table },
{"date_column", STR_PARAM, &date_column },
{"callid_column", STR_PARAM, &callid_column },
{"traced_user_column", STR_PARAM, &traced_user_column },
{"msg_column", STR_PARAM, &msg_column },
{"method_column", STR_PARAM, &method_column },
{"status_column", STR_PARAM, &status_column },
{"fromip_column", STR_PARAM, &fromip_column },
{"toip_column", STR_PARAM, &toip_column },
{"fromtag_column", STR_PARAM, &fromtag_column },
{"direction_column", STR_PARAM, &direction_column },
{"trace_flag", INT_PARAM, &trace_flag },
{"trace_on", INT_PARAM, &trace_on },
{"traced_user_avp", STR_PARAM, &traced_user_avp_str},
{"trace_table_avp", STR_PARAM, &trace_table_avp_str},
{"duplicate_uri", STR_PARAM, &dup_uri_str.s },
{"trace_local_ip", STR_PARAM, &trace_local_ip },
Web page list of parameters:
1.3. Exported Parameters
1.3.1. db_url (str)
1.3.2. table (str)
1.3.3. trace_flag (integer)
1.3.4. trace_on (integer)
1.3.5. traced_user_avp (str)
1.3.6. trace_table_avp (str)
1.3.7. duplicate_uri (str)
1.3.8. trace_local_ip (str)
Also: What's the definition of "user" - authenticated user or the rU ?
/O