aboutsummaryrefslogtreecommitdiffstats
path: root/channels/sig_pri.h
AgeCommit message (Expand)AuthorFilesLines
2010-09-09Merged revisions 285710 via svnmerge from bbryant1-3/+3
2010-07-23Rename sig_pri_pri to sig_pri_span. More descriptive of concept.rmudgett1-16/+16
2010-06-14Add digit manipulation tag support to chan_dahdi/sig_pri like chan_misdn.rmudgett1-0/+12
2010-06-08Fix some doxygen warnings.lmadsen1-1/+1
2010-06-07Extract sig_ss7 out of chan_dahdi.rmudgett1-1/+1
2010-06-03Add ETSI Message Waiting Indication (MWI) support.rmudgett1-0/+42
2010-06-02Add ETSI Call Waiting support.rmudgett1-5/+41
2010-06-02Generic Advice of Charge.rmudgett1-0/+17
2010-06-02Add ETSI Explicit Call Transfer (ECT) support.rmudgett1-0/+5
2010-05-04The inalarm flag is not passed up from the sig_analog and sig_pri submodules.rmudgett1-2/+3
2010-04-30Separate the uses of NUM_DCHANS and MAX_CHANNELS into PRI, SS7, and MFCR2 users.rmudgett1-10/+10
2010-04-09Remove PRI CCSS BUGBUG message and update configure script.rmudgett1-4/+0
2010-04-09Merge Call completion support into trunk.mmichelson1-0/+102
2010-03-11Minor tweaks and comment updates to chan_dahdi.rmudgett1-2/+9
2010-03-10Simplified dahdi_request() channel selection failed reason/cause code.rmudgett1-1/+1
2010-03-10Reduce the amount of database access for HAVE_PRI_SERVICE_MESSAGES.rmudgett1-6/+10
2010-01-05Removed unused parameters from analog_available() and sig_pri_available().rmudgett1-1/+1
2009-11-24Fix problem on digital channels due to digital flag not getting set jpeeler1-1/+2
2009-11-02DAHDI ISDN channel names will not allow device state to work. (Interim solut...rmudgett1-0/+2
2009-10-23Add to chan_dahdi ISDN HOLD, Call deflection, and keypad facility support.rmudgett1-0/+21
2009-10-19Add a callback to sig_pri which is called when sig_pri is going to queue a co...file1-0/+1
2009-10-01Prevent deadlock if chan_dahdi attempts to change PRI channel names.rmudgett1-0/+1
2009-09-28Locking issues dealing with service_lock.rmudgett1-1/+0
2009-09-10Cleanup approach in 217804 and don't reach inside the sig_pvt.jpeeler1-0/+2
2009-09-08Fix memory leak of sig_xxx private structures.rmudgett1-0/+1
2009-09-02Made chan_dahdi able to ignore incoming calls that are not in a MSN list for ...rmudgett1-0/+1
2009-08-18Add COLP support to chan_dahdi/sig_pri.rmudgett1-2/+0
2009-08-10Restoring some code to sig_pri. Not sure if it is really needed.rmudgett1-0/+1
2009-08-05More changes from chan_dahdi that did not make it into sig_pri.rmudgett1-0/+4
2009-08-04Fix CALLERID() values for sig_pri on incoming calls.rmudgett1-7/+8
2009-08-03Trim trailing whitespace.rmudgett1-2/+2
2009-07-30Add missing ifdef-s for service maintenance message functionalityjpeeler1-0/+2
2009-07-30Fixes numerous spelling errors. Patch submitted by alecdavis.dbrooks1-1/+1
2009-07-23Fix sending of interface identifier unconditionally in sig_prijpeeler1-2/+2
2009-07-15The dialing flag was mistakingly removed from sig_pri.jpeeler1-0/+1
2009-07-03Add a configure check for Reverse Charging Indication support in LibPRI.seanbright1-0/+2
2009-07-02Support setting and receiving Reverse Charging Indication over ISDN PRI.seanbright1-0/+1
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell1-2/+2
2009-06-25New signaling module to handle PRI/BRI operations in chan_dahdijpeeler1-0/+257