summaryrefslogtreecommitdiff
path: root/channels/chan_dahdi.c
AgeCommit message (Expand)Author
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
2011-08-31Merged revisions 334013 via svnmerge from Richard Mudgett
2011-08-18Merged revisions 332504 via svnmerge from Kinsey Moore
2011-08-17Merged revisions 332265 via svnmerge from Richard Mudgett
2011-08-15Merged revisions 331956 via svnmerge from Richard Mudgett
2011-08-12Merged revisions 331772 via svnmerge from Richard Mudgett
2011-08-12Merged revisions 331715 via svnmerge from Richard Mudgett
2011-08-03Merged revisions 330706 via svnmerge from Kinsey Moore
2011-07-21Merged revisions 329257 via svnmerge from Russell Bryant
2011-07-21Merged revisions 329204 via svnmerge from Richard Mudgett
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-07-08Merged revisions 327044 via svnmerge from Russell Bryant