d4ec2e00a9
This commit sets up the basic configuration for Asterisk. It will allow Asterisk to run, but it won't do anything useful yet. Change-Id: I7975082ff5351db4dc6e3c8cf9dd2d90675e3108
39 lines
679 B
Plaintext
39 lines
679 B
Plaintext
; File: res_fax.conf
|
|
; Description:
|
|
; Note: Do NOT edit this file.
|
|
; See http://wiki.kickstand-project.org/wiki/Asterisk:Configuration_Files for
|
|
; more information about using these configuration files.
|
|
|
|
[general]
|
|
; Value: maxrate
|
|
; Section: general
|
|
; Description:
|
|
; Default: 14400
|
|
maxrate = 14400
|
|
|
|
; Value: minrate
|
|
; Section: general
|
|
; Description:
|
|
; Default: 2400
|
|
minrate = 2400
|
|
|
|
; Value: statusevents
|
|
; Section: general
|
|
; Description:
|
|
; Default: yes
|
|
statusevents = yes
|
|
|
|
; Value: modems
|
|
; Section: general
|
|
; Description:
|
|
; Default: v17,v27,v29
|
|
modems = v17,v27,v29
|
|
|
|
; Value: ecm
|
|
; Section: general
|
|
; Description:
|
|
; Default: yes
|
|
ecm = yes
|
|
|
|
#tryinclude "res_fax.conf.d/*.conf"
|