mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 16:20:37 +00:00
Doxygen updates
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@16012 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -19,12 +19,24 @@
|
|||||||
/*! \file
|
/*! \file
|
||||||
* \brief CallerID (and other GR30) management and generation
|
* \brief CallerID (and other GR30) management and generation
|
||||||
* Includes code and algorithms from the Zapata library.
|
* Includes code and algorithms from the Zapata library.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* \page CID Caller ID names and numbers
|
||||||
|
*
|
||||||
* Caller ID names are currently 8 bit characters, propably
|
* Caller ID names are currently 8 bit characters, propably
|
||||||
* ISO8859-1, depending on what your channel drivers handle.
|
* 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.
|
* \note Asterisk does not currently support SIP utf8 caller ID names or caller ID's.
|
||||||
*
|
*
|
||||||
* \par See also
|
* \par See also
|
||||||
* \arg \ref callerid.c
|
* \arg \ref callerid.c
|
||||||
|
* \arg \ref callerid.h
|
||||||
* \arg \ref Def_CallerPres
|
* \arg \ref Def_CallerPres
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -315,6 +327,7 @@ const char *ast_describe_caller_presentation(int data);
|
|||||||
\par References
|
\par References
|
||||||
\arg \ref callerid.h Definitions
|
\arg \ref callerid.h Definitions
|
||||||
\arg \ref callerid.c Functions
|
\arg \ref callerid.c Functions
|
||||||
|
\arg \ref CID Caller ID names and numbers
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user