aboutsummaryrefslogtreecommitdiffstats
path: root/channels/sig_pri.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-30Cleanup some flags on DAHDI PRI channel hangup.rmudgett1-1/+8
2009-10-23Add to chan_dahdi ISDN HOLD, Call deflection, and keypad facility support.rmudgett1-103/+644
2009-10-22Search for the subaddress only within the extension section of the dial string.rmudgett1-16/+17
2009-10-22Add support for calling and called subaddress. Partial support for COLP suba...rmudgett1-1/+292
2009-10-21Make PRI_SUBCMD_xxx handling subaddress friendly.rmudgett1-68/+75
2009-10-19Add a callback to sig_pri which is called when sig_pri is going to queue a co...file1-0/+4
2009-10-17Merged revisions 224330 via svnmerge from jpeeler1-0/+2
2009-10-16Merged revisions 224260 via svnmerge from rmudgett1-4/+12
2009-09-28Miscellaneous minor changes.rmudgett1-1/+2
2009-09-28Locking issues dealing with service_lock.rmudgett1-15/+10
2009-09-25Reduce indentation in sig_pri_available().rmudgett1-18/+16
2009-09-10Cleanup approach in 217804 and don't reach inside the sig_pvt.jpeeler1-0/+7
2009-09-08Fix memory leak of sig_xxx private structures.rmudgett1-0/+13
2009-09-08Remove duplicate entry in the sig_pri_pri private pointer array.rmudgett1-2/+0
2009-09-03Lets try not to use C++ keywords for variable names.rmudgett1-14/+16
2009-09-02Made chan_dahdi able to ignore incoming calls that are not in a MSN list for ...rmudgett1-0/+42
2009-08-28Move discardremoteholdretrieval test so it applies only to the specific notif...rmudgett1-7/+13
2009-08-21Update configure script for libpri COLP feature dependency requirements.rmudgett1-6/+3
2009-08-18Add COLP support to chan_dahdi/sig_pri.rmudgett1-60/+543
2009-08-10AST-2009-005tilghman1-4/+4
2009-08-10Fix PRI/BRI channels when in alarm condition to only be marked for hangup if jpeeler1-5/+4
2009-08-10Restoring some code to sig_pri. Not sure if it is really needed.rmudgett1-0/+19
2009-08-07Fix static on line when PRI does overlap dialing.rmudgett1-2/+10
2009-08-06Sanity adjustments to pri_ss_thread for sig_pri environment.rmudgett1-2/+7
2009-08-05Fix potential deadlock issue with USERUSERINFO channel variable.rmudgett1-33/+87
2009-08-05More changes from chan_dahdi that did not make it into sig_pri.rmudgett1-9/+15
2009-08-05Merged revisions 210575 via svnmerge from rmudgett1-38/+41
2009-08-04Fix CALLERID() values for sig_pri on incoming calls.rmudgett1-25/+102
2009-08-03Changes from chan_dahdi that did not make it into sig_pri.rmudgett1-90/+101
2009-08-03Trim trailing whitespace.rmudgett1-72/+72
2009-07-30Add missing ifdef-s for service maintenance message functionalityjpeeler1-0/+2
2009-07-23Fix sending of interface identifier unconditionally in sig_prijpeeler1-11/+10
2009-07-21Do not dial digits when none were specified for sig_pri based callsjpeeler1-3/+4
2009-07-15The dialing flag was mistakingly removed from sig_pri.jpeeler1-0/+13
2009-07-03Add a configure check for Reverse Charging Indication support in LibPRI.seanbright1-1/+5
2009-07-02Support setting and receiving Reverse Charging Indication over ISDN PRI.seanbright1-2/+9
2009-06-27Merged revisions 203908 via svnmerge from rmudgett1-8/+5
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell1-7/+7
2009-06-25New signaling module to handle PRI/BRI operations in chan_dahdijpeeler1-0/+2455