Add initial SIP UAS.

It's capable of responding to calls and hanging up after a few seconds.
Very rude.
This commit is contained in:
2022-07-06 01:40:14 +01:00
parent f99b7ba23d
commit 7bbed87c27
9 changed files with 1345 additions and 13 deletions
+2 -1
View File
@@ -7,6 +7,7 @@
alsa-lib,
AppKit,
fetchpatch,
libopus,
}:
stdenv.mkDerivation rec {
pname = "pjsip";
@@ -24,7 +25,7 @@ stdenv.mkDerivation rec {
];
buildInputs =
[openssl libsamplerate]
[openssl libsamplerate libopus]
++ lib.optional stdenv.isLinux alsa-lib
++ lib.optional stdenv.isDarwin AppKit;