summaryrefslogtreecommitdiff
path: root/channels/sig_ss7.c
AgeCommit message (Expand)Author
2015-03-13Logger: Convert 'struct ast_callid' to unsigned int.Corey Farrell
2014-06-16chan_dahdi: Adds support for major update to libss7.Richard Mudgett
2014-03-07uniqueid: Fix chan_dahdi, sig_pri, sig_ss7, test_cdr, and test_cel compiler e...Richard Mudgett
2013-10-02sig_ss7: Fix compiler warnings.Richard Mudgett
2013-10-02Reduce channel snapshot creation and publishing by up to 50%.Joshua Colp
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
2012-11-08chan_dahdi/SS7: Made reject incoming call for an in-alarm or blocked channel.Richard Mudgett
2012-09-15Made companding law for SS7 calls only determined by SS7 signaling type.Richard Mudgett
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_ss7 to use a global callback table.Richard Mudgett
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-07-20Add hangupcause translation supportKinsey Moore
2012-07-06Remove unnecessary generation of informational cause framesKinsey Moore
2012-06-26Unique Call ID logging Phases III and IVJonathan Rose
2012-06-22Add "Who Hung Up?" implementation for DAHDI SS7 subtechnologyKinsey Moore
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-05-30Fix deadlock when executing CLI "pri show channels" and "ss7 show channels" ...Richard Mudgett
2012-03-07Change directly setting _softhangup in sig_ss7.c to use ast_softhangup_nolock().Richard Mudgett
2012-03-05Drop SS7 call if not connected yet when INCOMPLETE/BUSY/CONGESTION.Richard Mudgett
2012-03-05Setup DSP when SS7 call is connected or early media is available.Richard Mudgett
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-01Constify some more channel driver technology callback parameters.Richard Mudgett
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-10-11Add protection for SS7 channel allocation and better glare handling.Richard Mudgett
2011-09-20Merged revisions 337008 via svnmerge from Richard Mudgett
2011-09-20Merged revisions 336978 via svnmerge from Richard Mudgett
2011-09-09Merged revisions 335078 via svnmerge from Matthew Jordan
2011-05-10Merged revisions 318499 via svnmerge from Richard Mudgett
2011-04-08Add private lock deadlock avoidance callback to PRI and SS7.Richard Mudgett
2011-01-25Merged revisions 303771 via svnmerge from Richard Mudgett
2010-07-14Expand the caller ANI field to an ast_party_idRichard Mudgett
2010-07-14ast_callerid restructuringRichard Mudgett
2010-06-14Extract sig_ss7_init_linkset() to sig_ss7.Richard Mudgett
2010-06-09Add missing API function to sig_ss7: sig_ss7_fixup().Richard Mudgett
2010-06-07Extract sig_ss7 out of chan_dahdi.Richard Mudgett