aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/channel.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2002-03-05 15:59:01 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2002-03-05 15:59:01 +0000
commit979f047eb3f6598bb98635bd4600d47f2a57f801 (patch)
treeeb24eae822aac20c68f241c6d57dd51e6db930bb /include/asterisk/channel.h
parent385223b5ca909aed7354e3ec7e95465ff1b31350 (diff)
Version 0.1.11 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@418 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/channel.h')
-rwxr-xr-xinclude/asterisk/channel.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index 1d2b9c7e5..1331846cd 100755
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -169,8 +169,8 @@ struct ast_channel {
char *dnid;
/*! Malloc'd Caller ID */
char *callerid;
- /*! Malloc'd Hidden Caller*ID */
- char *hidden_callerid;
+ /*! Malloc'd ANI */
+ char *ani;
/*! Current extension context */
@@ -203,6 +203,8 @@ struct ast_channel {
struct ast_cdr *cdr;
/*! Whether or not ADSI is detected on CPE */
int adsicpe;
+ /*! Where to forward to if asked to dial on this interface */
+ char call_forward[AST_MAX_EXTENSION];
/*! For easy linking */
struct ast_channel *next;
@@ -445,7 +447,7 @@ char ast_waitfordigit(struct ast_channel *c, int ms);
/*!
* \param c channel to read from
* \param s string to read in to. Must be at least the size of your length
- * \param len how many digits to read
+ * \param len how many digits to read (maximum)
* \param timeout how long to timeout between digits
* \param rtimeout timeout to wait on the first digit
* \param enders digits to end the string