summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-07-08Split up modprobe.conf.sample into one file for options, and another file forShaun Ruffell
the blacklist. This way updating the blacklist in a future release will not necessarily overwrite any of the users options. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4581 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-07-08Adding all the modules to the system blacklist by default on "make config".Shaun Ruffell
This module list is just hardcoded in modprobe.conf.sample. It probably should be based on the modules that are about to be installed...but that will need to wait until later. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4580 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-07-08Use system default method to show when modules are loaded. Shaun Ruffell
Still needs refactoring to have one function that works on different platforms. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4579 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-07-08- Renamed init.conf to init.conf.sampleShaun Ruffell
- Added /etc/dahdi/modules file that contains comments or the names of modules to load. - Removed the MODULES variable from /etc/dahdi/init.conf. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4578 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-07-07Add commented out module names in init.conf and update the init script toShaun Ruffell
report when the MODULES parameter is empty at dahdi start. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4564 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-07-07Change case on DAHDI.Shaun Ruffell
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4562 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-07-06dahdi.init fixes reported by mvanbaak.Tzafrir Cohen
Closes issue #12996 . git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4551 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-07-06The Zaptel->DAHDI sed. And one typo fixed.Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4544 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-07-06* Copied over the old zaptel.conf sample as doc/system.conf .Tzafrir Cohen
* Fixed installation of system.conf and man pages in main Makefile. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4543 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-07-03Adding the ifup-hdlc script, which is needed for "make config"Shaun Ruffell
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4536 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-07-03sbindir is picked up from configure too. Let's mention it.Jason Parker
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4535 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-07-03No longer install utils into /sbin/ (with the justification that "that's ↵Jason Parker
just how we've always done it"). Use what configure detected sbindir as. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4534 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-07-03Allow a different sort order in dahdi_registration without editing theTzafrir Cohen
script. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4533 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-07-02Removed obsolete example.Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4510 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-07-01merge r4384 from zaptel/branches/1.4 here tooKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4501 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-07-01merge r4381 from zaptel/branches/1.4 here tooKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4500 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-06-30Update svn:ignore.Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4486 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-06-30Fix a Makefile syntax issue.Jason Parker
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4485 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-06-29dahdi_genconf configuration separated from the kernel config.Tzafrir Cohen
* Using /etc/dahdi/genconf_parameters. * A shiny new format (sample file included). * xpp_fxloader is configured from /etc/dahdi/init.conf (like the init.d script). * Yet some more string cleanups. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4484 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-06-29* dahdi.init: cleanups.Tzafrir Cohen
* init.conf: example configuration for the init script. * dahdi.rules: udev rules (still not installed). * Makefile: simplify install of RCCONF . git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4483 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-06-26Merge the getopt changes of ztmonitor from zaptel 1.4 .Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4466 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-06-26Remove unused include of tonezone.h from dahdi_monitor and dahdi_tool.Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4465 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-06-26the usage message in dahdi_diag.c needs to say dahdi_diag instead of ztdiag.Steve Murphy
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4464 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-06-25* Rename Dahdi::Config::Defaults to Dahdi::Config::GenconfDefaults .Tzafrir Cohen
* Reads from the new /etc/dahdi/genconf_parameters . * Do installl xpp_fxloader (the firmware loading wrapper script). * Even more /etc/dahdi/system.conf string fixes. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4463 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-06-25* dahdi.conf -> /etc/dahdi/system.conf in the tools this time.Tzafrir Cohen
* Kill some remaining zaptel strings. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4460 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-06-24remove unnecessary include path in ppp MakefileKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4455 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-06-24add initial set of upgrade instructions; much more to comeKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4451 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-06-20add ability to specify echocan for channels (no default settings yet)Kevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4435 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-06-19Firmware was moved to linux/ . Don't try to install it.Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4422 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-06-19* Do build the xpp/ subdirectory.Tzafrir Cohen
* Clean subdirectories. * -include in xpp. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4417 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-06-19XPP tools rename: part 2.Tzafrir Cohen
Removed obsolete astribank_hook (not needed) and print_modes (moved to kernel). git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4416 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-06-19XPP utilities rename: first moves.Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4415 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-06-19A slightly simplified version of zaptel.init as dahdi.init .Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4414 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-06-17A little bit of dahdi renaming: zt_registration.Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4376 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-06-17Move the xpp utilities to the tools side.Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4374 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-06-17* Fix names of libraries: dahdi_tool builds.Tzafrir Cohen
* Honor --with-dahdi=custom/path git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4369 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-06-16Add man pages based on Zaptel's man pages.Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4368 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-05-26update acinclude.m4 to match the one in Asterisk trunk, rebuild checks for ↵Kevin P. Fleming
libraries, and add mandatory check for DAHDI git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4361 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-05-23simple fixes to get installation working... more to comeKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4359 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-05-23minor Makefile improvementsKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4358 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-05-23add missing install-shJeff Peeler
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4357 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-05-23Update dahdi_svn_tarball to remove zaptel references and linksMatthew Fredrickson
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4356 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-05-23Move zaptel_svn_tarball to dahdi_svn_tarballMatthew Fredrickson
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4355 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-05-23Couple more zap device reference removalsMatthew Fredrickson
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4354 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-05-23Add configure scriptMatthew Fredrickson
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4353 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-05-23Remove remaining references to zap devices and some zaptel referencesMatthew Fredrickson
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4352 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-05-23Remove zapata.conf referenceMatthew Fredrickson
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4350 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-05-23Replace Zapata references with DAHDI in error messagesMatthew Fredrickson
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4349 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-05-23svn-commit.tmpKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4348 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-05-23Remove Linux Support Services referencesMatthew Fredrickson
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4347 a0bf4364-ded3-4de4-8d8a-66a801d63aff