[Asterisk-video] AMI question

nedo nodo nedo.nodo at gmail.com
Tue Nov 10 03:58:31 CST 2009


Hi,

I don't understand how use Asterisk Manger Interface AMI. I post on official
asterisk website but nobody answer...I have a function manager_event that
send message to AMI, but i don't know how i can connect to it.
Any help are welcome.


// output to manager...
>
manager_event(
>
EVENT_FLAG_CALL,
>
"ConferenceLeave",
>
"ConferenceName: %s\r\n"
>
"Member: %d\r\n"
>
"Channel: %s\r\n"
>
"CallerID: %s\r\n"
>
"CallerIDName: %s\r\n"
>
"Duration: %ld\r\n"
>
"Count: %d\r\n",
>
conf->name,
>
member->id,
>
member->channel_name,
>
member->callerid,
>
member->callername,
>
tt, count
>
) ;
>

Thank
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-video/attachments/20091110/66d3444e/attachment.htm 


More information about the asterisk-video mailing list