summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-01-19xpp_sync xpd order fix.Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5706 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2009-01-19Dahdi-perl: Do detect Astribank PRI modules.Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5705 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2009-01-18XPP tool updates to match r5663: sysfs migration.Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5671 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2009-01-16Properly detect GENERIC_HDLC_VERSION on various kernel versions.Sean Bright
(closes issue #14150) Reported by: ccesario Patches: 20090115__bug14150.diff.txt uploaded by seanbright (license 71) Tested by: ccesario git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5662 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2009-01-15Add an extra output format, 'asterisk': make the configuration readableTzafrir Cohen
for an Asterisk configuration parser. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5661 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2009-01-14Whitespace and coding guidelines changes only.Sean Bright
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5660 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2009-01-14Fix some uninitialized variable warnings that were causing hdlctest to notSean Bright
compile. Tested the program as well and it appears to work correctly. (closes issue #13906) Reported by: tzafrir git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5659 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2009-01-14This commit deserves no comment.Sean Bright
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5657 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2009-01-13The problem with using dahdi_copy_string here is that it is guaranteed to NULLSean Bright
terminate the destination string, which in this case was not correct. So revert back to using strncpy and also decrease the buffer by 1 since it was reserving an extra byte behind NULL for some reason. Fix suggested by reporter. (closes issue #14103) Reported by: gork git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5656 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2009-01-06d00d must be in small capsTzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5643 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2009-01-03Dahdi::Span: Remove an over-general span header "pri" pattern.Tzafrir Cohen
Should fix #14061 . git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5626 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-12-16Add ability to use sine tables for systems that don't have efficient ↵Doug Bailey
floating point Add the ability to print out the best results found during tuning Some format cleanup git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5555 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-12-15Overwrite the libtonezone.so.1.0 and libtonezone.so.1 links and libraries inShaun Ruffell
order to maintain binary compatibility with applications linked with dahdi-tools 2.0.0. Issue: DAHDI-216 git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5533 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-12-15README.Astribank: minor formatting fix.Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5532 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-12-15Document patching the xpp BRI driver for now.Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5531 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-12-14Allow the span timing to be up to 255. Tzafrir Cohen
The test for 15 was ineffective anyway. Some drivers can use higher values. See issue #13954 . git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5530 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-12-11Drop the "redhat" action at the 'stop' case for now: Tzafrir Cohen
RHEL4's 'action' only works with programs and not with functions. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5514 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-12-09Adding the wctc4xxp driver to the modules.sample.Shaun Ruffell
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5461 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-12-08Fix detection of the B410P card. Tzafrir Cohen
All ports will be reported as TE. Tested by write_erase on #asterisk-dev. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5452 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-12-05dahdi_genconf: add output type 'modules' (/etc/dahdi/modules)Tzafrir Cohen
Also improved documentation. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5440 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-12-04A minor formatting fix.Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5432 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-12-01Next README.Astribank revision: Devices are not under the bun.Tzafrir Cohen
(And various other fixes) git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5426 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-11-30README.Astribank catching up with sysfs, dahdi and all.Tzafrir Cohen
Many more entries in the table of contents. Most of sysfs is documented. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5409 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-11-27dahdi-tools: Re-add README.Astribank.html generation.Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5404 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-11-27Moving README.Astribank to dahdi-tools .Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5402 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-11-24dahdi_cfg: {} as per coding guidelines.Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5381 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-11-24dahdi_cfg: Make the message about echo canceller selection verbose.Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5380 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-11-24Add some missing copyright statements in the xpp/ directory as well.Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5379 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-11-21add copyright headers to all the files that don't have themKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5366 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-11-21minor fixes to accommodate compilers who check return result usageKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5365 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-11-19LSB init script comments.Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5334 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-11-16Fix a compilation warning about signednessTzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5309 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-11-16Fix usage strings and eliminate all traces of torTzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5308 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-11-06set DTMF twist levels for listed EU countries to meet TBR-21 standard of ↵Doug Bailey
-9/-11 dB git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5266 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-11-05Update system.conf.sample to clarify BRI configuration.Shaun Ruffell
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5231 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-11-04Fix compilation issues with the hdlc tests.Shaun Ruffell
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5228 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-11-03Bump SONAME of libtonezone to 2.0:Tzafrir Cohen
API and ABI have not changed from Zaptel, but the library behaves differently. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5226 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-10-28Get wcb4xxp listed in lsdahdi .Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5160 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-10-28Adding support for the wcb4xxp module.Shaun Ruffell
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5155 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-10-27perl xpp: Support for FXO batter attribute from sysfs (from r5133).Tzafrir Cohen
Still falls back to reading the battery status from procfs. Also fixes error message. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5134 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-10-16xpp: userspace support for sysfx migration.Tzafrir Cohen
The userspace side of dahdi-linux r5097. * Perl modules default to using xpp sysfs but will fallback (with warning) to procfs interface. * An additional /usr/share/dahdi/waitfor_xpds to replace the line in the init.d script. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5099 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-10-16dahdi_genconf: report channel number in case of error.Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5098 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-10-15Dahdi-perl: Fix detection of empty slots in Rhino analog cards.Tzafrir Cohen
Closes issue #13685 git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5094 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-10-12A CGI script to give some information about Zaptel through the Tzafrir Cohen
Dahdi perl interface. A simple demo. Not installed automatically. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5088 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-10-10Fix 'make config' for distros with no chkconfig and no update-rc.d .Tzafrir Cohen
This would cause the error on 'make config' for "unknown command dahdi", and 'make -n config' would show that it tries to run "dahdi defaults 15 30" git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5082 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-10-10revert r5077 as r5078 fixes this better: now we can use 8 entries in aTzafrir Cohen
line. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5080 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-10-10make dahdi_test's prints fit in one line.Tzafrir Cohen
It makes them slightly less "accurate", but we already use it in the verbose messages, and dahdi_test is not really accurate. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5079 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-10-10Wrap at 6 instead of 8 so we are sure to fit on an 80 column terminal.Sean Bright
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5077 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-10-09Return the appropriate values to indicate if the modules are loaded or not.Sean Bright
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5074 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-10-09Add a status command to the DAHDI init script.Sean Bright
(closes issue #13655) Reported by: jcollie Patches: 0001-Add-a-trivial-status-command-to-the-init-script.patch uploaded by jcollie (license 412) (Slight modification by me to update the usage text) git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5072 a0bf4364-ded3-4de4-8d8a-66a801d63aff