Issue 6082 - New DTMF event for manager

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@61324 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2007-04-10 23:55:26 +00:00
parent 7c9e46507b
commit 47dd5a15af
4 changed files with 21 additions and 2 deletions

View File

@@ -308,6 +308,7 @@ static struct permalias {
{ EVENT_FLAG_AGENT, "agent" },
{ EVENT_FLAG_USER, "user" },
{ EVENT_FLAG_CONFIG, "config" },
{ EVENT_FLAG_DTMF, "dtmf" },
{ -1, "all" },
{ 0, "none" },
};