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
_______________________________________________ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-video mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-video
