相続、親が弱ってきたら銀行の預金は親の面倒を見ているものが全て解約して管理すべきである、銀行は解約させない!!

RasPBX

スポンサーリンク
RasPBX

asterisk 通信 選択されるコーデック

Asterisk SIP 設定のコーデックの順番順のコーデックで通信がされる
RasPBX

incoming-mobileに着信があった場合に自分の携帯番号を案内する

incoming-mobileに着信があった場合に自分の携帯番号を案内する番号案内録音を作り/var/lib/asterisk/sounds/enに保存する;番号案内exten => s,1,Answerexten => s,n,Playback(<番号案内録音ファイル>)exten => s,n,Playback(<番号案内録音ファイル>)exten => s,n,Playback(<番号案内録...
RasPBX

ddclient ルーターipとサーバーipが違う!!

ddclient ルーターipとサーバーipが違う!! 原因はipv4とipv6のipであった
スポンサーリンク
RasPBX

RasPBX USB BOOT

vi /boot/cmdline.txtdwc_otg.lpm_enable=0 console=serial0,115200 console=tty1 root=/dev/sda2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwaitroot=/dev/mmcblk0p2をroot=/dev/sda2に変更保存する
RasPBX

RasPBX  Fax受信 条件

res_faxとres_spandspが入れる必要があるspandspを入れる必要がある(これがないとFaxは受信するがメールは送られてこない)ユーザー管理で150を登録する必要がある
RasPBX

RasPBXのFaxは IVRと共存はできない

raspbxはファックス専用で動作させれるがIVRと共存はできない。共存させるにはasteriskをソースからインストールする必要がある。
RasPBX

raspbx 固定IP設定

vi /etc/dhcpcd.confこのファイルの一番下に挿入しますinterface eth0static ip_address=192.168.1.50/24static routers=192.168.1.5static domain_name_servers=8.8.8.8 8.8.4.4
RasPBX

raspbx asteriskを自分でコンパイルする

RasPBXで独自にコンパイルしたAsteriskを使用する前に、インストールされているasterisk16またはasterisk13パッケージを最初に削除します。apt-get remove asterisk13 asterisk16削除しない場合、変更は次のasterisk16またはasterisk13パッケージの更新時に上書きされます。次の手順に従って、Asterisk16のメニュー選択画面...
RasPBX

raspbxをファックス専用機にする

raspbxで電話が正常にかけられる状態にするinstall-faxでファックスが使えるようにするpostfixで自分のメールにメールが送信できる状態にするインバウンドルートはファックスの宛先を設定するファックスを受信すると自分のメールアドレスにPDFでファックスが到着するこれでファックスの送信と受信ができるファックス専用機になる
RasPBX

raspbx clone sdカードを作る

apt install gitgit clone cd rpi-clone/./rpi-clone sda -fこれで30分ほどでクローンSDカードが作成されるsdaは fdisk -l で確認するInitialize and clone to the destination disk sda? (yes/no):  y  を入力Optional destination ext type file...
RasPBX

raspbx install-fax

# install-faxPlease add the following extension to FreePBX manually:Extension type: IAX2User Extension: 150Display Name: TAKAHIKO FUJIMOTOSecret: KeJB6q2rTLcAnKIOTAFKVpsTnAH7YyT6Host: 127.0.0.1Port: 4...
RasPBX

raspbx updateできない

# apt-get update これでできない解決# sudo apt-get update# sudo apt-get upgrade# passwd root# sudo raspi-config これでタイムゾーンを変更してLocale Ja_Jp_UTF8を入れる
RasPBX

raspbx HL-2395DW Driver install

Utilities の Driver Install Tool をダウンロードするgunzip linux-brprinter-installer-2.2.2-2.gzbash linux-brprinter-installer-2.2.2-2 HL-L2395DWインテル用ドライバであるので警告が出てくるが問題なく使えている
RasPBX

raspbx vim install

sudo apt-get --purge remove vim-common vim-tinysudo apt-get install vimvi ~/.vimrcset nocompatibleset backspace=indent,eol,startset autoindentset nowrapset rulersyntax oncolorscheme evening
RasPBX

raspbx LibreOffice Writerから印刷でFAX送信

LibreOfiice Writer
RasPBX

raspbx FAX 受信を自動でプリンターに印刷

apt-get install cupsvi /etc/cups/cuspd.conf#Listen localhost:631Listen <raspbxのip>:631/Location 各セクションに追加Allow @LocalAllow from 192.168.1.0/24vi /etc/hylafax/FaxDispatchcase "$DEVICE" inttyI150)SENDTO...
RasPBX

raspbx backup

usbメモリをex4でフォーマットしたmount /dev/sda1 /mntraspbx-backup/mnt/backup.img を指定するImage file including full path: /mnt/backup.imgSpecify the size of the image file in MB. Defaults to 3641 MB, whichhas been cal...
RasPBX

raspbx hylafax client YajHFC

ポイントhylafaxのユーザーを登録する必要があるfaxadduser -p <パスワード> <ユーザー名>
RasPBX

raspbx fax 送信

アウトバンドルートを設定しないと送信できないコマンドラインでテストするsendfax -n -d 078******* /etc/hostsroot@raspbx:/var/log/iaxmodem# sendfax -n -d 078******* /etc/hostsrequest id is 8 (group id 8) for host localhost (1 file)
RasPBX

raspbx fax 受信

freepbaのすべてのモジュールをインストールする設定→faxの設定インバウンドルート FAXの設定内線150の高度な設定postfixをインストールしてメールが届く環境にしておくFAX受信のDebugcat /var/log/daemon.log | grep FaxGettyFeb 13 09:10:00 raspbx FaxGetty: ANSWER: FAX CONNECTION DEV...
スポンサーリンク