Skip to content

Mycroft daemon for announcing Caller ID Name from an Asterisk PBX

License

Notifications You must be signed in to change notification settings

edguy3/AsteriskCliSkill

Repository files navigation

AsteriskCliSkill

This skill provides a connection to an asterisk manager interface such that incoming caller id names will be vocalized by mycroft.

Can also ask "Who was the last caller" or "who is calling" to review the previous caller.

Current state

Caller ID annoucement is working as Mycroft Skill.

Prerequistes

- mycroft
- asterisk with AMI interface configured 

Installing

ssh pi@<IP>
msm install https://github.com/edguy3/AsteriskCliSkill.git

in /etc/asterisk/manager.d/pi.conf 
; Each user has a section labeled with the username
; so this is the section for the user named "pi" which should  match filename
[pi]
secret = superSecret                ; change this item. 
deny=0.0.0.0/0.0.0.0
permit=192.168.1.0/255.255.255.0    ; change this item.
read = system,call,log,verbose,command,agent,user,originate
write = log,verbose
; 

Visit https://home.mycroft.ai/#/skill to update your settings. 

TODO

- add intent to initiate calls. 
- add intent to check if someone else is on call
- add voicemail interface 
- solicit further comments on implementation and functions. 

Enjoy ! Copyright (C) 2017 Ed Guy [email protected] - See included Apache 2.0 License

About

Mycroft daemon for announcing Caller ID Name from an Asterisk PBX

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages