Contact ID Processor for Asterisk Alarm Receiver
Find a file
dependabot[bot] f1bbc678f8
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 08:27:41 +00:00
.github Bump actions/checkout from 3 to 4 2023-09-11 08:27:41 +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 Create README.md 2023-07-30 12:59:14 -07: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

asterisk.conf:

  • mindtmfduration = 40

alarmreceiver.conf:

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