相続財産の泥棒の仕組み
Asterisk
asterisk 公開した場合の攻撃対策
フィルターの正規表現のテスト fail2ban-regex /var/log/asterisk/full /etc/fail2ban/filter.d/test.conf Lines: 582508 lines, 0 ignored, 146 matched, 582362 missed
Asterisk 稼働確認 メール
asterisk -rx "pjsip list endpoints" | mail -s 'Asterick Check result' 'ckenko25@gmail.com'
asterisk ひつこい相手対策 [recidive]
iptables-allports.confを変更する vi /etc/fail2ban/action.d/iptables-allports.conf actionstart = <iptables> -N f2b-<name> <iptables> -A f2b-<name> -j <returntype> # <iptables> -I <chain> -p <protocol> -j f2...
chan_mobile Unable to write frametype: 2 原因が判明
端末側で電話機の発信を止めてもスマホが停止しなくてこれが現れる またdtmfが働かないなど bluetooth adapter が原因であることが判明した。
Asterisk16 registrationsしない端末がある
core show help pjsip show registrations freepbx*CLI> pjsip list endpoints Endpoint: <Endpoint/CID.....................................> <State.....> <Channels.> =======================================...
FreePBX16とAsterisk16のIVRにはバグが存在する
Asteriskを再起動かけるとIVRの着信ができなくなる インバウンドルートを表示して送信を実行すると直る
asterisk 相手の案内中に案内が切れてしまう 呼び出し中になる
SIPの設定 RTP Timeout 初期値が30秒 この値を60に変更する 保留中でないときにオーディオチャネルでRTPまたはRTCPアクティビティがないrtptimeout秒の場合は、通話を終了します。 これは、停電や誰かがケーブルをつまずいた場合など、電話がネットから消えた場合に電話を切ることができるようにするためです。
asterisk16の注意点
Asterisk 16における注意点 PjSIPはres_statsd.soに依存します。このためres_statsdがloadされていないと、res_pjsipがloadされない問題が発生します。 (Asterisk 16ではモジュールの依存関係チェックが厳密化されています) res_statsdモジュールはstatsd.confファイルが無いとloadされないため、statsd.confファイ...
asterisk-16 freepbx16 odbc cdrレポート表示
sudo apt install unixodbc unixodbc-dev 次をダウンロードインストールする vi /etc/odbc.ini Description = MySQL connection to 'asteriskcdrdb' database Driver = MySQL Server = localhost Database = asteriskcdrdb Port = 33...
asterisk-16 freepbx16 cdrレポートが表示されない
cdrレポートが表示されない状態 DeskMini*CLI> odbc show ODBC DSN Settings ----------------- Name: asteriskcdrdb DSN: MySQL-asteriskcdrdb Last fail connection attempt: 2021-12-02 11:45:39 Number of active connections...
chan_mobileはDTMFをとうさないのでIVRは使えない
いくらやってもプッシュした番号にasteriskは反応しない 諦める
freepbx chan_mobile Unable to write frametype: 2が出現する条件
WARNING: app_dial.c:1680 wait_for_answer: Unable to write frametype: 2 相手が電話を取らなくてasterisk側の端末で電話を切ったときに出現する 相手が電話を取ればエラーなしに正常にasterisk側の端末でエラーなしに切れる 相手が留守で電話に出なかったのでasterisk側端末で切るとスマホは発信中のままである高額料金が発...
upgrade to Asterisk 16
Debian Stretchベースのイメージでは、オプションのインストールとしてAsterisk16が提供されています。 raspbx-upgrade apt-get update fwconsole stop apt-get purge asterisk13 apt-get install asterisk16 fwconsole start インストールされると、Asterisk 16は、通常...
asterisk-16 CDRレポートの表示
apt install unixodbc odbc-mariadb sudo apt-get install -y unixodbc-dev vi /etc/odbcinst.ini Description = ODBC for MySQL (MariaDB) Driver = /usr/lib/x86_64-linux-gnu/odbc/libmaodbc.so FileUsage = 1 vi...
mint20 ファックスサーバーに仕立てる
ファックスの受信はasteriskで実現できるファックスで受信させる ファックスの送信はHylafax-serverが送信を担当する ながらくやりたかったことが実現できた
mint20 asterisk freepbx hylafax-server faxサーバー
apt install fonts-noto-mono ghostscript gsfonts libcupsfilters1 apt install libtiff-opengl libtiff-tools apt install lpr xfig fonts-noto ghostscript-x mgetty-viewfax mgetty psrip liblcms2-utils apt in...
asteriskの自動起動を止める
自動起動の停止 systemctl disable asterisk.service 自動起動の再開 systemctl enable asterisk.service
asterisk pjsip debug
スマホのwifiはONか? sip.conf pjsip.conf extenstions.conf 以上を点検する
asterisk-18 コンパイル
sudo apt-get purge asterisk sudo rm -rf /etc/asterisk sudo rm -rf /var/run/asterisk sudo apt update sudo apt install wget build-essential git autoconf subversion pkg-config libtool $ sudo git clone -b...
chan_mobile Bluetooth Adapterと asteriskを接続する
chan_mobile.confを作る cp /usr/src/asterisk-18.2.2/configs/samples/chan_mobile.conf.sample /etc/asterisk cd /etc/asterisk cp chan_mobile.conf.sample chan_mobile.conf vi /etc/asterisk/chan_mobile.con 上記のB...