| 1 |
;--------------------------------------------------------------------------------; |
|---|
| 2 |
; Do NOT edit this file as it is auto-generated by FreePBX. All modifications to ; |
|---|
| 3 |
; this file must be done via the web gui. There are alternative files to make ; |
|---|
| 4 |
; custom modifications, details at: http://freepbx.org/configuration_files ; |
|---|
| 5 |
;--------------------------------------------------------------------------------; |
|---|
| 6 |
; |
|---|
| 7 |
; This file is part of FreePBX. |
|---|
| 8 |
; |
|---|
| 9 |
; FreePBX is free software: you can redistribute it and/or modify |
|---|
| 10 |
; it under the terms of the GNU General Public License as published by |
|---|
| 11 |
; the Free Software Foundation, either version 2 of the License, or |
|---|
| 12 |
; (at your option) any later version. |
|---|
| 13 |
; |
|---|
| 14 |
; FreePBX is distributed in the hope that it will be useful, |
|---|
| 15 |
; but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 16 |
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 17 |
; GNU General Public License for more details. |
|---|
| 18 |
; |
|---|
| 19 |
; You should have received a copy of the GNU General Public License |
|---|
| 20 |
; along with FreePBX. If not, see <http://www.gnu.org/licenses/>. |
|---|
| 21 |
; |
|---|
| 22 |
; Copyright (C) 2004 Coalescent Systems Inc (Canada) |
|---|
| 23 |
; Copyright (C) 2006 Why Pay More 4 Less Pty Ltd (Australia) |
|---|
| 24 |
; Copyright (C) 2007 Astrogen LLC (USA) |
|---|
| 25 |
|
|---|
| 26 |
[general] |
|---|
| 27 |
|
|---|
| 28 |
; These files will all be included in the [general] context |
|---|
| 29 |
; |
|---|
| 30 |
#include sip_general_additional.conf |
|---|
| 31 |
|
|---|
| 32 |
;sip_general_custom.conf is the proper file location for placing any sip general |
|---|
| 33 |
;options that you might need set. For example: enable and force the sip jitterbuffer. |
|---|
| 34 |
;If these settings are desired they should be set the sip_general_custom.conf file. |
|---|
| 35 |
; |
|---|
| 36 |
; jbenable=yes |
|---|
| 37 |
; jbforce=yes |
|---|
| 38 |
; |
|---|
| 39 |
;It is also the proper place to add the lines needed for sip nat'ing when going |
|---|
| 40 |
;through a firewall. For nat'ing you'd need to add the following lines: |
|---|
| 41 |
; nat=yes , externip= , localhost= , and optionally fromdomain= . |
|---|
| 42 |
; |
|---|
| 43 |
#include sip_general_custom.conf |
|---|
| 44 |
|
|---|
| 45 |
;sip_nat.conf is here for legacy support reasons and for those that upgrade |
|---|
| 46 |
;from previous versions. If you have this file with lines in it please make |
|---|
| 47 |
;sure they are not duplicated in sip_general_custom.conf, if so remove them |
|---|
| 48 |
;from sip_nat.conf as sip_general_custom.conf will have precedence. |
|---|
| 49 |
#include sip_nat.conf |
|---|
| 50 |
|
|---|
| 51 |
;sip_registrations_custom.conf is for any customizations you might need to do to |
|---|
| 52 |
;the automatically generated registrations that FreePBX makes. |
|---|
| 53 |
; |
|---|
| 54 |
#include sip_registrations_custom.conf |
|---|
| 55 |
#include sip_registrations.conf |
|---|
| 56 |
|
|---|
| 57 |
; These files should all be expected to come after the [general] context |
|---|
| 58 |
; |
|---|
| 59 |
#include sip_custom.conf |
|---|
| 60 |
#include sip_additional.conf |
|---|
| 61 |
|
|---|
| 62 |
;sip_custom_post.conf If you have extra parameters that are needed for a |
|---|
| 63 |
;extension to work to for example, those go here. So you have extension |
|---|
| 64 |
;1000 defined in your system you start by creating a line [1000](+) in this |
|---|
| 65 |
;file. Then on the next line add the extra parameter that is needed. |
|---|
| 66 |
;When the sip.conf is loaded it will append your additions to the end of |
|---|
| 67 |
;that extension. |
|---|
| 68 |
; |
|---|
| 69 |
#include sip_custom_post.conf |
|---|