I see that you have "canonical-URI" instead of "Canonical-URI".
After making the above fix, can you post the error you are receiving ?
Personally, I find it much easier to read by breaking this into multiple
lines.
Norm
ram wrote:
On 8/17/07, *Norman Brandinger* <norm(a)goes.com <mailto:norm@goes.com>>
wrote:
Are you using "continuation" backslashes "\" on each line ?
Something like the following:
Source-IP=$si; \
Source-Port=$sp; \
Canonical-URI=$tu; \
Might want to give it a try.
its all continous.
modparam("acc", "radius_extra",
"Called-Station-Id=$tu;Calling-Station-Id=$fu;canonical-URI=$tu;User-Name=$au;Sip-User-Realm=$ar;Source-IP=$si;Source-Port=$sp;From-Header=$hdr(from);User-Agent=$hdr(user-agent);Contact=$hdr(contact);Event=$hdr(event)")
ram