summaryrefslogtreecommitdiff
path: root/channels/chan_dahdi.c
AgeCommit message (Expand)Author
2012-06-22Fix wrong variable name in the R2 disconnect callbackKinsey Moore
2012-06-22Add HANGUPCAUSE hash implementation for DAHDI MFC/R2 subtechKinsey Moore
2012-06-19Ensure that pvt cause information does not break native bridgingKinsey Moore
2012-06-11Fix deadlock potential with ast_set_hangupsource() calls.Richard Mudgett
2012-06-11Fix coverity UNUSED_VALUE findings in core support level filesKinsey Moore
2012-06-06Fix POTS flash hook to orignate a second call deadlock.Richard Mudgett
2012-05-18Address MISSING_BREAK static analysis reports some more.Mark Michelson
2012-05-18Fix more memory leaksMatthew Jordan
2012-05-18Fix a variety of memory leaksMatthew Jordan
2012-05-17Fix checking bounds of array index after using it; improper sizeofMatthew Jordan
2012-05-10Resolve FORWARD_NULL static analysis warningsKinsey Moore
2012-04-25Make DAHDISendCallreroutingFacility wait 5 seconds for a reply before disconn...Richard Mudgett
2012-04-25Clear ISDN channel resetting state if the peer continues to use it.Richard Mudgett
2012-04-20Use ast_channel_lock_both() where it was inlined before.Richard Mudgett
2012-04-18Add ability to ignore layer 1 alarms for BRI PTMP lines.Richard Mudgett
2012-04-17Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-04-16Fix negative return handling in channel driversMatthew Jordan
2012-04-10Prevent invalid access of free'd memory if DAHDI channel during an MWI eventRichard Mudgett
2012-04-09Prevent invalid access of free'd memory if DAHDI channel during an MWI eventMatthew Jordan
2012-03-13Add ability for chan_dahdi ISDN to block connected line updates per span.Richard Mudgett
2012-03-13Finalize ast_channel opaquificationTerry Wilson
2012-03-06Fix ring cadance setup for outgoing calls on FXS ports.Richard Mudgett
2012-03-06Add dialtone_detect option for analog incoming calls.Richard Mudgett
2012-03-05Setup DSP when SS7 call is connected or early media is available.Richard Mudgett
2012-03-02Fix compilation error due to typo during channel opaquification.Mark Michelson
2012-03-01Opaquify ast_channel typedefs, fd arrays, and softhangup flagTerry Wilson
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-20This was a LOG_NOTICE, so roll it back.Sean Bright
2012-02-20Change some debug messages from LOG_DEBUG to ast_debug.Sean Bright
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-09Fix some compile problems from the 'cppcheck' patch.Richard Mudgett
2012-02-08Restore some variables removed by the 'cppcheck' patch that were actually nee...Kevin P. Fleming
2012-02-08Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-02-06Allow more control over the output of pri debugKinsey Moore
2012-02-02Restore the 'w' modifier support for ISDN spans. Dial(DAHDI/g0/1234w888)Richard Mudgett
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
2012-01-04Fix segfault in chan_dahdi for CHANNEL(dahdi_span) evaluation on hangup.Richard Mudgett
2011-12-05Restore call progress code for analog ports.Richard Mudgett
2011-10-18More parking issues.Richard Mudgett
2011-10-12Initialize the PRI channel alarms properly on startup.Richard Mudgett
2011-10-11Add protection for SS7 channel allocation and better glare handling.Richard Mudgett
2011-09-30Merged revisions 338801 via svnmerge from Richard Mudgett
2011-09-28Merged revisions 338225 via svnmerge from Richard Mudgett
2011-09-14Merged revisions 335852 via svnmerge from Richard Mudgett
2011-09-09Merged revisions 335078 via svnmerge from Matthew Jordan