aboutsummaryrefslogtreecommitdiffstats
path: root/channels/sig_pri.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-14Add digit manipulation tag support to chan_dahdi/sig_pri like chan_misdn.rmudgett1-0/+49
2010-06-07Extract sig_ss7 out of chan_dahdi.rmudgett1-7/+8
2010-06-07Moved AOC request code out of the middle of code parsing the dialed number.rmudgett1-15/+14
2010-06-04Incoming overlap dialing no longer works after sig_pri extraction.rmudgett1-8/+1
2010-06-03Add ETSI Message Waiting Indication (MWI) support.rmudgett1-1/+199
2010-06-02Add ETSI Malicious Call ID support.rmudgett1-0/+110
2010-06-02Add ETSI Call Waiting support.rmudgett1-112/+458
2010-06-02Generic Advice of Charge.rmudgett1-427/+916
2010-06-02Add ETSI Advice Of Charge (AOC) event reporting.rmudgett1-0/+683
2010-06-02Add ETSI Explicit Call Transfer (ECT) support.rmudgett1-74/+123
2010-05-11Dialing an invalid extension causes incomplete hangup sequence.rmudgett1-6/+36
2010-05-07Fix deadlock in sig_pri when hanging up.jpeeler1-10/+10
2010-05-06Some code optimizations.rmudgett1-80/+88
2010-05-04The inalarm flag is not passed up from the sig_analog and sig_pri submodules.rmudgett1-12/+20
2010-04-30Separate the uses of NUM_DCHANS and MAX_CHANNELS into PRI, SS7, and MFCR2 users.rmudgett1-13/+13
2010-04-09Merge Call completion support into trunk.mmichelson1-40/+1512
2010-04-03Consolidate ast_channel.cid.cid_rdnis into ast_channel.redirecting.from.number.rmudgett1-9/+4
2010-03-10Simplified dahdi_request() channel selection failed reason/cause code.rmudgett1-10/+5
2010-03-10Reduce the amount of database access for HAVE_PRI_SERVICE_MESSAGES.rmudgett1-72/+51
2010-02-27overlap receiving: automatically send CALL PROCEEDING when dialplan startsalecdavis1-0/+12
2010-01-20Update CDR variables as pbx startsalecdavis1-2/+0
2010-01-19Update CDR variables before pbx starts (overlap dial)alecdavis1-0/+2
2010-01-18Update CDR variables before pbx startsalecdavis1-0/+2
2010-01-07Fix using the wrong pointer type in do_idle_thread().rmudgett1-4/+5
2010-01-05Removed unused parameters from analog_available() and sig_pri_available().rmudgett1-1/+1
2009-12-21Change all refererences to 1.6.3 to be 1.8, since that will be the next featu...kpfleming1-26/+26
2009-11-24Fix problem on digital channels due to digital flag not getting set jpeeler1-6/+18
2009-11-06Created standard location to add options to chan_dahdi for ISDN dialing.rmudgett1-71/+56
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman1-13/+13
2009-11-02DAHDI ISDN channel names will not allow device state to work. (Interim solut...rmudgett1-0/+119
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