|
Revision 5450, 0.7 kB
(checked in by p_lindheimer, 4 years ago)
|
moved all sip.conf and iax.conf settings into _general_additional.conf files for auto-generation and modified core_conf to add iax file, as well as added the auto-generation of the required core settings
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
; do not edit this file, this is an auto-generated file by freepbx |
|---|
| 2 |
; all modifications must be done from the web gui |
|---|
| 3 |
|
|---|
| 4 |
[general] |
|---|
| 5 |
; |
|---|
| 6 |
; enable and force the sip jitterbuffer. If these settings are desired |
|---|
| 7 |
; they should be set in the sip_general_custom.conf file as this file |
|---|
| 8 |
; will get overwritten during reloads and upgrades. |
|---|
| 9 |
; |
|---|
| 10 |
; jbenable=yes |
|---|
| 11 |
; jbforce=yes |
|---|
| 12 |
|
|---|
| 13 |
; These will all be included in the [general] context |
|---|
| 14 |
; |
|---|
| 15 |
#include sip_general_additional.conf |
|---|
| 16 |
#include sip_general_custom.conf |
|---|
| 17 |
#include sip_nat.conf |
|---|
| 18 |
#include sip_registrations_custom.conf |
|---|
| 19 |
#include sip_registrations.conf |
|---|
| 20 |
|
|---|
| 21 |
; These should all be expected to come after the [general] context |
|---|
| 22 |
; |
|---|
| 23 |
#include sip_custom.conf |
|---|
| 24 |
#include sip_additional.conf |
|---|
| 25 |
#include sip_custom_post.conf |
|---|