aboutsummaryrefslogtreecommitdiffstats
path: root/channels/sig_pri.c
AgeCommit message (Expand)AuthorFilesLines
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
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