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:
+2
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user