summaryrefslogtreecommitdiff
path: root/channels/sig_pri.c
AgeCommit message (Expand)Author
2010-05-11Dialing an invalid extension causes incomplete hangup sequence.Richard Mudgett
2010-05-07Fix deadlock in sig_pri when hanging up.Jeff Peeler
2010-05-06Some code optimizations.Richard Mudgett
2010-05-04The inalarm flag is not passed up from the sig_analog and sig_pri submodules.Richard Mudgett
2010-04-30Separate the uses of NUM_DCHANS and MAX_CHANNELS into PRI, SS7, and MFCR2 users.Richard Mudgett
2010-04-09Merge Call completion support into trunk.Mark Michelson
2010-04-03Consolidate ast_channel.cid.cid_rdnis into ast_channel.redirecting.from.number.Richard Mudgett
2010-03-10Simplified dahdi_request() channel selection failed reason/cause code.Richard Mudgett
2010-03-10Reduce the amount of database access for HAVE_PRI_SERVICE_MESSAGES.Richard Mudgett
2010-02-27overlap receiving: automatically send CALL PROCEEDING when dialplan startsAlec L Davis
2010-01-20Update CDR variables as pbx startsAlec L Davis
2010-01-19Update CDR variables before pbx starts (overlap dial)Alec L Davis
2010-01-18Update CDR variables before pbx startsAlec L Davis
2010-01-07Fix using the wrong pointer type in do_idle_thread().Richard Mudgett
2010-01-05Removed unused parameters from analog_available() and sig_pri_available().Richard Mudgett
2009-12-21Change all refererences to 1.6.3 to be 1.8, since that will be the next featu...Kevin P. Fleming
2009-11-24Fix problem on digital channels due to digital flag not getting set Jeff Peeler
2009-11-06Created standard location to add options to chan_dahdi for ISDN dialing.Richard Mudgett
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-11-02DAHDI ISDN channel names will not allow device state to work. (Interim solut...Richard Mudgett
2009-10-30Cleanup some flags on DAHDI PRI channel hangup.Richard Mudgett
2009-10-23Add to chan_dahdi ISDN HOLD, Call deflection, and keypad facility support.Richard Mudgett
2009-10-22Search for the subaddress only within the extension section of the dial string.Richard Mudgett
2009-10-22Add support for calling and called subaddress. Partial support for COLP suba...Richard Mudgett
2009-10-21Make PRI_SUBCMD_xxx handling subaddress friendly.Richard Mudgett
2009-10-19Add a callback to sig_pri which is called when sig_pri is going to queue a co...Joshua Colp
2009-10-17Merged revisions 224330 via svnmerge from Jeff Peeler
2009-10-16Merged revisions 224260 via svnmerge from Richard Mudgett
2009-09-28Miscellaneous minor changes.Richard Mudgett
2009-09-28Locking issues dealing with service_lock.Richard Mudgett
2009-09-25Reduce indentation in sig_pri_available().Richard Mudgett
2009-09-10Cleanup approach in 217804 and don't reach inside the sig_pvt.Jeff Peeler
2009-09-08Fix memory leak of sig_xxx private structures.Richard Mudgett
2009-09-08Remove duplicate entry in the sig_pri_pri private pointer array.Richard Mudgett
2009-09-03Lets try not to use C++ keywords for variable names.Richard Mudgett
2009-09-02Made chan_dahdi able to ignore incoming calls that are not in a MSN list for ...Richard Mudgett
2009-08-28Move discardremoteholdretrieval test so it applies only to the specific notif...Richard Mudgett
2009-08-21Update configure script for libpri COLP feature dependency requirements.Richard Mudgett
2009-08-18Add COLP support to chan_dahdi/sig_pri.Richard Mudgett
2009-08-10AST-2009-005Tilghman Lesher
2009-08-10Fix PRI/BRI channels when in alarm condition to only be marked for hangup if Jeff Peeler
2009-08-10Restoring some code to sig_pri. Not sure if it is really needed.Richard Mudgett
2009-08-07Fix static on line when PRI does overlap dialing.Richard Mudgett
2009-08-06Sanity adjustments to pri_ss_thread for sig_pri environment.Richard Mudgett
2009-08-05Fix potential deadlock issue with USERUSERINFO channel variable.Richard Mudgett
2009-08-05More changes from chan_dahdi that did not make it into sig_pri.Richard Mudgett
2009-08-05Merged revisions 210575 via svnmerge from Richard Mudgett
2009-08-04Fix CALLERID() values for sig_pri on incoming calls.Richard Mudgett
2009-08-03Changes from chan_dahdi that did not make it into sig_pri.Richard Mudgett
2009-08-03Trim trailing whitespace.Richard Mudgett