Do not override Expiration value if no "expires" param in contact header
Some serves can response to REGISTER with 200 OK response that does not contain "expires" param in Contact header.
Asterisk will have Expiration value from separate Expires header (if it exists in 200 OK response) or 0 (if it doesnt). But we should not override these values here.