summaryrefslogtreecommitdiff
path: root/channels/sig_pri.c
AgeCommit message (Expand)Author
2010-07-14Expand the caller ANI field to an ast_party_idRichard Mudgett
2010-07-14ast_callerid restructuringRichard Mudgett
2010-06-24Merged revisions 272446 via svnmerge from Richard Mudgett
2010-06-14Add digit manipulation tag support to chan_dahdi/sig_pri like chan_misdn.Richard Mudgett
2010-06-07Extract sig_ss7 out of chan_dahdi.Richard Mudgett
2010-06-07Moved AOC request code out of the middle of code parsing the dialed number.Richard Mudgett
2010-06-04Incoming overlap dialing no longer works after sig_pri extraction.Richard Mudgett
2010-06-03Add ETSI Message Waiting Indication (MWI) support.Richard Mudgett
2010-06-02Add ETSI Malicious Call ID support.Richard Mudgett
2010-06-02Add ETSI Call Waiting support.Richard Mudgett
2010-06-02Generic Advice of Charge.Richard Mudgett
2010-06-02Add ETSI Advice Of Charge (AOC) event reporting.Richard Mudgett
2010-06-02Add ETSI Explicit Call Transfer (ECT) support.Richard Mudgett
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