📄 doxyref.h
字号:
* distribution. There's another one, called OH323, in asterisk-addons * \arg Implemented in \ref chan_h323.c * \section h323conf h323.conf * \ref chan_h323.c *//*! \page Config_oss OSS configuration * \section ossconf oss.conf * \arg Implemented in \ref chan_oss.c * \verbinclude oss.conf.sample *//*! \page Config_alsa ALSA configuration * \section alsaconf alsa.conf * \arg Implemented in \ref chan_alsa.c * \verbinclude alsa.conf.sample *//*! \page Config_agent Agent configuration * \section agentconf agents.conf * The agent channel is a proxy channel for queues * \arg Implemented in \ref chan_agent.c * \verbinclude agents.conf.sample *//*! \page Config_rtp RTP configuration * \arg Implemented in \ref rtp.c * Used in \ref chan_sip.c and \ref chan_mgcp.c (and various H.323 channels) * \section rtpconf rtp.conf * \verbinclude rtp.conf.sample *//*! \page Config_dun DUNDi Configuration * \arg See also \ref AstDUNDi * \section dundiconf dundi.conf * \verbinclude dundi.conf.sample *//*! \page Config_enum ENUM Configuration * \section enumconf enum.conf * \arg See also \ref enumreadme * \arg Implemented in \ref func_enum.c and \ref enum.c * \verbinclude enum.conf.sample *//*! \page cdr_custom Custom CDR Configuration * \par See also * \arg \ref cdrconf * \arg \ref cdr_custom.c * \verbinclude cdr_custom.conf.sample *//*! \page cdr_ami Manager CDR driver configuration * \par See also * \arg \ref cdrconf * \arg \ref AstAMI * \arg \ref cdr_manager.c * \verbinclude cdr_manager.conf.sample *//*! \page cdr_odbc ODBC CDR driver configuration * \arg See also \ref cdrconf * \arg \ref cdr_odbc.c * \verbinclude cdr_odbc.conf.sample * See also: * \arg http://www.unixodbc.org *//*! \page cdr_pgsql PostgreSQL CDR driver configuration * \arg See also \ref cdrconf * \arg \ref cdr_pgsql.c * See also: * \arg http://www.postgresql.org * \verbinclude cdr_pgsql.conf.sample *//*! \page cdr_sqlite SQLite CDR driver configuration * \arg See also \ref cdrconf * \arg \ref cdr_sqlite.c * See also: * \arg http://www.sqlite.org *//*! \page cdr_tds FreeTDS CDR driver configuration * \arg See also \ref cdrconf * See also: * \arg http://www.freetds.org * \verbinclude cdr_tds.conf.sample *//*! \page Config_cdr CDR configuration * \par See also * \arg \ref cdr_drivers * \arg \link Config_cdr CDR configuration \endlink * \arg \link cdr_custom Custom CDR driver configuration \endlink * \arg \link cdr_ami Manager CDR driver configuration \endlink * \arg \link cdr_odbc ODBC CDR driver configuration \endlink * \arg \link cdr_pgsql PostgreSQL CDR driver configuration \endlink * \arg \link cdr_sqlite SQLite CDR driver configuration \endlink * \arg \link cdr_tds FreeTDS CDR driver configuration (Microsoft SQL Server) \endlink * \verbinclude cdr.conf.sample *//*! \page Config_moh Music on Hold Configuration * \arg Implemented in \ref res_musiconhold.c * \section mohconf musiconhold.conf * \verbinclude musiconhold.conf.sample *//*! \page Config_adsi ADSI Configuration * \section adsiconf adsi.conf * \verbinclude adsi.conf.sample *//*! \page Config_codec CODEC Configuration * \section codecsconf codecs.conf * \verbinclude codecs.conf.sample *//*! \page Config_ara REALTIME Configuration * \arg See also: \arg \link AstARA \endlink * \section extconf extconfig.conf * \verbinclude extconfig.conf.sample *//*! \page Config_ami AMI configuration * \arg See also: \arg \link AstAMI \endlink * \section amiconf manager.conf * \verbinclude manager.conf.sample *//*! \page Config_qu ACD - Queue system configuration * \arg Implemented in \ref app_queue.c * \section quconf queues.conf * \verbinclude queues.conf.sample *//*! \page Config_mm Meetme - The conference bridge configuration * \arg Implemented in \ref app_meetme.c * \section mmconf meetme.conf * \verbinclude meetme.conf.sample *//*! \page SoundFiles Sound files * \section SecSound Asterisk Sound files * Asterisk includes a large number of sound files. Many of these * are used by applications and demo scripts within asterisk. * * Additional sound files are available in the asterisk-addons * repository on svn.digium.com *//*! \addtogroup cdr_drivers Module: CDR Drivers * \section CDR_generic Asterisk CDR Drivers * \brief CDR drivers are loaded dynamically, each loaded CDR driver produce a billing record for each call. * \arg \ref Config_mod "Modules Configuration" * \arg \ref Config_cdr "CDR Configuration" *//*! \addtogroup channel_drivers Module: Asterisk Channel Drivers * \section channel_generic Asterisk Channel Drivers * \brief Channel drivers are loaded dynamically. * \arg \ref Config_mod "Modules Configuration" *//*! \addtogroup applications Module: Dial plan applications * \section app_generic Asterisk Dial Plan Applications * \brief Applications support the dialplan. They register dynamically with \see ast_register_application() and unregister with \see ast_unregister_application() * \par See also * \arg \ref functions * *//*! \addtogroup functions Module: Dial plan functions * \section func_generic Asterisk Dial Plan Functions * \brief Functions support the dialplan. They do not change any property of a channel * or touch a channel in any way. * \par See also * \arg \ref applications * *//*! \addtogroup codecs Module: Codecs * \section codec_generic Asterisk Codec Modules * Codecs are referenced in configuration files by name * \par See also * \arg \ref formats * *//*! \addtogroup formats Module: Media File Formats * \section codec_generic Asterisk Format drivers * Formats are modules that read or write media files to disk. * \par See also * \arg \ref codecs *//*! \page AstHTTP AMI over HTTP support * The http.c file includes support for manager transactions over * http. * \section ami AMI - The manager Interface * \arg \link Config_ami Configuration file \endlink *//*! \page res_config_sqlite SQLite Resource driver configuration * \arg Implemented in \ref res_config_sqlite.c * \arg Configuration file: * \verbinclude res_config_sqlite.conf * \arg SQL tables: * \verbinclude res_config_sqlite.txt * \arg See also: * http://www.sqlite.org *//*! * \page Licensing Asterisk Licensing Information * * \section license Asterisk License * \verbinclude LICENSE * * \section otherlicenses Licensing of 3rd Party Code * * This section contains a (not yet complete) list of libraries that are used * by various parts of Asterisk, including related licensing information. * * \subsection alsa_lib ALSA Library * \arg <b>Library</b>: libasound * \arg <b>Website</b>: http://www.alsa-project.org * \arg <b>Used by</b>: chan_alsa * \arg <b>License</b>: LGPL * * \subsection openssl_lib OpenSSL * \arg <b>Library</b>: libcrypto, libssl * \arg <b>Website</b>: http://www.openssl.org * \arg <b>Used by</b>: Asterisk core (TLS for manager and HTTP), res_crypto * \arg <b>License</b>: Apache 2.0 * \arg <b>Note</b>: An exception has been granted to allow linking of * OpenSSL with Asterisk. * * \subsection curl_lib Curl * \arg <b>Library</b>: libcurl * \arg <b>Website</b>: http://curl.haxx.se * \arg <b>Used by</b>: func_curl, res_config_curl, res_curl * \arg <b>License</b>: BSD * * \subsection portaudio_lib PortAudio * \arg <b>Library</b>: libportaudio * \arg <b>Website</b>: http://www.portaudio.com * \arg <b>Used by</b>: chan_console * \arg <b>License</b>: BSD * \arg <b>Note</b>: Even though PortAudio is licensed under a BSD style * license, PortAudio will make use of some audio interface, * depending on how it was built. That audio interface may * introduce additional licensing restrictions. On Linux, * this would most commonly be ALSA: \ref alsa_lib. * * \subsection rawlist Raw list of libraries that used by any part of Asterisk * \li c-client.a (app_voicemail with IMAP support) * \li libSDL-1.2.so.0 * \li libSaClm.so.2 * \li libSaEvt.so.2 * \li libX11.so.6 * \li libXau.so.6 * \li libXdmcp.so.6 * \li libasound.so.2 * \li libc.so.6 * \li libcom_err.so.2 * \li libcrypt.so.1 * \li libcrypto.so.0.9.8 (chan_h323) * \li libcurl.so.4 * \li libdirect-1.0.so.0 * \li libdirectfb-1.0.so.0 * \li libdl.so.2 * \li libexpat.so (chan_h323) * \li libfusion-1.0.so.0 * \li libgcc_s.so (chan_h323) * \li libgcrypt.so.11 (chan_h323) * \li libglib-2.0.so.0 * \li libgmime-2.0.so.2 * \li libgmodule-2.0.so.0 * \li libgnutls.so.13 (chan_h323) * \li libgobject-2.0.so.0 * \li libgpg-error.so.0 (chan_h323) * \li libgssapi_krb5.so.2 * \li libgthread-2.0.so.0 * \li libidn.so.11 * \li libiksemel.so.3 * \li libisdnnet.so * \li libjack.so.0 * \li libjpeg.so.62 * \li libk5crypto.so.3 * \li libkeyutils.so.1 * \li libkrb5.so.3 * \li libkrb5support.so.0 * \li liblber-2.4.so.2 (chan_h323) * \li libldap_r-2.4.so.2 (chan_h323) * \li libltdl.so.3 * \li liblua5.1.so.0 * \li libm.so.6 * \li libmISDN.so * \li libnbs.so.1 * \li libncurses.so.5 * \li libnetsnmp.so.15 * \li libnetsnmpagent.so.15 * \li libnetsnmphelpers.so.15 * \li libnetsnmpmibs.so.15 * \li libnsl.so.1 * \li libodbc.so.1 * \li libogg.so.0 * \li libopenh323.so (chan_h323) * \li libpcre.so.3 * \li libperl.so.5.8 * \li libportaudio.so.2 * \li libpq.so.5 * \li libpri.so.1.4 * \li libpt.so (chan_h323) * \li libpthread.so.0 * \li libradiusclient-ng.so.2 * \li libresample.so.1.0 * \li libresolv.so.2 (chan_h323) * \li librt.so.1 * \li libsasl2.so.2 (chan_h323) * \li libselinux.so.1 * \li libsensors.so.3 * \li libspandsp.so.1 * \li libspeex.so.1 * \li libsqlite.so.0 * \li libsqlite3.so.0 * \li libss7.so.1 * \li libssl.so.0.9.8 (chan_h323) * \li libstdc++.so (chan_h323, chan_vpb) * \li libsuppserv.so * \li libsybdb.so.5 * \li libsysfs.so.2 * \li libtasn1.so.3 (chan_h323) * \li libtds.so.4 * \li libtiff.so.4 * \li libtonezone.so.1.0 * \li libvorbis.so.0 * \li libvorbisenc.so.2 * \li libvpb.a (chan_vpb) * \li libwrap.so.0 * \li libxcb-xlib.so.0 * \li libxcb.so.1 * \li libz.so.1 (chan_h323) * \li linux-vdso.so.1*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -