aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/channel.h
diff options
context:
space:
mode:
authormalcolmd <malcolmd@f38db490-d61c-443f-a65b-d21fe96a405b>2004-07-30 18:21:54 +0000
committermalcolmd <malcolmd@f38db490-d61c-443f-a65b-d21fe96a405b>2004-07-30 18:21:54 +0000
commitdb8d625744c1b900ab8f6651e38f181651d84a3a (patch)
tree7796aedcfa182e50ae9a37a049f2b6798887dd25 /include/asterisk/channel.h
parent65f8cc1881c13a5d674b40653c64548e956ac218 (diff)
Bug # 2115: Allow Caller TON to be retrieved in the dialplan
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3538 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/channel.h')
-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 */