<div dir="ltr">Hi,<div>I have a requirement to specify a REGISTER max_expires based on the User-Agent.</div><div>I checked the docs and it seems there is no pseudo-variable or something like that would permit this.</div><div>I would like to be able to do something like this:</div><div>if($ua ~= "Some-UA") {</div><div>    $max_expires=100;</div><div>} else {</div><div>    $max_expires=150;</div><div>}</div><div>save("location");</div><div>Is there some way to achieve this?</div><div><br></div></div>