Name

AlarmReceiver() — Provides support for receiving alarm reports from a burglar or fire alarm panel

Synopsis

    AlarmReceiver()

Emulates an alarm receiver, and allows Asterisk to receive and decode special data from fire and/or burglar alarm panels. At this time, only the Ademco Contact ID format is supported.

When called, AlarmReceiver() will handshake with the alarm panel, receive events, validate them, handshake them, and store them until the panel hangs up. Once the panel hangs up, the application will run the command line specified by the eventcmd setting in alarmreceiver.conf and pipe the events to the standard input of the application. alarmreceiver.conf also contains settings for DTMF timing and for the loudness of the acknowledgment tones.

Warning

This application is not guaranteed to be reliable, so don’t depend on it unless you have extensively tested it. If you use this application without extensive testing, you may be putting your life and property at great risk.

This application always returns 0.

    ; set up Asterisk to answer a call from a supported fire alarm panel
    exten => s,1,AlarmReceiver()

See Also

alarmreceiver.conf

Get Asterisk: The Future of Telephony now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.