aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/ael_structs.h
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-18 21:36:24 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-18 21:36:24 +0000
commit0851906c8321505334fdabd23e87812547dfe0ab (patch)
tree8c013c06f433598c8319a154dce0cade99d7145a /include/asterisk/ael_structs.h
parent6c9e5a30c9759983b8f39d04a516269343f913e2 (diff)
merge changes from team/murf/AEL-trunk-fixesonly
- fix callerid matching for extensions - fix nested switch statements - fix compilation with bison 2.1a or higher (issue #7309) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@34665 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/ael_structs.h')
-rw-r--r--include/asterisk/ael_structs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/ael_structs.h b/include/asterisk/ael_structs.h
index 1d5dce244..68821fe98 100644
--- a/include/asterisk/ael_structs.h
+++ b/include/asterisk/ael_structs.h
@@ -170,6 +170,7 @@ struct ael_priority
struct ael_extension
{
char *name;
+ char *cidmatch;
char *hints;
int regexten;