Setup asterisk PBX
sudo apt-get update sudo apt-get install asterisk
cd /etc/asterisk
sudo nano sip.conf
[100] type=friend username=100 callerid=100 secret=100 context=test host=dynamic allow=all [101] type=friend username=101 callerid=101 secret=101 context=test host=dynamic allow=all [102] type=friend username=102 callerid=102 secret=102 context=test host=dynamic allow=all
sudo nano extensions.conf
[test] exten => 100,1,Dial(SIP/100) exten => 101,1,Dial(SIP/101) exten => 102,1,Dial(SIP/102)
sudo service asterisk start
More information
- Setup asterisk PBX with 2 extensions
- How to answer phone calls with local AI