Hi list,
can someone more familiar with openser CFG syntax tell me why follong the instructions for CDRTool, here: http://download.dns-hosting.info/CDRTool/doc/INSTALL.txt , breaks OpenSER?? With the following acc module settings OpenSER won't start up:
modparam("acc", "radius_extra", "User-Name=$Au; \ Calling-Station-Id=$from; \ Called-Station-Id=$to; \ Sip-Translated-Request-URI=$ruri; \ Sip-RPid=$avp(s:rpid); \ Source-IP=$si; \ Source-Port=$sp; \ Canonical-URI=$avp(s:can_uri); \ Billing-Party=$avp(billing_party); \ Divert-Reason=$avp(s:divert_reason); \ X-RTP-Stat=$hdr(X-RTP-Stat); \ User-Agent=$hdr(user-agent); \ Contact=$hdr(contact); \ Event=$hdr(event); \ SIP-Proxy-IP=$avp(s:sip_proxy_ip); \ ENUM-TLD=$avp(s:enum_tld)") I get this when starting OpenSER: 0(0) xl_parse_vname: error - bad avp name [billing_party] 0(0) ERROR:acc:parse_acc_extra: parse failed in <User-Name=$Au; Calling-Station-Id=$from; Called-Station-Id=$to; Sip-Translated-Request-URI=$ruri; Sip-RPid=$avp(s:rpid); Source-IP=$si; Source-Port=$sp; Canonical-URI=$avp(s:can_uri); Billing-Party=$avp(billing_party); Divert-Reason=$avp(s:divert_reason); X-RTP-Stat=$hdr(X-RTP-Stat); User-Agent=$hdr(user-agent); \Contact=$hdr(contact); Event=$hdr(event); SIP-Proxy-IP=$avp(s:sip_proxy_ip); ENUM-TLD=$avp(s:enum_tld)> around position 198 0(0) acc:parse_acc_extra: error Thanks for any help! Andy.
El Tuesday 29 January 2008 19:01:01 Andy Smith escribió:
Hi list,
can someone more familiar with openser CFG syntax tell me why follong the instructions for CDRTool, here: http://download.dns-hosting.info/CDRTool/doc/INSTALL.txt , breaks OpenSER?? With the following acc module settings OpenSER won't start up:
[...]
Thats because you have
... Billing-Party=$avp(billing_party) ...
And that is not a valid AVP definition