SIP config using asterisk.

Tomorrow I'll move to a proper FreeSWITCH setup but for now this works.
This commit is contained in:
kat witch 2021-02-24 04:14:14 +00:00
parent 469dbda517
commit 099c17528c
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
4 changed files with 143 additions and 6 deletions

View file

@ -1,5 +1,4 @@
{ ... }:
{
imports = [ ./deploy ];
}
let sources = import ../nix/sources.nix;
in { imports = [ ./deploy ]; }