Send Message To AMI From Dialplan

Home » Asterisk Users » Send Message To AMI From Dialplan
Asterisk Users 2 Comments

Is it possible to simply send a message to appear as an AMI message/event, from the dialplan? For example

exten =>123,1,ami(myEvent, param1, param2)

and in the AMI a message appears like:

Event: myEvent

Privilege: call,all

Channel: PJSIP/misspiggy-00000001

Uniqueid: 1368479157.3

ChannelState: 3

ChannelStateDesc: Up

CallerIDNum: 657-5309

CallerIDName: Miss Piggy

ConnectedLineName:

ConnectedLineNum:

AccountCode: Pork

Priority: 1

Exten: 123

Context: inbound

Parameter1: param1

Parameter2: param2

I’m thinking about ways that I can send messages from the dialplan to my own application which listens to AMI events.

Thanks

Andrea

Trainee

2 thoughts on - Send Message To AMI From Dialplan