├── README.md ├── conf-asterisk ├── extensions.conf ├── http.conf ├── rtp.conf └── sip.conf ├── conf-kurento ├── WebRtcEndpoint.conf.ini └── kurento.conf.json └── install.sh /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxero/coturn-kurento-asterisk/HEAD/README.md -------------------------------------------------------------------------------- /conf-asterisk/extensions.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxero/coturn-kurento-asterisk/HEAD/conf-asterisk/extensions.conf -------------------------------------------------------------------------------- /conf-asterisk/http.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxero/coturn-kurento-asterisk/HEAD/conf-asterisk/http.conf -------------------------------------------------------------------------------- /conf-asterisk/rtp.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxero/coturn-kurento-asterisk/HEAD/conf-asterisk/rtp.conf -------------------------------------------------------------------------------- /conf-asterisk/sip.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxero/coturn-kurento-asterisk/HEAD/conf-asterisk/sip.conf -------------------------------------------------------------------------------- /conf-kurento/WebRtcEndpoint.conf.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxero/coturn-kurento-asterisk/HEAD/conf-kurento/WebRtcEndpoint.conf.ini -------------------------------------------------------------------------------- /conf-kurento/kurento.conf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxero/coturn-kurento-asterisk/HEAD/conf-kurento/kurento.conf.json -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nuxero/coturn-kurento-asterisk/HEAD/install.sh --------------------------------------------------------------------------------