summaryrefslogtreecommitdiff
path: root/dahdi_cfg.c
AgeCommit message (Expand)Author
2011-11-02Fix GCC 4.6 "set but not used" warningsTzafrir Cohen
2011-11-02dahdi_cfg: add '-S <spanno>' and '-C <chan-ranges>'Tzafrir Cohen
2010-09-20dahdi_cfg: DAHDI_INDIRECT -> DAHDI_SPECIFY when configuring pciradio channels.Shaun Ruffell
2010-07-30dahdi_cfg: Display more appropriate error messages when an invalid signaling ...Kinsey Moore
2010-06-15Convert all '%i' to '%d' in dahdi_cfgTzafrir Cohen
2010-05-09Remove duplicate code: rad_apply_channelsTzafrir Cohen
2010-05-04Report correct span number in dahdi_cfg verbose output.Kevin P. Fleming
2010-02-26dahdi_cfg, dahdi_genconf: Add support for Hx8 series cards.Shaun Ruffell
2009-05-14dahdi_cfg: Default to the us tonezone if not specified in system.conf.Shaun Ruffell
2009-03-26when /etc/dahdi/system.conf does not have an echo canceller defined for a cha...Kevin P. Fleming
2008-12-14Allow the span timing to be up to 255. Tzafrir Cohen
2008-11-24dahdi_cfg: {} as per coding guidelines.Tzafrir Cohen
2008-11-24dahdi_cfg: Make the message about echo canceller selection verbose.Tzafrir Cohen
2008-09-16Close the /dev/dahdi/channel file handle if we're unable to associate it withShaun Ruffell
2008-09-16Provide system error information if open on /dev/dahdi/channel fails.Shaun Ruffell
2008-08-27add --enable-dev-mode support, and fix up a couple of warnings found using it...Kevin P. Fleming
2008-08-25Fix more crazy formattingJason Parker
2008-08-25Reverse some incorrect logic, and cleanup some very ugly formatting in passing.Jason Parker
2008-08-24We've got a new "zap" string to zap.Tzafrir Cohen
2008-08-24dahdi_cfg.c: Reduce nesting in main() .Tzafrir Cohen
2008-08-24Add support for 56 KB HDLC as well as selectable rate in system.confMatthew Fredrickson
2008-08-05clean up license headers in files, add LICENSE files, and apply LGPL (instead...Kevin P. Fleming
2008-08-05use a different name for this file, so it won't try to overwrite existing (no...Kevin P. Fleming
2008-08-02do not give error or even bother parsing a blank/new lineJeff Peeler
2008-08-01reduce the amount of recompiling necessary when the version string changesKevin P. Fleming
2008-08-01clean up error exit conditions and improve code in various placesKevin P. Fleming
2008-07-29build against the new dahdi/user.h (which is now typedef-free!)Kevin P. Fleming
2008-07-10* Changed the 'echocanceler' system.conf parameter to 'echocanceller'Shaun Ruffell
2008-06-24add initial set of upgrade instructions; much more to comeKevin P. Fleming
2008-06-20add ability to specify echocan for channels (no default settings yet)Kevin P. Fleming
2008-05-23Remove remaining references to zap devices and some zaptel referencesMatthew Fredrickson
2008-05-23Replace Zapata references with DAHDI in error messagesMatthew Fredrickson
2008-05-23svn-commit.tmpKevin P. Fleming
2008-05-23Remove Linux Support Services referencesMatthew Fredrickson
2008-05-23add version string to all tools, visible using "strings" for nowKevin P. Fleming
2008-05-23yay, all the tools compile nowKevin P. Fleming
2008-05-23initial copyKevin P. Fleming