login | register
Tue 02 of Dec, 2008 [13:18 UTC]

voip-info.org

Discuss [1] History

Asterisk config alarmreceiver.conf

Created by: hwstar,Last modification on Wed 23 of Jun, 2004 [09:30 UTC] by JustRumours

Alarmreceiver.conf




Example alarmreceiver.conf file



;
; alarmreceiver.conf
;
; Sample configuration file for the Asterisk alarm receiver application.
;


[general]

;                                                                                                                                   
; Specify a timestamp format for the metadata section of the event files
; Default is %a %b %d, %Y @ %H:%M:%S %Z
	        
timestampformat = %a %b %d, %Y @ %H:%M:%S %Z

;
; Specify a command to execute when the caller hangs up
;
; Default is none
;

;eventcmd = yourprogram -yourargs ...

;
; Specify a spool directory for the event files. This setting is required if you want the app to be useful.
; Event files written to the spool directory will be of the template event-XXXXXX, where XXXXXX is a random
; and unique alphanumeric string.
;
; Default is none, and the events will be dropped on the floor.
;

eventspooldir = /tmp

; 
; The alarmreceiver app can either log the events one-at-a-time to individual files in the spool 
; directory, or it can store them until the caller disconnects and write them all to one file.
;
; The default setting for logindividualevents is no.
;

logindividualevents = no

;
; The timeout for receiving the first DTMF digit is adjustable from  1000 msec. to 10000 msec. The
; default is 2000 msec. Note: if you wish to test the receiver by entering digits manually, set this
; to a reasonable time out like 10000 milliseconds. 

fdtimeout = 2000

;
; The timeout for receiving subsequent DTMF digits is adjustable from  110 msec. to 4000 msec. The
; default is 200 msec. Note: if you wish to test the receiver by entering digits manually, set this
; to a reasonable time out like 4000 milliseconds. 
;

sdtimeout = 200

;
; 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.
;

loudness = 8192

;
; The db-family setting allows the user to capture statistics on the number of calls, and the errors
; the alarm receiver sees. The default is for no db-family name to be defined and the database logging
; to be turned off.
;

;db-family = yourfamily:

;
; End of alarmreceiver.conf
;


See also



Go back to Asterisk


Comments

Comments Filter
222

333Is this better than nothing?

by ardentbiker, Wednesday 20 of August, 2008 [00:57:26 UTC]
Why is there just an example file? This file is included with the Asterisk distribution and it seems redundant to display it here. Better content would be to actually explain what this is used for similar to other .conf file pages. I propose that the file content be removed. Nothing is better than useless (for example, http://www.voip-info.org/wiki/index.php?page=Asterisk+config+adsi.conf).