Skip to content

Do not override Expiration value if no "expires" param in contact header

Lukasz Kotasa requested to merge lk_expires into devel

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.

Merge request reports