Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 324879 - net-misc/dahdi : unable to configure the include/dahdi/dahdi_config.h
Summary: net-misc/dahdi : unable to configure the include/dahdi/dahdi_config.h
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Tony Vroon (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-20 21:19 UTC by Olivier Voortman
Modified: 2010-12-03 14:25 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Voortman 2010-06-20 21:19:42 UTC
Hi,

It would be nice to add some USE flags to be able to enable/disable the #define which are listed in the include/dahdi/dahdi_config.h file provided in the DAHDI sources.

I'm especially interested in the SHORT_FLASH_TIME and the FXSFLASH which needs to be defined to get my phones working well.


/*
 * Uncomment if you have a European phone, or any other phone with a
 *  short flash time.
 * This will stop the flash being mis-detected as a pulse dial "1" on
 *  phones with short flashes
 */
/* #define SHORT_FLASH_TIME */

..

/* 
 * Uncomment the following if you need to support FXS Flash events.
 * Most applications will want this commented out.
 */
/* #define FXSFLASH */

..

There are of course some other interesting options, maybe to be added as USE flags as well. Some of them are enabled by default.


Thank you already!

Reproducible: Always
Comment 1 Tony Vroon (RETIRED) gentoo-dev 2010-12-03 14:25:23 UTC
+*dahdi-2.4.0-r1 (03 Dec 2010)
+
+  03 Dec 2010; <chainsaw@gentoo.org> +dahdi-2.4.0-r1.ebuild, metadata.xml:
+  Add USE-flag to enable FXS flash support, closes bug #324879 by Olivier
+  Voortman. zaphfc fixups by Oliver Jaksch, closes bug #337589.