mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 08:40:16 +00:00
Add ETSI Advice Of Charge (AOC) event reporting.
This feature generates AMI events in the new aoc event class from the events passed up by libpri. Review: https://reviewboard.asterisk.org/r/537/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@267008 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -83,6 +83,7 @@
|
||||
#define EVENT_FLAG_AGI (1 << 13) /* AGI events */
|
||||
#define EVENT_FLAG_HOOKRESPONSE (1 << 14) /* Hook Response */
|
||||
#define EVENT_FLAG_CC (1 << 15) /* Call Completion events */
|
||||
#define EVENT_FLAG_AOC (1 << 16) /* Advice Of Charge events */
|
||||
/*@} */
|
||||
|
||||
/*! \brief Export manager structures */
|
||||
|
||||
Reference in New Issue
Block a user