[Asterisk-cvs] asterisk/include/asterisk channel.h,1.50,1.51

malcolmd at lists.digium.com malcolmd at lists.digium.com
Fri Jul 30 14:35:52 CDT 2004


Update of /usr/cvsroot/asterisk/include/asterisk
In directory localhost.localdomain:/tmp/cvs-serv726/include/asterisk

Modified Files:
	channel.h 
Log Message:
Bug # 2115: Allow Caller TON to be retrieved in the dialplan


Index: channel.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/channel.h,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- channel.h	28 Jul 2004 19:25:14 -0000	1.50
+++ channel.h	30 Jul 2004 18:21:54 -0000	1.51
@@ -148,7 +148,9 @@
 	/*! 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 */




More information about the svn-commits mailing list