summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-10-03The first line was getting wrapped after 7 instead of 8.Sean Bright
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5041 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-10-03Remove some leftovers.Sean Bright
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5039 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-10-03Fix the dahdi_scan manpage (s/dahdi_span/dahdi_scan/) and make dahdi_scan doSean Bright
what it is advertised to do. Namely take span numbers on the command line. (closes issue #13614) Reported by: jfinstrom git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5038 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-09-25dahdi_init: Fix a typo in xpp initialization (Stephen Farrell)Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4984 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-09-24Re-enable sethdlc by default in menuselect. Add configure checks to properlySean Bright
discover the linux/hdlc.h dependency. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4977 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-09-24Disable sethdlc in menuselect by default. This is how it was in Zaptel, and ↵Jason Parker
it's causing issues. Ideally, this would eventually be checked in the configure script. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4975 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-09-23Removing the note about running install_prereq since from the README sinceShaun Ruffell
that script is not present currently. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4969 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-09-16Remove the extra space printed after each line when a module is loaded.Shaun Ruffell
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4915 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-09-16Close the /dev/dahdi/channel file handle if we're unable to associate it withShaun Ruffell
a particular channel. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4914 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-09-16Provide system error information if open on /dev/dahdi/channel fails.Shaun Ruffell
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4913 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-09-12A few changes:Sean Bright
1) Start using menuselect trunk 2) Bring in changes similar to those in asterisk trunk so that 'make menuselect' works as it should from the dahdi-tools directory. 3) Stop looking for curses/ncurses in the top level configure since nothing uses it (except menuselect which will find it on it's own). git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4904 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-09-11Move udev rules xpp.rules from dahdi-tools to dahdi-linux .Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4894 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-09-11Fix installation of ifup-hdlc and init script when using DESTDIR.Jason Parker
(Step 2 of cleanup) (closes issue #13430) Reported by: jcollie Patches: 0001-Fix-install-of-ifup-hdlc-when-installing-into-an-alt.patch uploaded by jcollie (license 412) Tested by: qwell Note: Patch from #13430 was extended to modify init script installation as well. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4893 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-09-11Remove files that aren't used or are duplicated from dahdi-linux. Step 1 of ↵Jason Parker
cleanup. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4891 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-09-09Fix a few typosJason Parker
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4883 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-09-09Fix location of fxotuneJason Parker
(closes issue #13428) Reported by: eeman git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4882 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-09-04* Updates the instructions presented after 'make config' about where to setShaun Ruffell
which modules are loaded. * Update UPGRADE.txt to indicate where to set which modules are loaded and where the module parameters are set. Issue# DAHDI-187 git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4860 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-09-03Slightly reformat UPDATES.txt for asciidoc . Include it in README.html .Tzafrir Cohen
See e.g. http://docs.tzafrir.org.il/dahdi-tools/README.html#_upgrade_notes Also fix some links in the README. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4859 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-28Simplify reading list of modules from /etc/dahdi/modules .Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4855 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-28Ignore generated HTML files.Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4854 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-27Don't install genzaptelconf: deprecated, and collides with Zaptel.Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4853 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-27remove some silly echo statement constructions in the init scriptKevin P. Fleming
clean up the modules.sample file to have proper lists of cards supported by each module and remove reference to dahdi_dummy since the init script takes care of loading that module git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4850 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-27actually implement the rest of --enable-dev-mode, and fix up more problems ↵Kevin P. Fleming
it found git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4846 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-27add --enable-dev-mode support, and fix up a couple of warnings found using ↵Kevin P. Fleming
it (only two, surprisingly) git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4845 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-26* Add a "docs" target to generate documentation.Tzafrir Cohen
* Demote/promote some headers. * Fix URL for on-line copy of the README. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4844 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-25Fix default path of dahdi_cfg (used for probing type of wctdm channels)Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4833 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-25Fix more crazy formattingJason Parker
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4827 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-25Reverse some incorrect logic, and cleanup some very ugly formatting in passing.Jason Parker
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4826 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-24We've got a new "zap" string to zap.Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4822 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-24dahdi_cfg.c: Reduce nesting in main() .Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4821 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-24Add support for 56 KB HDLC as well as selectable rate in system.confMatthew Fredrickson
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4818 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-17Dahdi::Chans: fix leftovers from r4767 (handling of spaces)Tzafrir Cohen
While r4767 solved some parsing problems of channels with "strange" encoding names, it introduced a new problem (e.g.: "RED" after "(In use)" which is fixed here. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4787 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-12Dahdi-perl: More robust parsing of channel signalling types.Tzafrir Cohen
Use a list of signalling types rather than a regular experssion of a "word". git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4767 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-12MFC/R2 configuration generation supportTzafrir Cohen
If optional setting 'pri_connection_type' is set to R2, configure E1 spans as CAS and generate a unicall.conf snippet (unicall-channels.conf). git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4766 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-12* xpp_fxloader: shows USB firmware version.Tzafrir Cohen
* Update PCI IDs database. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4765 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-12Dahdi-perl: Add alarms() method for channels. Use it in lsdahdi.Tzafrir Cohen
* Better paring of the /proc/dahdi/N channel lines for alarms * Provide it as a separate alarms() method. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4764 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-06various updates to man pagesKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4732 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-06improve wording of echo canceller configuration and requirementsKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4731 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-06minor cleanupsKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4727 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-06update to match dahdi-linuxKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4726 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-05clean up license headers in files, add LICENSE files, and apply LGPL ↵Kevin P. Fleming
(instead of GPL) to libtonezone files git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4708 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-05use a different name for this file, so it won't try to overwrite existing ↵Kevin P. Fleming
(non-version-controlled) files in existing checkouts git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4707 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-05s/zaptel/DAHDI/Russell Bryant
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4701 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-02do not give error or even bother parsing a blank/new lineJeff Peeler
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4661 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-01umm... yeah. let's define the external variable with the proper type.Kevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4652 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-01run this script from the correct locationKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4649 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-01use proper name now that the generated filename has changedKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4647 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-01reduce the amount of recompiling necessary when the version string changesKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4646 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-01clean up error exit conditions and improve code in various placesKevin P. Fleming
(closes issue #13039) Reported by: bbryant Patches: 20080709__dahdi_cfg_fixes_2.diff uploaded by bbryant (license 36) git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4645 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-07-30add dependency files to ignore listKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4640 a0bf4364-ded3-4de4-8d8a-66a801d63aff