Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 1, 2019 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/7e224943e4ef16fedfdf302d9e307e44 to your computer and use it in GitHub Desktop.
Save ryantm/7e224943e4ef16fedfdf302d9e307e44 to your computer and use it in GitHub Desktop.
/nix/store/8v42jvvkb4lxdmfd3y66fg0bshbj5sqb-baresip-0.6.1
├── bin
│   └── baresip
├── lib
│   └── baresip
│   └── modules
│   ├── account.so
│   ├── alsa.so
│   ├── amr.so
│   ├── auloop.so
│   ├── b2bua.so
│   ├── cairo.so
│   ├── cons.so
│   ├── contact.so
│   ├── ctrl_tcp.so
│   ├── debug_cmd.so
│   ├── dtmfio.so
│   ├── evdev.so
│   ├── fakevideo.so
│   ├── g711.so
│   ├── g722.so
│   ├── gsm.so
│   ├── gst1.so
│   ├── gst_video1.so
│   ├── httpd.so
│   ├── ice.so
│   ├── l16.so
│   ├── menu.so
│   ├── mwi.so
│   ├── natbd.so
│   ├── natpmp.so
│   ├── oss.so
│   ├── plc.so
│   ├── portaudio.so
│   ├── presence.so
│   ├── pulse.so
│   ├── rst.so
│   ├── sdl.so
│   ├── selfview.so
│   ├── sndfile.so
│   ├── speex_aec.so
│   ├── speex_pp.so
│   ├── srtp.so
│   ├── stdio.so
│   ├── stun.so
│   ├── syslog.so
│   ├── turn.so
│   ├── uuid.so
│   ├── v4l2_codec.so
│   ├── v4l2.so
│   ├── vidbridge.so
│   ├── vidinfo.so
│   ├── vidloop.so
│   ├── vp8.so
│   ├── vp9.so
│   ├── vumeter.so
│   ├── x11grab.so
│   └── x11.so
└── share
└── baresip
├── busy.wav
├── callwaiting.wav
├── error.wav
├── logo.png
├── message.wav
├── notfound.wav
├── ringback.wav
└── ring.wav
6 directories, 61 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment