freeswitch: fix gsmopen build and enable by default for linux

This commit is contained in:
misuzu
2020-01-01 18:09:54 +02:00
parent 8cce0e0937
commit 96f4563f1e
2 changed files with 20 additions and 21 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
{ libopus
, libctb
, gsmlib
, lua
, curl
}:
@@ -114,7 +116,7 @@ in
endpoints = {
alsa = mk "endpoints/mod_alsa" [];
dingaling = mk "endpoints/mod_dingaling" [];
gsmopen = mk "endpoints/mod_gsmopen" [];
gsmopen = mk "endpoints/mod_gsmopen" [ gsmlib libctb ];
h323 = mk "endpoints/mod_h323" [];
khomp = mk "endpoints/mod_khomp" [];
loopback = mk "endpoints/mod_loopback" [];