Hi Everyone,
I have a route script that includes this following:
---------------- # authenticate users if they didn't provide credentials if (!radius_www_authorize("sip")) { www_challenge("sip", "0"); break; };
# save their location, etc save("location"); ----------------
now this works fine for when the message is a REGISTER message, but when the message is a INVITE message, it goes wonky and the routing gets all screwed up.
When I take the 'save("location");' function out, everything returns to normal.
Has anyone else seen this behavior?
Thanks, Patrick