summaryrefslogtreecommitdiff
path: root/channels/chan_dahdi.c
AgeCommit message (Expand)Author
2016-08-15Refactor usage pattern of xmldoc info tag.Corey Farrell
2016-08-12func_channel: Reorganize documentationMatt Jordan
2016-07-21Merge "chan_dahdi.c: Fix deadlock potential in fax redirection." into 13zuul
2016-07-19chan_dahdi.c: Fix deadlock potential in fax redirection.Richard Mudgett
2016-07-19chan_dahdi: Add faxdetect_timeout option.Richard Mudgett
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-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-04-30chan_dahdi: Add the chan_dahdi.conf force_restart_unavailable_chans option.Richard Mudgett
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-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
2014-01-03chan_dahdi: dahdi show channels slices PRI channel dnid on outputKevin Harwell
2013-12-23chan_dahdi: enable ignore_failed_channels by defaultTzafrir Cohen
2013-12-19Voicemail: Remove mailbox identifier format (box@context) assumptions in the ...Richard Mudgett
2013-12-18channel locking: Add locking for channel snapshot creationKevin Harwell
2013-12-18channels: Return allocated channels locked.Joshua Colp
2013-12-05Reverting r403311. It's causing ARI tests to hang.David M. Lee
2013-12-03Add channel locking for channel snapshot creation.Mark Michelson
2013-11-12chan_dahdi: Fix crash during caller ID readKinsey Moore
2013-10-24memory leaks: Memory leak cleanup patch by Corey Farrell (second set)Jonathan Rose
2013-10-14chan_dahdi: Add config support for hwgain settings.Richard Mudgett
2013-10-14chan_dahdi: Reflect the set software gain in the CLI "dahdi show channel" out...Richard Mudgett
2013-10-03Cache string values of formats on ast_format_cap() to save processing.Mark Michelson
2013-10-02Reduce channel snapshot creation and publishing by up to 50%.Joshua Colp
2013-10-01chan_dahdi: Fix analog parking using flash-hook.Richard Mudgett
2013-09-30Multiple revisions 399887,400138,400178,400180-400181David M. Lee
2013-09-25chan_dahdi: CLI "core stop gracefully" has needless delay for PRI and SS7.Richard Mudgett
2013-08-27Fix uninitialized value in struct ast_control_pvt_cause_code usage.Richard Mudgett
2013-08-17Allow res_parking to be unloadableKinsey Moore
2013-08-17Strip down the old event systemKinsey Moore
2013-08-08chan_dahdi: create channels at run-timeTzafrir Cohen