[Pkg-voip-commits] [asterisk] 01/02: Fix typo in READM.Debian, strip some trailing whitespace while at it.
Jonas Smedegaard
dr at jones.dk
Wed Jun 15 07:29:22 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository asterisk.
commit 0361d0218477d2354d412c80ecf9667e3c6b58c7
Author: Jonas Smedegaard <dr at jones.dk>
Date: Wed Jun 15 09:08:40 2016 +0200
Fix typo in READM.Debian, strip some trailing whitespace while at it.
---
debian/README.Debian | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/debian/README.Debian b/debian/README.Debian
index bc7b9fa..56de656 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -18,19 +18,19 @@ User, Groups, Permissions
=========================
By default the package will create user and group 'asterisk' and will run as
them. It will run with real-time priority (-p) by default. It will also add
-itself to the group audio to enable the daemon to access sound cards and to
-the group dialout to access Zaptel devices. Running as root is disabled in
-/etc/init.d/asterisk for security reasons.
+itself to the group audio to enable the daemon to access sound cards and to
+the group dialout to access Zaptel devices. Running as root is disabled in
+/etc/init.d/asterisk for security reasons.
-To change those values you can edit /etc/default/asterisk.
+To change those values you can edit /etc/default/asterisk.
Alternatively, edit /etc/asterisk/asterisk.conf .
init.d Script Commands
======================
In addition to reload, that runs the asterisk CLI command 'reload' there
-are also extensions-reload ('extensions reload') and logger-reload
-('logger-reload') to load only parts of the configuration file.
+are also extensions-reload ('extensions reload') and logger-reload
+('logger-reload') to load only parts of the configuration file.
Asterisk supports a number of non-default parameters at startup. For debugging
it is often useful to run 'asterisk -U asterisk -vvvgc' from the console. Add
@@ -42,7 +42,7 @@ files first.
Alternatively use '/etc/init.d/asterisk debug'.
-Asterisk is run with a umask of 007 by default, to allow writing
+Asterisk is run with a umask of 007 by default, to allow writing
group-owned voicemail files. To change this value, set the value if 'UMASK'
in /etc/default/asterisk .
@@ -63,8 +63,8 @@ or
Open Files Limit
================
-Asterisk uses one file-handle (and sometimes more) per call. Hence if you
-have many simultaneous calls, you often bump into the per-process limit
+Asterisk uses one file-handle (and sometimes more) per call. Hence if you
+have many simultaneous calls, you often bump into the per-process limit
of 1024 file handles, and get the error: "Too man open files".
To enlarge that limit, set: MAXFILES in /etc/default/asterisk .
@@ -80,7 +80,7 @@ rather than the default English ones recorded by Allison Smith. If you
use those, and never needed to set LANGUAGE/language and such - all
should work just fine.
-When Asterisk is asked to play 'some/file' it will search in the the
+When Asterisk is asked to play 'some/file' it will search in the
following places on a Debian system (in wish the datadir is set to
/usr/share/asterisk)
@@ -220,7 +220,7 @@ its limitations.
Missing Modules
===============
-The following modules are included in the source tree of Asterisk but
+The following modules are included in the source tree of Asterisk but
were not built:
* apps/app_fax.c: Disabled by default. Obsolete. res_fax does this now.
@@ -231,9 +231,9 @@ were not built:
* apps/app_skel.c: Disabled by default. Demo code.
* channels/chan_misdn.c: mISDN (1.x) only included in Experimental. See
package misdn-user.
-* channels/chan_nbs: NBS not included. Never packaged. Looks quite Asterisk
+* channels/chan_nbs: NBS not included. Never packaged. Looks quite Asterisk
specific and not really useful.
-* channels/chan_usbradio: Disabled by default. Not popular. Potential
+* channels/chan_usbradio: Disabled by default. Not popular. Potential
quality issues.
* codecs/codec_ilbc.c: Disabled by default. Patent issues.
* res/res_pktccops.c: Disabled by default.
@@ -256,7 +256,7 @@ DAHDI PtMP NT
=============
Short version: it doesn't work.
-This package includes an experimental patch to test the support for PtMP
+This package includes an experimental patch to test the support for PtMP
NT in chan_dahdi. This is needed to e.g. connect ISDN phones. Originally
the code merely printed out "How cool would it be if someone implemented
this mode!" and bailed out. This patch merely overrides it.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/asterisk.git
More information about the Pkg-voip-commits
mailing list