Restcomm-Connect icon indicating copy to clipboard operation
Restcomm-Connect copied to clipboard

The Open Source Cloud Communications Platform

Results 105 Restcomm-Connect issues
Sort by recently updated
recently updated
newest added

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.

REST API

I was a little confused by finding both a `build.xml`, as well as a `pom.xml` in the project, so I was wondering whether I should be building using ant or...

When viewing lists with additional information in mobile view, a chevron (`>`) is presented on the right side. In some of them, clicking it does not lead the user to...

1. Bug
UI
UX
Console

> /kind feature **What happened**: testsuite is low on bootstrapping **What you expected to happen**: quick server start **How to reproduce it (as minimally and precisely as possible)**: use any...

2. Enhancement

/kind feature **What happened**: An SMS Provider character encoding is determined by the provider itself. When incoming message DCS==0 the message character encoding may be a GSM7, or ASCII **What...

Process of adding new domainName in Organization as explained in [RC API documentation](http://documentation.telestax.com/connect/api/organization-api.html#organization) says to add domainName `test` simply post http request with `curl -X PUT "https://:@mycompany.restcomm.com/restcomm/2012-04-24/Organizations/test"` which if success...

Say you want to call a local RC instance number (ie 1235) from an android client using Android SDK connected to the same LAN with RC. When setting up the...

/kind bug **What happened**: When using MySQL as the database, with just a single MySQL host (so MYSQL_SNDHOST=''), if the MySQL server is restarted for maintenance, all calls to RestComm...

After client logs in to RC via web Admin UI, client sends GET Daily.json to server and receives HTTP 500 ![image](https://user-images.githubusercontent.com/17357720/33620817-88fac9ce-da1b-11e7-80c7-24d5886143e5.png) [GET]: http://admin-ui:8080/restcomm/2012-04-24/Accounts/ACae6e420f425248d6a26948c17a9e2acf/Usage/Records/Daily.json?EndDate=2017-12-05&StartDate=2017-11-05 [GET]: http://admin-ui:8080/restcomm/2012-04-24/Accounts/ACae6e420f425248d6a26948c17a9e2acf/Usage/Records/Daily.json?Category=SMS&EndDate=2017-12-05&StartDate=2017-11-05 [server.log](https://github.com/RestComm/Restcomm-Connect/files/1532195/server.log)