summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMalcolm Davenport <malcolmd@digium.com>2004-07-30 18:21:54 +0000
committerMalcolm Davenport <malcolmd@digium.com>2004-07-30 18:21:54 +0000
commit9b0b4bf04154bdbb89a8d9f38500c9262fa8b8cf (patch)
tree7796aedcfa182e50ae9a37a049f2b6798887dd25 /include
parent183fb08ee61b5e202549a790aae232b435a8186a (diff)
Bug # 2115: Allow Caller TON to be retrieved in the dialplan
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3538 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rwxr-xr-xinclude/asterisk/channel.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index cf86318ce..d95aa43ac 100755
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -148,7 +148,9 @@ struct ast_channel {
/*! Malloc'd Dialed Number Identifier */
char *dnid;
/*! Malloc'd Caller ID */
- char *callerid;
+ char *callerid;
+ /*! Caller Type Of Number */
+ int callerton;
/*! Malloc'd ANI */
char *ani;
/*! Malloc'd RDNIS */