aboutsummaryrefslogtreecommitdiffstats
path: root/doc/00README.1st
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-01 17:49:02 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-01 17:49:02 +0000
commit0c43a5ab3637e311a9232ae77ecd8e7f05c2f8cc (patch)
tree7232cd823d72b5a6ef890d323283b7974188da47 /doc/00README.1st
parentfa9fd8ae706c13f63d7db560596ea10b44c8c69d (diff)
- Removing the "README." from the name of the README files.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9047 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc/00README.1st')
-rw-r--r--doc/00README.1st72
1 files changed, 36 insertions, 36 deletions
diff --git a/doc/00README.1st b/doc/00README.1st
index a530922e6..04dba7cb2 100644
--- a/doc/00README.1st
+++ b/doc/00README.1st
@@ -6,62 +6,62 @@ directory of your source code
Start here
----------
-README.security IMPORTANT INFORMATION ABOUT ASTERISK SECURITY
-README.hardware Hardware supported by Asterisk
+security.txt IMPORTANT INFORMATION ABOUT ASTERISK SECURITY
+hardware.txt Hardware supported by Asterisk
Configuration
-------------
-README.configuration Features in the configuration parser
-README.extensions Basics about the dialplan
-README.extconfig How to use databases for configuration of Asterisk (ARA)
-README.realtime The Asterisk Realtime Architecture - database support
-README.tds Information about the FreeTDS support
-README.ael Information about the Asterisk Extension Language
+configuration.txt Features in the configuration parser
+extensions.txt Basics about the dialplan
+extconfig.txt How to use databases for configuration of Asterisk (ARA)
+realtime.txt The Asterisk Realtime Architecture - database support
+freetds.txt Information about the FreeTDS support
+ael.txt Information about the Asterisk Extension Language
Misc
----
PEERING The General Peering Agreement for Dundi
-README.app_sms How to configure the SMS application
-README.asterisk.conf Documentation of various options in asterisk.conf
-README.callingpres Settings for Caller ID presentation
-README.cdr Call Data Record information
-README.cliprompt How to change the Asterisk CLI prompt
-README.dundi Dundi - a discovery protocol
-README.enum Enum support in Asterisk
-README.ices Integrating ICEcast streaming in Asterisk
-README.jitterbuffer About the IAX2 jitterbuffer implementation
-README.math About the math() application
-README.mp3 About MP3 support in Asterisk
-README.musiconhold-fpm Free Music On Hold music
-README.mysql About MYSQL support in Asterisk
-README.odbcstorage Voicemail storage of messages in UnixODBC
-README.privacy Privacy enhancements in Asterisk
-README.queuelog Agent and queue logging
-README.variables Channel variables
-cdr.txt About CDR storage in various databases (needs update)
+app_sms.txt How to configure the SMS application
+asterisk.conf.txt Documentation of various options in asterisk.conf
+callingpres.txt Settings for Caller ID presentation
+billing.txt Call Data Record information
+cliprompt.txt How to change the Asterisk CLI prompt
+dundi.txt Dundi - a discovery protocol
+enum.txt Enum support in Asterisk
+ices.txt Integrating ICEcast streaming in Asterisk
+jitterbuffer.txt About the IAX2 jitterbuffer implementation
+math.txt About the math() application
+mp3.txt About MP3 support in Asterisk
+musiconhold-fpm.txt Free Music On Hold music
+mysql.txt About MYSQL support in Asterisk
+odbcstorage.txt Voicemail storage of messages in UnixODBC
+privacy.txt Privacy enhancements in Asterisk
+queuelog.txt Agent and queue logging
+channelvariables.txt Channel variables
+cdrdrivers.txt About CDR storage in various databases (needs update)
Channel drivers
---------------
-README.misdn
-README.h323 How to compile and configure the H.323 channel
-README.iax About the IAX2 protocol support in Asterisk
-README.localchannel The local channel is a "gosub" in the dialplan
+misdn.txt The mISDN channel driver for ISDN BRI cards
+h323.txt How to compile and configure the H.323 channel
+chaniax.txt About the IAX2 protocol support in Asterisk
+localchannel.txt The local channel is a "gosub" in the dialplan
Portability
-----------
-README.cygwin Compiling Asterisk on CygWin platforms (Windows)
+cygwin.txt Compiling Asterisk on CygWin platforms (Windows)
For developers
--------------
See http://www.asterisk.org/developers for more information
-README.manager About the AMI - Asterisk Manager Interface
+manager.txt About the AMI - Asterisk Manager Interface
for third party call control and PBX management
-README.backtrace How to produce a backtrace when Asterisk crashes
+backtrace.txt How to produce a backtrace when Asterisk crashes
CODING-GUIDELINES Guidelines for developers
-README.channels What is a channel?
-README.externalivr Documentation of the protocol used in externalivr()
-README.linkedlists How to develop linked lists in Asterisk (old)
+channels.txt What is a channel?
+externalivr.txt Documentation of the protocol used in externalivr()
+linkedlists.txt How to develop linked lists in Asterisk (old)
iax.txt About the IAX protocol
apps.txt About application development
model.txt About the call model in Asterisk (old)