mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-07 10:28:32 +00:00
doc/tex dir removed, but corresponding entries still exists
Update README, CHANGES, and Makefile. Direct users to http://wiki.asterisk.org for documentation or to the AST.txt and AST.pdf included in the tarball. (closes issue #18443) Reported by: bas Patches: changes.diff uploaded by lathama (license 1028) readme.diff uploaded by lathama (license 1028) Tested by: lathama bas git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@305560 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
30
CHANGES
30
CHANGES
@@ -180,7 +180,7 @@ Applications
|
|||||||
* Voicemail now runs the externnotify script when pollmailboxes is activated and
|
* Voicemail now runs the externnotify script when pollmailboxes is activated and
|
||||||
notices a change.
|
notices a change.
|
||||||
* Voicemail now includes rdnis within msgXXXX.txt file.
|
* Voicemail now includes rdnis within msgXXXX.txt file.
|
||||||
* Added 'D' command to ExternalIVR full details in doc/externalivr.txt
|
* Added 'D' command to ExternalIVR full details in http://wiki.asterisk.org
|
||||||
|
|
||||||
Dialplan Functions
|
Dialplan Functions
|
||||||
------------------
|
------------------
|
||||||
@@ -476,7 +476,7 @@ Call Completion Supplementary Services for Asterisk
|
|||||||
* Call completion support has been added for SIP, DAHDI/ISDN, and DAHDI/analog.
|
* Call completion support has been added for SIP, DAHDI/ISDN, and DAHDI/analog.
|
||||||
DAHDI/ISDN supports call completion for the following switch types:
|
DAHDI/ISDN supports call completion for the following switch types:
|
||||||
EuroIsdn(ETSI) for PTP and PTMP modes, and Qsig.
|
EuroIsdn(ETSI) for PTP and PTMP modes, and Qsig.
|
||||||
See doc/CCSS_architecture.pdf and doc/tex/ccss.tex(asterisk.pdf) for details.
|
See http://wiki.asterisk.org for details.
|
||||||
|
|
||||||
Multicast RTP Support
|
Multicast RTP Support
|
||||||
---------------------
|
---------------------
|
||||||
@@ -494,7 +494,7 @@ Security Events Framework
|
|||||||
sends these events to the "security" logger level. Currently, AMI is the only
|
sends these events to the "security" logger level. Currently, AMI is the only
|
||||||
Asterisk component that reports security events. However, SIP support will be
|
Asterisk component that reports security events. However, SIP support will be
|
||||||
coming soon. For more information on the security events framework, see the
|
coming soon. For more information on the security events framework, see the
|
||||||
"Security Events" chapter of the included documentation - doc/tex/asterisk.pdf.
|
"Security Events" chapter of the included documentation - doc/AST.pdf.
|
||||||
|
|
||||||
Fax
|
Fax
|
||||||
---
|
---
|
||||||
@@ -545,7 +545,7 @@ Miscellaneous
|
|||||||
* The Realtime dialplan switch now caches entries for 1 second. This provides a
|
* The Realtime dialplan switch now caches entries for 1 second. This provides a
|
||||||
significant increase in performance (about 3X) for installations using this switchtype.
|
significant increase in performance (about 3X) for installations using this switchtype.
|
||||||
* Distributed devicestate now supports the use of the XMPP protocol, in addition to
|
* Distributed devicestate now supports the use of the XMPP protocol, in addition to
|
||||||
AIS. For more information, please see doc/distributed_devstate-XMPP.txt
|
AIS. For more information, please see http://wiki.asterisk.org
|
||||||
* The addition of G.719 pass-through support.
|
* The addition of G.719 pass-through support.
|
||||||
* Added support for 16khz Speex audio. This can be enabled by using 'allow=speex16'
|
* Added support for 16khz Speex audio. This can be enabled by using 'allow=speex16'
|
||||||
during device configuration.
|
during device configuration.
|
||||||
@@ -779,7 +779,7 @@ Device State Handling
|
|||||||
It uses the SAForum AIS (Service Availability Forum Application Interface
|
It uses the SAForum AIS (Service Availability Forum Application Interface
|
||||||
Specification) CLM (Cluster Management) and EVT (Event) services to maintain
|
Specification) CLM (Cluster Management) and EVT (Event) services to maintain
|
||||||
a cluster of Asterisk servers, and to share events between them. For more
|
a cluster of Asterisk servers, and to share events between them. For more
|
||||||
information on setting this up, see doc/distributed_devstate.txt.
|
information on setting this up, see http://wiki.asterisk.org.
|
||||||
|
|
||||||
Dialplan Functions
|
Dialplan Functions
|
||||||
------------------
|
------------------
|
||||||
@@ -854,7 +854,7 @@ Application Changes
|
|||||||
the first argument to Chanspy(). Pressing 4 will change to spy mode, pressing 5 will
|
the first argument to Chanspy(). Pressing 4 will change to spy mode, pressing 5 will
|
||||||
change to whisper mode, and pressing 6 will change to barge mode.
|
change to whisper mode, and pressing 6 will change to barge mode.
|
||||||
* ExternalIVR now takes several options that affect the way it performs, as
|
* ExternalIVR now takes several options that affect the way it performs, as
|
||||||
well as having several new commands. Please see doc/externalivr.txt for the
|
well as having several new commands. Please see http://wiki.asterisk.org for the
|
||||||
complete documentation.
|
complete documentation.
|
||||||
* Added ability to communicate over a TCP socket instead of forking a child process for the
|
* Added ability to communicate over a TCP socket instead of forking a child process for the
|
||||||
ExternalIVR application.
|
ExternalIVR application.
|
||||||
@@ -974,8 +974,8 @@ Miscellaneous
|
|||||||
the 'setvar' option to cause a given audio file to be played upon completion
|
the 'setvar' option to cause a given audio file to be played upon completion
|
||||||
of an attended transfer. Currently it works for DAHDI, IAX2, SIP, and
|
of an attended transfer. Currently it works for DAHDI, IAX2, SIP, and
|
||||||
Skinny channels only.
|
Skinny channels only.
|
||||||
* You can now compile Asterisk against the Hoard Memory Allocator, see doc/hoard.txt
|
* You can now compile Asterisk against the Hoard Memory Allocator, see
|
||||||
for more information.
|
http://wiki.asterisk.org for more information.
|
||||||
* Config file variables may now be appended to, by using the '+=' append
|
* Config file variables may now be appended to, by using the '+=' append
|
||||||
operator. This is most helpful when working with long SQL queries in
|
operator. This is most helpful when working with long SQL queries in
|
||||||
func_odbc.conf, as the queries no longer need to be specified on a single
|
func_odbc.conf, as the queries no longer need to be specified on a single
|
||||||
@@ -993,7 +993,7 @@ Miscellaneous
|
|||||||
AMI - The manager (TCP/TLS/HTTP)
|
AMI - The manager (TCP/TLS/HTTP)
|
||||||
--------------------------------
|
--------------------------------
|
||||||
* Manager has undergone a lot of changes, all of them documented
|
* Manager has undergone a lot of changes, all of them documented
|
||||||
in doc/manager_1_1.txt
|
in http://wiki.asterisk.org
|
||||||
* Manager version has changed to 1.1
|
* Manager version has changed to 1.1
|
||||||
* Added a new action 'CoreShowChannels' to list currently defined channels
|
* Added a new action 'CoreShowChannels' to list currently defined channels
|
||||||
and some information about them.
|
and some information about them.
|
||||||
@@ -1040,9 +1040,9 @@ AMI - The manager (TCP/TLS/HTTP)
|
|||||||
to a subshell, it requires the System privilege, as well. This was done to
|
to a subshell, it requires the System privilege, as well. This was done to
|
||||||
enhance manager security.
|
enhance manager security.
|
||||||
* Originate now accepts codec settings with "Codecs: alaw, ulaw, h264"
|
* Originate now accepts codec settings with "Codecs: alaw, ulaw, h264"
|
||||||
* New command: Atxfer. See doc/manager_1_1.txt for more details or
|
* New command: Atxfer. See http://wiki.asterisk.org for more details or
|
||||||
manager show command Atxfer from the CLI
|
manager show command Atxfer from the CLI
|
||||||
* New command: IAXregistry. See doc/manager_1_1.txt for more details or
|
* New command: IAXregistry. See http://wiki.asterisk.org for more details or
|
||||||
manager show command IAXregistry from the CLI
|
manager show command IAXregistry from the CLI
|
||||||
|
|
||||||
Dialplan functions
|
Dialplan functions
|
||||||
@@ -1155,7 +1155,7 @@ SIP changes
|
|||||||
* Added SIP Session Timers support (RFC 4028). This prevents stuck SIP sessions that
|
* Added SIP Session Timers support (RFC 4028). This prevents stuck SIP sessions that
|
||||||
were not properly torn down due to network or endpoint failures during an established
|
were not properly torn down due to network or endpoint failures during an established
|
||||||
SIP session.
|
SIP session.
|
||||||
* Added experimental TCP and TLS support for SIP. See doc/siptls.txt and
|
* Added experimental TCP and TLS support for SIP. See http://wiki.asterisk.org and
|
||||||
configs/sip.conf.sample for more information on how it is used.
|
configs/sip.conf.sample for more information on how it is used.
|
||||||
* Added a new configuration option "authfailureevents" that enables manager events when
|
* Added a new configuration option "authfailureevents" that enables manager events when
|
||||||
a peer can't authenticate properly.
|
a peer can't authenticate properly.
|
||||||
@@ -1246,7 +1246,7 @@ DAHDI channel driver (chan_dahdi) Changes
|
|||||||
|
|
||||||
New Channel Drivers
|
New Channel Drivers
|
||||||
-------------------
|
-------------------
|
||||||
* Added a new channel driver, chan_unistim. See doc/unistim.txt and
|
* Added a new channel driver, chan_unistim. See http://wiki.asterisk.org
|
||||||
configs/unistim.conf.sample for details. This new channel driver allows
|
configs/unistim.conf.sample for details. This new channel driver allows
|
||||||
you to use Nortel i2002, i2004, and i2050 phones with Asterisk.
|
you to use Nortel i2002, i2004, and i2050 phones with Asterisk.
|
||||||
* Added a new channel driver, chan_console, which uses portaudio as a cross
|
* Added a new channel driver, chan_console, which uses portaudio as a cross
|
||||||
@@ -1620,8 +1620,8 @@ Miscellaneous
|
|||||||
* Added the jittertargetextra configuration option.
|
* Added the jittertargetextra configuration option.
|
||||||
* Added support for setting the CoS for VLAN traffic (802.1p). See the sample
|
* Added support for setting the CoS for VLAN traffic (802.1p). See the sample
|
||||||
configuration files for the IP channel drivers. The new option is "cos".
|
configuration files for the IP channel drivers. The new option is "cos".
|
||||||
This information is also documented in doc/qos.tex, or the IP Quality of Service
|
This information is also documented in http://wiki.asterisk.org, or the IP Quality
|
||||||
section of asterisk.pdf.
|
of Service section of http://wiki.asterisk.org.
|
||||||
* When originating a call using AMI or pbx_spool that fails the reason for failure
|
* When originating a call using AMI or pbx_spool that fails the reason for failure
|
||||||
will now be available in the failed extension using the REASON dialplan variable.
|
will now be available in the failed extension using the REASON dialplan variable.
|
||||||
* Added support for reading the TOUCH_MONITOR_PREFIX channel variable.
|
* Added support for reading the TOUCH_MONITOR_PREFIX channel variable.
|
||||||
|
|||||||
6
Makefile
6
Makefile
@@ -462,12 +462,6 @@ datafiles: _all doc/core-en_US.xml
|
|||||||
$(INSTALL) -m 644 $$x "$(DESTDIR)$(ASTDATADIR)/static-http" ; \
|
$(INSTALL) -m 644 $$x "$(DESTDIR)$(ASTDATADIR)/static-http" ; \
|
||||||
done
|
done
|
||||||
$(INSTALL) -m 644 doc/core-en_US.xml "$(DESTDIR)$(ASTDATADIR)/static-http";
|
$(INSTALL) -m 644 doc/core-en_US.xml "$(DESTDIR)$(ASTDATADIR)/static-http";
|
||||||
if [ -d doc/tex/asterisk ] ; then \
|
|
||||||
$(INSTALL) -d "$(DESTDIR)$(ASTDATADIR)/static-http/docs" ; \
|
|
||||||
for n in doc/tex/asterisk/* ; do \
|
|
||||||
$(INSTALL) -m 644 $$n "$(DESTDIR)$(ASTDATADIR)/static-http/docs" ; \
|
|
||||||
done \
|
|
||||||
fi
|
|
||||||
for x in images/*.jpg; do \
|
for x in images/*.jpg; do \
|
||||||
$(INSTALL) -m 644 $$x "$(DESTDIR)$(ASTDATADIR)/images" ; \
|
$(INSTALL) -m 644 $$x "$(DESTDIR)$(ASTDATADIR)/images" ; \
|
||||||
done
|
done
|
||||||
|
|||||||
8
README
8
README
@@ -16,9 +16,7 @@ the security information document before you attempt to configure and run
|
|||||||
an Asterisk server.
|
an Asterisk server.
|
||||||
|
|
||||||
If you downloaded Asterisk as a tarball, see the security section in the PDF
|
If you downloaded Asterisk as a tarball, see the security section in the PDF
|
||||||
version of the documentation in doc/tex/asterisk.pdf. Alternatively, pull up
|
or text version of the documentation in doc/AST.pdf or doc/AST.txt.
|
||||||
the HTML version of the documentation in doc/tex/asterisk/index.html. The
|
|
||||||
source for the security document is available in doc/tex/security.tex.
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
@@ -275,8 +273,8 @@ the configuration options.
|
|||||||
|
|
||||||
If this release of Asterisk was downloaded from a tarball, then some
|
If this release of Asterisk was downloaded from a tarball, then some
|
||||||
additional documentation should have been included.
|
additional documentation should have been included.
|
||||||
* doc/tex/asterisk.pdf --- PDF version of the documentation
|
* doc/AST.pdf --- PDF version of the documentation
|
||||||
* doc/tex/asterisk/index.html --- HTML version of the documentation
|
* doc/AST.txt --- Text version of the documentation
|
||||||
|
|
||||||
Finally, you may wish to visit the web site and join the mailing list if
|
Finally, you may wish to visit the web site and join the mailing list if
|
||||||
you're interested in getting more information.
|
you're interested in getting more information.
|
||||||
|
|||||||
Reference in New Issue
Block a user