[asterisk-commits] lathama: branch 1.8 r305560 - in /branches/1.8: ./ CHANGES Makefile README
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Feb 1 12:02:11 CST 2011
Author: lathama
Date: Tue Feb 1 12:02:06 2011
New Revision: 305560
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=305560
Log:
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
Modified:
branches/1.8/ (props changed)
branches/1.8/CHANGES
branches/1.8/Makefile
branches/1.8/README
Propchange: branches/1.8/
------------------------------------------------------------------------------
Binary property 'branch-1.6.2-merged' - no diff available.
Modified: branches/1.8/CHANGES
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/CHANGES?view=diff&rev=305560&r1=305559&r2=305560
==============================================================================
--- branches/1.8/CHANGES (original)
+++ branches/1.8/CHANGES Tue Feb 1 12:02:06 2011
@@ -180,7 +180,7 @@
* Voicemail now runs the externnotify script when pollmailboxes is activated and
notices a change.
* 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
------------------
@@ -476,7 +476,7 @@
* Call completion support has been added for SIP, DAHDI/ISDN, and DAHDI/analog.
DAHDI/ISDN supports call completion for the following switch types:
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
---------------------
@@ -494,7 +494,7 @@
sends these events to the "security" logger level. Currently, AMI is the only
Asterisk component that reports security events. However, SIP support will be
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
---
@@ -545,7 +545,7 @@
* The Realtime dialplan switch now caches entries for 1 second. This provides a
significant increase in performance (about 3X) for installations using this switchtype.
* 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.
* Added support for 16khz Speex audio. This can be enabled by using 'allow=speex16'
during device configuration.
@@ -779,7 +779,7 @@
It uses the SAForum AIS (Service Availability Forum Application Interface
Specification) CLM (Cluster Management) and EVT (Event) services to maintain
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
------------------
@@ -854,7 +854,7 @@
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.
* 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.
* Added ability to communicate over a TCP socket instead of forking a child process for the
ExternalIVR application.
@@ -974,8 +974,8 @@
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
Skinny channels only.
- * You can now compile Asterisk against the Hoard Memory Allocator, see doc/hoard.txt
- for more information.
+ * You can now compile Asterisk against the Hoard Memory Allocator, see
+ http://wiki.asterisk.org for more information.
* Config file variables may now be appended to, by using the '+=' append
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
@@ -993,7 +993,7 @@
AMI - The manager (TCP/TLS/HTTP)
--------------------------------
* 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
* Added a new action 'CoreShowChannels' to list currently defined channels
and some information about them.
@@ -1040,9 +1040,9 @@
to a subshell, it requires the System privilege, as well. This was done to
enhance manager security.
* 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
- * 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
Dialplan functions
@@ -1155,7 +1155,7 @@
* 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
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.
* Added a new configuration option "authfailureevents" that enables manager events when
a peer can't authenticate properly.
@@ -1246,7 +1246,7 @@
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
you to use Nortel i2002, i2004, and i2050 phones with Asterisk.
* Added a new channel driver, chan_console, which uses portaudio as a cross
@@ -1620,8 +1620,8 @@
* Added the jittertargetextra configuration option.
* 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".
- This information is also documented in doc/qos.tex, or the IP Quality of Service
- section of asterisk.pdf.
+ This information is also documented in http://wiki.asterisk.org, or the IP Quality
+ of Service section of http://wiki.asterisk.org.
* 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.
* Added support for reading the TOUCH_MONITOR_PREFIX channel variable.
Modified: branches/1.8/Makefile
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/Makefile?view=diff&rev=305560&r1=305559&r2=305560
==============================================================================
--- branches/1.8/Makefile (original)
+++ branches/1.8/Makefile Tue Feb 1 12:02:06 2011
@@ -462,12 +462,6 @@
$(INSTALL) -m 644 $$x "$(DESTDIR)$(ASTDATADIR)/static-http" ; \
done
$(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 \
$(INSTALL) -m 644 $$x "$(DESTDIR)$(ASTDATADIR)/images" ; \
done
Modified: branches/1.8/README
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/README?view=diff&rev=305560&r1=305559&r2=305560
==============================================================================
--- branches/1.8/README (original)
+++ branches/1.8/README Tue Feb 1 12:02:06 2011
@@ -16,9 +16,7 @@
an Asterisk server.
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
-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.
+or text version of the documentation in doc/AST.pdf or doc/AST.txt.
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
@@ -275,8 +273,8 @@
If this release of Asterisk was downloaded from a tarball, then some
additional documentation should have been included.
- * doc/tex/asterisk.pdf --- PDF version of the documentation
- * doc/tex/asterisk/index.html --- HTML version of the documentation
+ * doc/AST.pdf --- PDF 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
you're interested in getting more information.
More information about the asterisk-commits
mailing list