Contact ID Processor for Asterisk Alarm Receiver
Find a file
dependabot[bot] e608b3e07c
Bump github/super-linter from 5 to 7
Bumps [github/super-linter](https://github.com/github/super-linter) from 5 to 7.
- [Release notes](https://github.com/github/super-linter/releases)
- [Changelog](https://github.com/github/super-linter/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/super-linter/compare/v5...v7)

---
updated-dependencies:
- dependency-name: github/super-linter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-02 08:19:49 +00:00
.github Bump github/super-linter from 5 to 7 2024-09-02 08:19:49 +00:00
schema Update .sqlfluff 2023-07-30 13:59:30 -07:00
.gitignore First upload 2023-07-30 13:18:54 -07:00
asteriskcontactid.pl Blank password for linter 2023-07-30 13:22:25 -07:00
LICENSE Initial commit 2023-07-30 11:14:20 -07:00
README.md Update README.md 2023-11-12 13:38:52 -08:00

asterisk-contact-id

asteriskcontactid.pl

A Contact ID processor for Asterisk's AlarmReceiver() application.

https://wiki.asterisk.org

Uses rcell-smsclient for direct SMS notifications

https://github.com/WillCodeForCats/rcell-smsclient

Installation

  • Copy asteriskcontactid.pl into /usr/local/bin
  • chmod 755 /usr/local/bin/asteriskcontactid.pl

Configuration

Configure the following settings for Asterisk.

asterisk.conf:

  • mindtmfduration = 40

alarmreceiver.conf:

  • eventcmd = /usr/local/bin/asteriskcontactid.pl
  • eventspooldir = /var/spool/asterisk/alarmreceiver

The Grandstream HT802 configured for DTMF inband and passthrough is recommended for connecting a Contact ID dialer to Asterisk.