[asterisk-commits] trunk r16012 - /trunk/include/asterisk/callerid.h

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Tue Mar 28 21:42:08 MST 2006


Author: oej
Date: Tue Mar 28 22:42:07 2006
New Revision: 16012

URL: http://svn.digium.com/view/asterisk?rev=16012&view=rev
Log:
Doxygen updates

Modified:
    trunk/include/asterisk/callerid.h

Modified: trunk/include/asterisk/callerid.h
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/callerid.h?rev=16012&r1=16011&r2=16012&view=diff
==============================================================================
--- trunk/include/asterisk/callerid.h (original)
+++ trunk/include/asterisk/callerid.h Tue Mar 28 22:42:07 2006
@@ -19,12 +19,24 @@
 /*! \file
  * \brief CallerID (and other GR30) management and generation
  * Includes code and algorithms from the Zapata library.
+ *
+ */
+
+/*!
+ * \page CID Caller ID names and numbers
+ *
  * Caller ID names are currently 8 bit characters, propably
  * ISO8859-1, depending on what your channel drivers handle.
+ *
+ * IAX2 and SIP caller ID names are UTF8
+ * On ISDN Caller ID names are 7 bit, Almost ASCII
+ * (See http://www.zytrax.com/tech/ia5.html )
+ *
  * \note Asterisk does not currently support SIP utf8 caller ID names or caller ID's.
  *
  * \par See also
  * 	\arg \ref callerid.c
+ * 	\arg \ref callerid.h
  *	\arg \ref Def_CallerPres
  */
 
@@ -315,6 +327,7 @@
 	\par References
 	\arg \ref callerid.h Definitions
 	\arg \ref callerid.c Functions
+	\arg \ref CID Caller ID names and numbers
 */
 
 



More information about the asterisk-commits mailing list