Last active
July 24, 2024 18:01
-
-
Save goodarzi/94e8d061b9892f56570528687957df8b to your computer and use it in GitHub Desktop.
chan sccp asterisk 20
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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