summaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)Author
2011-01-06README: clarify required kernel configurationTzafrir Cohen
Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9619 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2011-01-03dahdi: Add module parameter to limit number of pseudo channels.Shaun Ruffell
Since there isn't a fixed array to hold all the channels, and also limit the total number of channels that can be created, we'll add a module parameter to allow the system administrator to specify the maximum number of pseudo channels. This is to prevent a potentially non-privledged process from consuming too much CPU (since all pseudos are checked each "tick" for conferencing) and kernel memory. By default the number of pseudo channels is limited to 512. Change the default limit with: ]# modprobe dahdi max_pseudo_channels=<new limit> or at runtime with: ]# echo <new limit> > /sys/module/dahdi/parameters/max_psuedo_channels Signed-off-by: Shaun Ruffell <sruffell@digium.com> Acked-by: Kinsey Moore <kmoore@digium.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9610 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2010-09-07README: Remove references to dahdi_dummy.Shaun Ruffell
Since dahdi_dummy is no longer required remove the references from README. (issue #17959) Reported by: glen201 git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9308 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2010-08-03Proper Mantis category to useTzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9082 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2010-07-28README: Trivial removal of whitespace at the end of lines.Shaun Ruffell
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9039 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2010-07-19Copy README section of kernel sources from Zaptel.Tzafrir Cohen
Still needs some simplifications. Anybody? git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@8944 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2010-06-29Document DAHDI 2.3 and 2.2 incompatibilitiesTzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@8823 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2010-06-29Fix the README "_V1" ioctls examplesTzafrir Cohen
zap->dahdi and such. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@8822 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2010-03-24document the header line of /proc/dahdi/NNTzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@8405 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2010-03-23one-liner asciidoc syntax fixTzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@8387 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2010-03-01README: Add note about which driver supports the Hx8 series.Shaun Ruffell
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@8170 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2010-02-15Don't generate static device files at install time.Tzafrir Cohen
* Most users use udev anyway * Don't attempt to create any device files in the 'install' target. * Setting DYNFS at build time should no longer be needed - Though remains harmless. * In order to create the static device files, use the script: build_tools/make_static_devs git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@8034 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2009-12-20Another dump of documentation.Tzafrir Cohen
Extended the documentation of the "Internals" section. Hopefully it is correct. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@7711 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2009-09-21document the usage of live_dahdiTzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@7180 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2009-08-17README: Update known issues section.Shaun Ruffell
Remove note about echocanceler reference counts, since that is fixed, and add a note about issue with KB1 when configured with more than 128 taps. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@7023 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2009-06-23README: Minor corrections to the README.Shaun Ruffell
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@6706 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2009-06-23README: Adding a known issues section to the README files.Shaun Ruffell
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@6695 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2009-01-19correct missing words and other typographical errors, and change wording to ↵Kevin P. Fleming
make sense in this file instead of a mailing list post git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5749 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2009-01-19Document alarm types, based on jsmith's post on asterisk-users.Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5738 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-11-02README: no need to generate Kbuild for OSLEC.Tzafrir Cohen
No need to create a Kbuild file. staging/echo has a Makefile that works fine for us. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5203 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-10-28various cleanups, primarily proper capitalizationKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5156 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-10-28Adding the wcb4xxp driver, a native dahdi driver for the B410P module.Shaun Ruffell
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5150 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-10-28Undoing commit r5148. Copying directly from a private branch causes problemsShaun Ruffell
when trying to view the history of a file. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5149 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-10-28Adding the wcb4xxp driver, a native dahdi driver for the B410P module.Shaun Ruffell
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5148 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-10-27dahdi linux README: Clarify OSLEC EC build procedure.Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5138 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-10-21An experimental OSLEC echocan module.Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5111 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-10-21dahdi-linux README: better place for build requirements.Tzafrir Cohen
(We'll have to put a content there one of these days) git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5106 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-10-21Fix headers numbering.Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5105 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-09-17Just moved a note into it's own paragraph so that asciidoc can make theShaun Ruffell
appropriate callout. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4930 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-09-17Added a note about installing support for the B410P in the installationShaun Ruffell
section of the README file. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4921 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-27a bit of attribution cleanupKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4848 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-25Reverting unwanted changes in the README (from r4830)Tzafrir Cohen
Also fixed ZT references in the ABI compatibility section. The numerical ioctl values need to be recalculated, though. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4834 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-25Make the README file more relevant to modules.Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4830 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-06remove incorrect referenceKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4728 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-06major cleanup, remove userspace tools referencesKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4724 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-05first pass at licensing cleanup here... put dahdi/user.h under LGPL instead ↵Kevin P. Fleming
of GPL git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4709 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-05Copy tools README over to the linux packageRussell Bryant
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4702 a0bf4364-ded3-4de4-8d8a-66a801d63aff