freeswitch: 1.8.7 -> 1.10.2

This commit is contained in:
misuzu
2020-01-01 23:07:45 +02:00
parent 96f4563f1e
commit 6d66795575
2 changed files with 28 additions and 16 deletions
+7
View File
@@ -3,6 +3,8 @@
, gsmlib
, lua
, curl
, libmysqlclient
, postgresql
}:
let
@@ -103,6 +105,11 @@ in
theora = mk "codecs/mod_theora" [];
};
databases = {
mariadb = mk "databases/mod_mariadb" [ libmysqlclient ];
pgsql = mk "databases/mod_pgsql" [ postgresql ];
};
dialplans = {
asterisk = mk "dialplans/mod_dialplan_asterisk" [];
directory = mk "dialplans/mod_dialplan_directory" [];