aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/callerid.h
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-29 04:42:07 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-29 04:42:07 +0000
commit30ccbf100fe00d0809afaeb77e2de1ed67f10346 (patch)
tree1e78426f23267435cd0289e0fc99d600160d59f8 /include/asterisk/callerid.h
parent5031b7628cd6fe6f121950d6f569a35fb5e40357 (diff)
Doxygen updates
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@16012 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/callerid.h')
-rw-r--r--include/asterisk/callerid.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/asterisk/callerid.h b/include/asterisk/callerid.h
index a2b5ce69e..066dc7888 100644
--- a/include/asterisk/callerid.h
+++ b/include/asterisk/callerid.h
@@ -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 @@ const char *ast_describe_caller_presentation(int data);
\par References
\arg \ref callerid.h Definitions
\arg \ref callerid.c Functions
+ \arg \ref CID Caller ID names and numbers
*/