Skip to content

Instantly share code, notes, and snippets.

@goodarzi
Last active July 24, 2024 18:01
Show Gist options
  • Save goodarzi/94e8d061b9892f56570528687957df8b to your computer and use it in GitHub Desktop.
Save goodarzi/94e8d061b9892f56570528687957df8b to your computer and use it in GitHub Desktop.
chan sccp asterisk 20
#!/usr/bin/env bash
ASTERISK_SRC_DIR=/path/to/asterisk/src
git clone https://github.com/chan-sccp/chan-sccp --depth=1
cd chan-sccp
./configure --with-asterisk-version=18 --with-asterisk=$ASTERISK_SRC_DIR
make -j
sudo make install
sudo make reload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment