Tiberiu Breana wrote:
> in default's authorize section, but it says "request returns notfound".
Your configuration is close, but wrong:
if (Sip-URI-User) {
update request {
User-Name = "%{Sip-URI-User}"
}
}
That will work. Ignore the return code. If it says "request returns
notfound", it will still work.
Alan DeKok.