mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merged revisions 332817 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r332817 | mjordan | 2011-08-22 13:15:51 -0500 (Mon, 22 Aug 2011) | 4 lines Review: https://reviewboard.asterisk.org/r/1364/ This update adds a new AMI event, TestEvent, which is enabled when the TEST_FRAMEWORK compiler flag is defined. It also adds initial usage of this event to app_voicemail. The TestEvent AMI event is used extensively by the voicemail tests in the Asterisk Test Suite. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@332844 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1178,6 +1178,7 @@ static const struct permalias {
|
||||
{ EVENT_FLAG_AGI, "agi" },
|
||||
{ EVENT_FLAG_CC, "cc" },
|
||||
{ EVENT_FLAG_AOC, "aoc" },
|
||||
{ EVENT_FLAG_TEST, "test" },
|
||||
{ INT_MAX, "all" },
|
||||
{ 0, "none" },
|
||||
};
|
||||
|
Reference in New Issue
Block a user