summaryrefslogtreecommitdiff
path: root/channels/chan_dahdi.c
AgeCommit message (Expand)Author
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
2013-08-02Get rid of ast_bridged_channel() and the bridged_channel field on ast_channels.Mark Michelson
2013-08-02Add pickup.h include lines for chan_dahdi and chan_mgcpMatthew Jordan
2013-08-01Support externally initiated parking requests; remove some dead codeMatthew Jordan
2013-08-01Fix documentation replication issuesKinsey Moore
2013-08-01Split caching out from the stasis_caching_topic.David M. Lee
2013-07-25A great big renaming patchMatthew Jordan
2013-07-23Reinclude sys/stat.h in chan_dahdi.c and remove redundant include in utils.cRichard Mudgett
2013-07-23Some chan_dahdi protected function renaming.Richard Mudgett
2013-07-23Restore chan_dahdi native bridging and PRI tromboned call elimination.Richard Mudgett
2013-07-20Add transfer support to CELKinsey Moore
2013-07-17Left over spacing issues of review 726.Tzafrir Cohen
2013-07-17handle DAHDI_EVENT_REMOVED on a pri D-ChannelTzafrir Cohen
2013-07-12Fix a longstanding issue with MFC-R2 configuration that prevented usersMoises Silva
2013-07-03chan_dahdi: Fix segfault reloading chan_dahdi when round robin is used.Richard Mudgett
2013-07-01Refactor extraneous channel eventsKinsey Moore
2013-06-17Update Asterisk's CDRs for the new bridging frameworkMatthew Jordan
2013-06-07Refactor chan_dahdi/sig_analog/sig_pri and chan_misdn to use the common trans...Richard Mudgett
2013-06-06Refactor the features configuration scheme.Mark Michelson
2013-06-06Add a BUGBUG note.Richard Mudgett
2013-05-24Split Hold event into Hold/Unhold, and move it into core.Jason Parker
2013-05-24Migrate a large number of AMI events over to Stasis-CoreMatthew Jordan
2013-05-21Merge in the bridge_construction branch to make the system use the Bridging API.Richard Mudgett
2013-05-06Make a log NOTICE more explicit that the event comes from DAHDI and not PRI.Richard Mudgett
2013-05-02chan_dahdi: fix lower bound check with -ve integer conversion from a float Alec L Davis
2013-05-01Remove some unnecessary calls to ast_bridged_channel() in chan_dahdi.c/sig_an...Richard Mudgett
2013-05-01Move some annoying chan_dahdi debug messages to level 5.Richard Mudgett
2013-04-03chan_dahdi: Change inband_on_proceeding option default to no/disabled.Richard Mudgett
2013-04-03chan_dahdi: Add inband_on_proceeding compatibility option.Richard Mudgett
2013-03-27Convert MWI state message type to the new stasis naming conventionKinsey Moore
2013-03-16Transition MWI to Stasis-coreKinsey Moore
2013-01-30chan_dahdi: Fix "dahdi show channels group" for groups greater than 31.Richard Mudgett
2013-01-02Prevent exhaustion of system resources through exploitation of event cacheMatthew Jordan
2012-11-07Multiple revisions 375993-375994Mark Michelson
2012-10-29chan_dahdi: Fix segfault dereferencing a NULL tech_pvt.Richard Mudgett
2012-10-14Doxygen Updates - Title updateAndrew Latham
2012-10-01Doxygen CleanupAndrew Latham
2012-09-28Add pause one second W dial modifier.Richard Mudgett
2012-08-21Fix misuses of asprintf throughout the code.Mark Michelson
2012-08-15Add HANGUPCAUSE information to callee channelsKinsey Moore
2012-08-09Use better libss7 detection test and move libpri compile test.Richard Mudgett
2012-08-08Convert sig_analog to use a global callback table.Richard Mudgett
2012-08-08Fix the analog dial *0 flash-hook of bridged peer feature.Richard Mudgett
2012-08-08Convert sig_pri to use a global callback table.Richard Mudgett
2012-08-08Convert sig_ss7 to use a global callback table.Richard Mudgett
2012-08-07Add named callgroups/pickupgroupsMatthew Jordan
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore