[MERGED] osmo-mgw[master]: msg: fix response code on exhausted endp resources

2018-02-03 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: msg: fix response code on exhausted endp resources .. msg: fix response code on exhausted endp resources When all endpoints are seized and a call agent

osmo-mgw[master]: msg: fix response code on exhausted endp resources

2018-02-03 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/6243 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Idf241b47e711e35e9f9b5a43f3cea5c0298ea30b Gerrit-PatchSet: 1 Gerrit-Project: osmo-mgw Gerrit-Branch: master

[PATCH] osmo-mgw[master]: msg: fix response code on exhausted endp resources

2018-02-01 Thread dexter
Review at https://gerrit.osmocom.org/6243 msg: fix response code on exhausted endp resources When all endpoints are seized and a call agent tries to allocate another one, then 500 is returned as response code, which means that the endpoint was not found. This does not match. - Return 403