summaryrefslogtreecommitdiff
path: root/channels/chan_dahdi.c
AgeCommit message (Expand)Author
2018-03-14loader: Convert reload_classes to built-in modules.Corey Farrell
2018-03-07Replace direct checks of option_debug with DEBUG_ATLEAST macro.Corey Farrell
2018-01-15loader: Add dependency fields to module structures.Corey Farrell
2017-12-20Fix Common Typo's.Corey Farrell
2017-10-14chan_dahdi: wrap include file which is not present on BSD systems in #ifdefGuido Falsi
2017-09-25build: A few gcc 7 error fixesGeorge Joseph
2017-07-05core: Remove 'Data Retrieval API'Sean Bright
2017-04-12modules: change module LOAD_FAILUREs to LOAD_DECLINESGeorge Joseph
2016-12-14chan_dahdi.c: Fix bounds check regression.Richard Mudgett
2016-11-02Merge "chan_dahdi: remove by_name support"zuul
2016-10-27chan_dahdi: remove by_name supportTzafrir Cohen
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-08-16Refactor usage pattern of xmldoc info tag.Corey Farrell
2016-08-15func_channel: Reorganize documentationMatt Jordan
2016-07-21Merge "chan_dahdi.c: Fix deadlock potential in fax redirection."zuul
2016-07-19chan_dahdi.c: Fix deadlock potential in fax redirection.Richard Mudgett
2016-07-19chan_dahdi: Add faxdetect_timeout option.Richard Mudgett
2016-06-08Fixes to include signal.hTimo Teräs
2016-02-01build_system: Fix some warnings highlighted by clangGeorge Joseph
2015-10-24build: GCC 5.1.x catches some new const, array bounds and missing paren issuesGeorge Joseph
2015-08-12Merge "chan_dahdi.c: Lock private struct for ast_write()."Mark Michelson
2015-08-11chan_dahdi.c: Flush the DAHDI write buffer after starting DTMF.Richard Mudgett
2015-08-11chan_dahdi.c: Lock private struct for ast_write().Richard Mudgett
2015-05-22Stasis: Fix unsafe use of stasis_unsubscribe in modules.Corey Farrell
2015-05-13AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.Rodrigo Ramírez Norambuena
2015-05-04Modules: Make ast_module_info->self available to auxiliary sources.Corey Farrell
2015-04-30chan_dahdi: Add the chan_dahdi.conf force_restart_unavailable_chans option.Richard Mudgett
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-03-13Logger: Convert 'struct ast_callid' to unsigned int.Corey Farrell
2015-03-06chan_dahdi/sig_analog: Fix distinctive ring detection to suck less.Richard Mudgett
2015-02-19chan_dahdi: Remove some dead code.Richard Mudgett
2015-01-12Revert -r430452 It needs to be redone for the next major AMI version change i...Richard Mudgett
2015-01-09AMI: Remove no longer used parameter from astman_send_listack().Richard Mudgett
2015-01-09AMI: Make AMI actions that generate event lists consistent.Richard Mudgett
2014-12-19chan_dahdi: Don't ignore setvar when using configuration section scheme.Richard Mudgett
2014-12-18chan_dahdi.c, res_rtp_asterisk.c: Change some spammy debug messages to level 5.Richard Mudgett
2014-12-01main/stasis: Allow subscriptions to use a threadpool for message deliveryMatthew Jordan
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-07-21res_smdi: convert to astobj2Corey Farrell
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-07-03chan_dahdi: Add inband_on_setup_ack compatibility option.Richard Mudgett
2014-07-03chan_dahdi: Add AMI commands for controlling PRI debugging outputJonathan Rose
2014-06-23suspended destructions of pri spans on eventsTzafrir Cohen
2014-06-16chan_dahdi: Adds support for major update to libss7.Richard Mudgett
2014-05-22res_pjsip_refer: Fix bugs involving Parking/PJSIP/transfersJonathan Rose
2014-05-16chan_dahdi: Fix analog dialtone detection.Richard Mudgett
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-03-07uniqueid: Fix chan_dahdi, sig_pri, sig_ss7, test_cdr, and test_cel compiler e...Richard Mudgett
2014-03-07uniqueid: channel linkedid, ami, ari object creation with id'sScott Griepentrog
2014-01-09Fix chan_dahdi copile issue in dev-mode.Damien Wedhorn