Send alarm message from asterisk

Hi All,

I’d like to know how to make an automatic call when I detect an event on my alarm system. This is the process :
1 Alarm fires an event and connect to Asterisk
2 Asterisk calls a phone number
3 Asterisk can produce dtmf code to simulate human action (ex: “to leave a message press 1, …”)
4 Asterisk reads a specific sound message.

If you understand what I mean, can you help me ?

Thanks in advance

Albert

u can use asterisk’s manager API to do this

can you explain ? There is a doc or tuto about this manager API ?

You can control asterisk PBX and manage all events using Manager API.
Some doc is here: voip-info.org/wiki/view/Asterisk+manager+API

Great docs, Thank you for this link… all I want is there. :smiley: