I'm trying to append an rpid header to enable caller ID blocking at my gateway. I started by adding the following commands but a quick check with ser -c -f <filename> produces the following errors. Everything in the documentation suggests use_rpid does indeed exist in the auth_db module. Does anyone know what might be causing this error?
Thanks,Steve
modparam("auth_db", "rpid_column", "remote_party_id") modparam("auth_db", "use_rpid", 1)
0(20424) set_mod_param_regex: parameter <rpid_column> not found in module <auth_db> 0(20424) parse error (162,20-21): Can't set module parameter 0(20424) set_mod_param_regex: parameter <use_rpid> not found in module <auth_db> 0(20424) parse error (163,19-20): Can't set module parameter