summaryrefslogtreecommitdiff
path: root/configs/alarmreceiver.conf.sample
diff options
context:
space:
mode:
authorPedro Kiefer <pedro@kiefer.com.br>2012-10-17 19:02:46 +0000
committerPedro Kiefer <pedro@kiefer.com.br>2012-10-17 19:02:46 +0000
commit8b34dc8192c833c508cc10ad18ee61db73292ce6 (patch)
treeffe23fb8bbdc701fddb49841af52cf3b75ce488a /configs/alarmreceiver.conf.sample
parent372e29620c4b0b1db59bc7b96637e54479a76696 (diff)
Adds new formats to app_alarmreceiver, ALAW calls support and enhanced protection.
Commiting this on behalf of Kaloyan Kovachev (license 5506). AlarmReceiver now supports the following DTMF signaling types: - ContactId - 4x1 - 4x2 - High Speed - Super Fast We are also auto-detecting which signaling is being received. So support for those protocols should work out-the-box. Correctly identify ALAW / ULAW calls. Some enhanced protection for broken panels and malicious callers where added. (closes issue ASTERISK-20289) Reported by: Kaloyan Kovachev Review: https://reviewboard.asterisk.org/r/2088/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@375150 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/alarmreceiver.conf.sample')
-rw-r--r--configs/alarmreceiver.conf.sample11
1 files changed, 11 insertions, 0 deletions
diff --git a/configs/alarmreceiver.conf.sample b/configs/alarmreceiver.conf.sample
index 796470181..e4815a9eb 100644
--- a/configs/alarmreceiver.conf.sample
+++ b/configs/alarmreceiver.conf.sample
@@ -60,6 +60,17 @@ fdtimeout = 2000
sdtimeout = 200
;
+; Wait for the connection to settle post-answer. Adjustable from 500 msec. to 10000 msec.
+; The default is 1250 msec.
+;
+
+answait = 1250
+
+; When logging individual events it may be desirable to skip grouping of metadata
+
+;no_group_meta = yes
+
+;
; The loudness of the ACK and Kissoff tones is adjustable from 100 to 8192.
; The default is 8192. This shouldn't need to be messed with, but is included
; just in case there are problems with signal levels.