1
0
Fork
You've already forked freeswitch-container
0
No description
  • Go 69.2%
  • Dockerfile 30.8%
Finn 1bab9d6add
All checks were successful
/ freeswitch-container-build (push) Successful in 12m56s
Move almost all module configs back to mod_xml_curl
2024年01月29日 19:07:20 -08:00
.forgejo/workflows Initial commit 2024年01月26日 14:33:36 -08:00
dynamic-xmlconfig Move almost all module configs back to mod_xml_curl 2024年01月29日 19:07:20 -08:00
patches/freeswitch enable mod_xml_curl 2024年01月26日 15:14:26 -08:00
.gitignore Initial commit 2024年01月26日 14:33:36 -08:00
Containerfile Initial commit 2024年01月26日 14:33:36 -08:00
freeswitch.xml handle preprocessor vars 2024年01月27日 14:43:14 -08:00
LICENSE readme, license 2024年01月26日 15:15:35 -08:00
README.md readme, license 2024年01月26日 15:15:35 -08:00

FreeSWITCH Container

This is an attempt to package a minimal FreeSWITCH container.

  • State is stored in an ODBC database. Must set environment variable DSN
  • Configuration is retreived from an HTTP server. See mod_curl_xml for details. Must set environment variable CONFIG_URL.