Send Message To AMI From Dialplan
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
https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Application_UserEvent
Antony.
—
“Good health” is merely the slowest rate at which you can die.
Please reply to the list;
please *don’t* CC me.
—
The UserEvent dialplan application[1] exists for raising user defined AMI
events.
[1]
https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+Application_UserEvent