This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
voice:pbx:thirdlane [2016/08/18 13:13] gcooper |
voice:pbx:thirdlane [2016/08/18 13:21] (current) gcooper |
||
---|---|---|---|
Line 30: | Line 30: | ||
vim / | vim / | ||
- | ifconfig eth0 down hw ether 00: | + | ifconfig eth0 down hw ether 00: |
ifconfig eth0 up | ifconfig eth0 up | ||
</ | </ | ||
Line 313: | Line 313: | ||
===== IVR (Auto-Attendant) ===== | ===== IVR (Auto-Attendant) ===== | ||
- | + | ||
+ | FIXME | ||
+ | |||
===== Backup ===== | ===== Backup ===== | ||
Line 350: | Line 352: | ||
==== Fail2Ban ==== | ==== Fail2Ban ==== | ||
- | [[networking: | + | **[[networking: |
- | Fail2ban can complicate troubleshooting, | + | :!: Fail2ban can complicate troubleshooting, |
==== Arno's Firewall ==== | ==== Arno's Firewall ==== | ||
Line 450: | Line 452: | ||
==== Postfix ==== | ==== Postfix ==== | ||
+ | |||
+ | See also **[[networking: | ||
http:// | http:// | ||
Line 460: | Line 464: | ||
**System Settings -> Network Settings -> Postfix SMTP rewriting -> iPBX@sonoracomm.com** | **System Settings -> Network Settings -> Postfix SMTP rewriting -> iPBX@sonoracomm.com** | ||
- | |||
- | You can copy and paste the following into an editor, then adjust the $SMTPHOST and $USERPASS variables for your needs. | ||
- | |||
- | < | ||
- | FILE=/ | ||
- | SMTPHOST=your.mailserver.domain | ||
- | USERPASS=user: | ||
- | |||
- | cat << EOF >> $FILE | ||
- | # | ||
- | $SMTPHOST | ||
- | EOF | ||
- | |||
- | chown root:root $FILE | ||
- | chmod 0600 $FILE | ||
- | postmap hash:$FILE | ||
- | |||
- | postconf -e " | ||
- | postconf -e ' | ||
- | postconf -e ' | ||
- | postconf -e ' | ||
- | |||
- | / | ||
- | </ | ||
==== voicemail.conf ==== | ==== voicemail.conf ==== | ||
Line 502: | Line 482: | ||
===== Digium TDM Cards ===== | ===== Digium TDM Cards ===== | ||
+ | |||
+ | :!: TDM (FXO) cards don't like to share a hardware interrupt. | ||
Check for shared IRQ: | Check for shared IRQ: |