User Tools

Site Tools


voice:pbx:freepbx_config

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
voice:pbx:freepbx_config [2012/06/04 15:07]
gcooper
— (current)
Line 1: Line 1:
-====== FreePBX Configuration ====== 
- 
-FIXME 
- 
-FreePBX is an Asterisk management system with a web interface. 
- 
-[[voice:pbx:freepbx_distro|FreePBX Distro]] 
- 
-[[voice:pbx:freepbx_scratch|Build a PBX from Scratch Using CentOS 6, Asterisk and FreePBX]] 
- 
-===== Add-On Modules ===== 
- 
-FreePBX offers numerous add-on modules. 
- 
-  * You probably don't want or need to install them all 
-    * Simpler user interface 
-    * Enhanced security 
-  * If you are looking for a feature and don't find it 
-    * //FreePBX → Admin → Module Admin → Check Online// 
- 
-Commonly installed modules: 
- 
-  * Backup & Restore 
-  * Ring Groups 
-  * IVR 
-  * Time Conditions 
- 
-===== NAT ===== 
- 
-<file> 
-/etc/asterisk/sip_nat.conf 
- 
-localnet=192.168.2.0/255.255.255.0 
-externhost=sol.familycooper.org 
-externrefresh=10 
-fromdomain=familycooper.org 
-nat=yes 
-qualify=yes 
-canreinvite=no 
- 
-asterisk -rx reload 
-</file> 
- 
-===== Send E-Mail ===== 
- 
-[[networking:linux:ssmtp|SSMTP]] 
- 
-Send mail without installing a full mailserver: 
- 
-<file> 
-vim /etc/ssmtp/ssmtp.conf 
-</file> 
- 
-<file> 
-# Config file for [[sSMTP]] sendmail 
-# 
-# The person who gets all mail for userids < 1000 
-# Make this empty to disable rewriting. 
-root=gcooper@familycooper.org 
- 
-# The place where the mail goes. The actual machine name is required no  
-# MX records are consulted. Commonly mailhosts are named mail.domain.com 
-mailhub=www.sonoracomm.com:465 
- 
-# Where will the mail seem to come from? 
-rewriteDomain=familycooper.org 
- 
-# The full hostname 
-hostname=sol.familycooper.org 
- 
-# Are users allowed to set their own From: address? 
-# YES - Allow the user to specify their own From: address 
-# NO - Use the system generated From: address 
-#FromLineOverride=YES 
- 
-AuthUser=smtp 
-AuthPass=pill9gale 
-UseTLS=YES 
-</file> 
- 
-===== Trunks ===== 
- 
-http://www.freepbx.org/support/documentation/howtos/howto-route-dial-patterns-and-trunk-dial-rules 
- 
-http://www.inphonex.com/support/trixbox-configuration-v2.6.1.1.php 
- 
-==== InPhonex ==== 
- 
-Trunk Description: InPhonex 
-Outbound Caller ID: 5203314175 
- 
-Dial Rules only modify dial strings.  Use '+' to add or '|' to remove digits:  
- 
-1520+NXXXXXX 
-1+NXXNXXXXXX 
- 
-Trunk Name: inphonex-outbound 
-Peer Details:  
- 
-type=peer 
-insecure=very 
-host=sip.inphonex.com 
-username=6611293 
-secret=105700 
-qualify=yes 
-sendrpid=yes 
-context=from-pstn 
-fromuser=6611293 
-fromdomain=sip.inphonex.com 
-canreinvite=no 
- 
-User Context: inphonex-inbound 
- 
-User Details: 
- 
-type=friend 
-context=from-pstn 
-username=6611293 
-user=6611293 
-insecure=very 
-host=sip.inphonex.com 
-fromdomain=sip.inphonex.com 
- 
-Registration String: 
- 
-6611293:105700@sip.inphonex.com/6611293 
- 
-==== Vitelity ==== 
- 
-Trunk Description: Vitelity 
-Outbound Caller ID: 5203314175 
- 
-Dial Rules only modify dial strings.  Use '+' to add or '|' to remove digits:  
- 
-1520+NXXXXXX 
-1+NXXNXXXXXX 
- 
-Trunk Name: vitelity-outbound 
-Peer Details:  
- 
-type=friend 
-dtmfmode=auto 
-host=outbound.vitelity.net 
-username=sonoracomm 
-fromuser=sonoracomm 
-trustrpid=yes 
-sendrpid=yes 
-secret=S0noraComM 
-allow=all 
-canreinvite=no 
- 
-User Context: vitelity-inbound 
- 
-User Details: 
- 
-type=friend 
-dtmfmode=auto 
-host=inbound23.vitelity.net 
-context=inbound 
-username=sonoracomm 
-secret=S0noraComM 
-allow=all 
-insecure=very 
-canreinvite=no 
- 
-Registration String: 
- 
-sonoracomm:S0noraComM@inbound23.vitelity.net:5060 
- 
-==== Outbound Routes ==== 
- 
-Route Name: Default 
-Emergency: enabled 
-Dial Patterns: 
- 
-011. 
-1NXXNXXXXXX 
-NXXNXXXXXX 
-NXXXXXX 
- 
-Pick a trunk or two. 
- 
-**Inbound Routes** 
- 
-Route Name: Default 
-Set Destination:  
- 
-==== Endpoint Manager ==== 
- 
-http://projects.colsolgrp.net/projects/show/endpointman 
- 
-chown .[[asterisk]] /tftpboot 
-chmod 775 /tftpboot 
  
voice/pbx/freepbx_config.1338844045.txt.gz · Last modified: 2012/06/04 15:07 by gcooper