summaryrefslogtreecommitdiff
path: root/xpp
AgeCommit message (Collapse)Author
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-03When the config file is not found: return "empty" data and don't die.Tzafrir Cohen
Closes issues #13615 . git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5044 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-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-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-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-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-07-10Support using 'hardhdlc=' instead of 'dchan=' for BRI devices.Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4603 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-07-10Generate the echocanceller=mg2,NNN in system.conf for the user as well.Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4601 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-07-10Well, make this a bashism formally.Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4600 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-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-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-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-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