找回密码
 注册

QQ登录

只需一步,快速开始

BCM 门户 IT世界 系统管理 查看内容

FreePBX Install Guide (CentOS v5.x, Asterisk v1.6.x, FreePBX)

2011-11-6 17:50| 发布者: Test| 查看: 4711| 评论: 0|来自: PowerPBX.org

摘要: UPDATED for Asterisk v1.6.2 and FreePBX v2.8 Includes every detail in the form of step by step instructions from bare metal to a running VoIP PBX in about 2 hours. When installing Linux, do NOT inst ...

Change active ethernet port

If you have 2 ethernet ports and you want to switch to make the other one active you can do it with this procedure.  To make eth0 inactive and eth1 active do the following:

nano /etc/sysconfig/network-scripts/ifcfg-eth0
change the “onboot=yes” to “onboot=no”
 
Also note the IP settings which you are likely to want to copy over to the other port.

nano /etc/sysconfig/network-scripts/ifcfg-eth1
change the “onboot=no” to “onboot=yes”      

Also change any of the IP settings to whatever you want which I won't bother explaining.        

reboot or startup by typing the following commands:
eth0 down
eth1 up


REBOOT script for Aastra phones

nano /etc/asterisk/sip_notify.conf
[aastra-check-cfg]
Event=>check-sync
Content-Length=>0

(Ctrl-X>y>ENTER)

Then from the asterisk console you can type "sip notify aastra-check-cfg 123", where 123 is the sip phone
Copy Aastra phone config files into /tftpboot directory.  There are 2.  One is aastra.cfg and one is “MACADDRESSOFPHONE”.cfg

For remote external SIP extensions
nano /etc/asterisk/sip_nat.conf
nat=yes
externip=<your fixed external IP> or
;externhost=yourdns.com
localnet=192.168.1.0/255.255.255.0
externrefresh=10

(Ctrl-X>y>ENTER)




鲜花

握手

雷人

路过

鸡蛋

相关阅读

最新评论

手机版|小黑屋|BC Morning Website ( Best Deal Inc. 001 )

GMT-8, 2026-4-10 23:46 , Processed in 0.033048 second(s), 18 queries .

Supported by Weloment Group X3.5

© 2008-2026 Best Deal Online

返回顶部