Fix: Return correct error code for `create_relay_connection` in case of `RESERVATION-TOKEN` failure (#1319)
Fixes #1266
According to RFC 5766, [section 6.2](https://www.rfc-editor.org/rfc/rfc5766#section-6.2) point no. 5, the turn server needs to reject the request with 508 (Insufficient Capacity) error code when the given RESERVATION-TOKEN is not valid.