aboutsummaryrefslogtreecommitdiffstats
path: root/configs/res_fax.conf.sample
diff options
context:
space:
mode:
authormnicholson <mnicholson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-02 23:22:11 +0000
committermnicholson <mnicholson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-03-02 23:22:11 +0000
commitee037a2f38eb3acff001a75b7f8caa9039a510c2 (patch)
tree2fb05eebda9102a66a78a2e7bac93d7ded92d9e4 /configs/res_fax.conf.sample
parentbc9bd7bb7c38d2ec2bd0b0814d19473e1615b3b5 (diff)
Merge missed files from res_fax/res_fax_spandsp merge.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@250213 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/res_fax.conf.sample')
-rw-r--r--configs/res_fax.conf.sample24
1 files changed, 24 insertions, 0 deletions
diff --git a/configs/res_fax.conf.sample b/configs/res_fax.conf.sample
new file mode 100644
index 000000000..251a9ca2a
--- /dev/null
+++ b/configs/res_fax.conf.sample
@@ -0,0 +1,24 @@
+; Generic Fax Application configuration
+
+[general]
+; Maximum Transmission Rate
+; Possible values are { 2400 | 4800 | 7200 | 9600 | 12000 | 14400 }
+; Set this value to the maximum desired transfer rate. Default: 14400
+maxrate=14400
+
+; Minimum Transmission Rate
+; Possible values are { 2400 | 4800 | 7200 | 9600 | 12000 | 14400 }
+; Set this value to the minimum desired transfer rate. Default: 2400
+minrate=2400
+
+; Send Progress/Status events to manager session
+; Manager events with 'call' class permissions will receive events indicating the
+; steps to initiate a fax session. Fax completion events are always sent to manager
+; sessions with 'call' class permissions, regardless of the value of this option.
+; Default: no
+statusevents=yes
+
+; modem capabilities
+; Possible values are { v17 | v27 | v29 }
+; Set this value to modify the default modem options. Default: v17,v27,v29
+modems=v17,v27,v29