core show version
core show uptime
core show channels
pjsip show endpoints
pjsip show registrations
dialplan show
dialplan show internal
core set verbose 3
[pjsip.conf]
core show version
vmware 설치
우분투 리눅스 데스크탑 다운로드
우분투 설치
터미널 실행
$ sudo apt update
$ sudo apt install build-essential libxml2-dev libncurses5-dev uuid-dev pkg-config libtool autoconf automake libssl-dev libjansson-dev libsqlite3-dev libedit-dev
ASTERISK 소스파일 다운로드 - https://www.asterisk.org/downloads/
압축파일 해제 - $ tar xvf asterisk-20-current.tar.gz
폴더 이동 - $ cd asterisk-20*/
$ ./configure && make && sudo make install && sudo make samples && sudo make config
데몬실행 - $ sudo asterisk
CLI 접속 - $ sudo asterisk -rvvv