Orestis Tsakiridis
Orestis Tsakiridis
Adds support for "encoding" to SMS verb to SmppInterpreter, SmsInterpreter and BaseVoiceInterpreter. Although, tests are supplied for SmsInterpreter and SmppInterpreter, most tests do not pass as expected but i haven't...
The patch involves changes in config-rvd-logging.sh and inroduces RVD_LOG_FILE variable in advanced.conf. There will probably be minor conflicts in advanced.conf. Fixes #2512
Added application-based filtering to IncomingPhoneNumber list method.The patch includes: * Small change in REST layer so that ApplicationSid parameter is recognized * Inclusion of applicationSid in IncomingPhoneNumber filter * Changes...
When trying to sign in a closed account, Console displays an "Error. Unknown error" message. Insead, we should display something like: "Sorry, you can't use this account. It has been...
When a new number is registered it should be automatically registered to an application so that the user gets some feedback easily verifies it's operational.
There is no paging in the Aplication REST api. No filters are supported in the request query. _All_ applications for an account are returned in a single, potentially large, response.
Adds support for frustum culling for label components - #6934 . ### Implementation * For center of culling sphere the center of the text cell is used. * For radius,...
If a secured endpoint receives a request without creds, return the `WWW-Authenticate: Basic realm="The realm"`
An alternative handler method that gets all the request details also exists but is not documented. I'm not sure whether this is an outdated feature though.
Authentication errors that are returned to client mention lines of code. We should probably use a _debug_ flag whether to determine when to produce detailed error info or just a...