summaryrefslogtreecommitdiff
path: root/channels/sig_analog.c
AgeCommit message (Expand)Author
2016-02-01build_system: Fix some warnings highlighted by clangGeorge Joseph
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-20chan_dahdi/sig_analog: Put log message strings on one line.Richard Mudgett
2015-02-19chan_dahdi: Remove some dead code.Richard Mudgett
2014-12-18chan_dahdi: Populate CALLERID(ani2) for incoming calls in featdmf signaling m...Richard Mudgett
2014-07-21res_smdi: convert to astobj2Corey Farrell
2014-05-22res_pjsip_refer: Fix bugs involving Parking/PJSIP/transfersJonathan Rose
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2013-12-18channel locking: Add locking for channel snapshot creationKevin Harwell
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-10-01chan_dahdi: Fix analog parking using flash-hook.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-02Fixed chan_dahdi compilation failureDavid M. Lee
2013-08-01Support externally initiated parking requests; remove some dead codeMatthew Jordan
2013-07-25A great big renaming patchMatthew Jordan
2013-07-20Add transfer support to CELKinsey Moore
2013-07-01Refactor extraneous channel eventsKinsey Moore
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-05-24Split Hold event into Hold/Unhold, and move it into core.Jason Parker
2013-05-01Remove some unnecessary calls to ast_bridged_channel() in chan_dahdi.c/sig_an...Richard Mudgett
2012-11-07Multiple revisions 375993-375994Mark Michelson
2012-09-28Add pause one second W dial modifier.Richard Mudgett
2012-08-15Add HANGUPCAUSE information to callee channelsKinsey Moore
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-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-07-20Add hangupcause translation supportKinsey Moore
2012-07-12Add missing ast_hangup() calls on some analog exception paths.Richard Mudgett
2012-07-11Fix validation errors when producing documentation using default build scriptMatthew Jordan
2012-07-10Add some additional documentation for core AMI eventsMatthew Jordan
2012-07-06Remove unnecessary generation of informational cause framesKinsey Moore
2012-06-26Unique Call ID logging Phases III and IVJonathan Rose
2012-06-22Add HANGUPCAUSE hash support for analog and PRI DAHDI subtechsKinsey Moore
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-06-11Fix deadlock potential with ast_set_hangupsource() calls.Richard Mudgett
2012-06-06Fix POTS flash hook to orignate a second call deadlock.Richard Mudgett
2012-05-10Coverity Report: Fix issues for error type CHECKED_RETURN for coreJonathan Rose
2012-03-13Finalize ast_channel opaquificationTerry Wilson
2012-03-01Opaquify ast_channel typedefs, fd arrays, and softhangup flagTerry Wilson
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-18push 'outgoing' flag from sig_XXX up to chan_dahdiAlec L Davis
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-02-01Constify some more channel driver technology callback parameters.Richard Mudgett
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson