Source-Makefile: feeds/telephony/net/coturn/Makefile Package: coturn Submenu: Telephony Version: 4.6.1-1 Depends: +libc +libevent2 +libevent2-extra +libevent2-pthreads +libevent2-openssl +libopenssl +COTURN_ENABLE_MYSQL:libmariadb +COTURN_ENABLE_POSTGRESQL:libpq +COTURN_ENABLE_REDIS:libhiredis +COTURN_ENABLE_SQLITE:libsqlite3 Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: base Title: coturn TURN and STUN Server Maintainer: Jiri Slachta , Sebastian Kemper Require-User: turnserver=379:turnserver=379 Source: coturn-4.6.1.tar.gz License: BSD-COTURN-CITRIX COMBINED-CITRIX-VIVOCHA-BSD MIT-HASH LicenseFiles: LICENSE src/apps/relay/dbdrivers/* src/server/ns_turn_khash.h CPE-ID: cpe:/a:coturn_project:coturn Type: ipkg Description: The TURN Server is a VoIP media traffic NAT traversal server and gateway. It can be used as a general-purpose network traffic TURN server and gateway, too. https://github.com/coturn/coturn Jiri Slachta , Sebastian Kemper @@ Config: menu "coturn configuration" depends on PACKAGE_coturn config COTURN_ENABLE_SQLITE bool "SQLite support" default y help Enable SQLite support config COTURN_ENABLE_MYSQL bool "MySQL support" default n help Enable MySQL support config COTURN_ENABLE_POSTGRESQL bool "PostgreSQL support" default n help Enable PostgreSQL support config COTURN_ENABLE_REDIS bool "Redis support" default n help Enable Redis support endmenu @@