integration to allow asterisk to send notifications to slack
- add instructions for building
go-lame
for the appropriate architecture
whenever a voicemail is left for a given mailbox, send a notification to a slack user/channel along with the accompanying audio file
By default, slasterisk will look in ./config/config.json
for its config file. This location can be changed with the -config
flag.
- token: this is the api token for your slack application
- channel_name: this is the channel to which you want slasterisk to send notifications, if applicable
- vm_dir: this is the absolute path on your asterisk server to where the voicemail folders are for each mailbox; I believe the default is
/var/spool/asterisk/voicemail/default/
, at least for FreePBX asterisk installs - extension: this is the extension for which you want slasterisk to trigger, if applicable