I thought you masked with XXX, but if you actually use XXX, then it has to be replaced with a pseudo-variable, such as $rU or $avp(x).
Cheers, Daniel
On 4/11/13 10:18 AM, Victor V. Kustov wrote:
В Thu, 11 Apr 2013 09:44:37 +0200 Daniel-Constantin Mierla miconda@gmail.com пишет:
Can you run with debug=3 and send the output from syslog? I checked the sources and the parameter is exported by the module.
Apr 11 12:09:51 phoenix-c2 /usr/local/sbin/kamailio[61267]: ERROR: <core> [pvapi.c:690]: bad parameters Apr 11 12:09:51 phoenix-c2 /usr/local/sbin/kamailio[61267]: ERROR: acc [acc_extra.c:192]: parse failed in <User-Name=XXX> around position 10 Apr 11 12:09:51 phoenix-c2 /usr/local/sbin/kamailio[61267]: ERROR: acc [acc_extra.c:194]: error Apr 11 12:09:51 phoenix-c2 /usr/local/sbin/kamailio[61267]: ERROR: acc_radius [acc_radius_mod.c:139]: failed to parse rad_extra param Apr 11 12:09:51 phoenix-c2 /usr/local/sbin/kamailio[61267]: ERROR: <core> [sr_module.c:955]: init_mod(): Error while initializing module acc_radius (/usr/local/lib64/kamailio/modules/acc_radius.so)
that's all. debug not work seems
#grep -i debug kamailio.cfg
debug=3 # doesn't matter 1..9 - only errors. loadmodule "debugger.so" modparam("debugger", "cfgtrace", 1) # commented or not - doesn't matter