summaryrefslogtreecommitdiff
path: root/channels/chan_dahdi.c
AgeCommit message (Expand)Author
2010-06-07Extract sig_ss7 out of chan_dahdi.Richard Mudgett
2010-06-03Add ETSI Message Waiting Indication (MWI) support.Richard Mudgett
2010-06-02Add ETSI Call Waiting support.Richard Mudgett
2010-06-02Generic Advice of Charge.Richard Mudgett
2010-06-02Add ETSI Explicit Call Transfer (ECT) support.Richard Mudgett
2010-05-17Enhancements to connected line and redirecting work.Mark Michelson
2010-05-13Fix inverted logic in cli command: ss7 set debug on/offRichard Mudgett
2010-05-12Don't crash when destroying chan_dahdi pseudo channels.Richard Mudgett
2010-05-06When failing to configure, don't destroy 'cfg' twiceTzafrir Cohen
2010-05-05Avoid a crash on SS7 channels.Richard Mudgett
2010-05-04The inalarm flag is not passed up from the sig_analog and sig_pri submodules.Richard Mudgett
2010-04-30Merged revisions 260434 via svnmerge from Jeff Peeler
2010-04-30Separate the uses of NUM_DCHANS and MAX_CHANNELS into PRI, SS7, and MFCR2 users.Richard Mudgett
2010-04-29Merged revisions 260195 via svnmerge from Richard Mudgett
2010-04-27Merged revisions 259531 via svnmerge from Richard Mudgett
2010-04-27Merged revisions 259270 via svnmerge from Richard Mudgett
2010-04-27Re-fix dahdi_request() iflist locking since CCSS merged.Richard Mudgett
2010-04-16Enable PRI SERVICE message support in chan_dahdi for the 'national' switchtypeDwayne M. Hubbard
2010-04-09Merge Call completion support into trunk.Mark Michelson
2010-04-06Merged revisions 256225 via svnmerge from Richard Mudgett
2010-04-03Consolidate ast_channel.cid.cid_rdnis into ast_channel.redirecting.from.number.Richard Mudgett
2010-03-25remove unneeded explicit channel in dahdi ioctlsTzafrir Cohen
2010-03-20Use SHRT_MAX instead of MAXSHORT.Russell Bryant
2010-03-12add missing mfcr2_skip_category settingMoises Silva
2010-03-12Doxegen this chan_dahdi lock.Richard Mudgett
2010-03-11Minor tweaks and comment updates to chan_dahdi.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-03-03Removed cdrflags from ast_channel structure.Richard Mudgett
2010-03-03Merged revisions 250480 via svnmerge from Jeff Peeler
2010-03-03Add new config option to control AMI alarm event reporting in chan_dahdi.Jeff Peeler
2010-03-02fixes adaptive jitterbuffer configurationDavid Vossel
2010-03-02fix asterisk setting of pritimers from chan_dahdi.confAlec L Davis
2010-02-19mfcr2 issue 0016844 - Fix portability bit fields and make mfcr2_immediate_acc...Moises Silva
2010-02-15Restore triedtopribridge flag code removed in -r211197.Richard Mudgett
2010-02-03The chanvar= setting should inherit the entire list of variables, not just th...Tilghman Lesher
2010-01-18Extend max call limit duration from 24.8 days to 292+ million years.Jeff Peeler
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-12-17Fix call forwarding for analog phones.Jeff Peeler
2009-12-02Merged revisions 232090 via svnmerge from Jeff Peeler
2009-12-01More 32->64 bit codec conversions.Tilghman Lesher
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-04fix trunk buildingJeff Peeler
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-26Make conditionals create previous code when libpri/ss7 are present.Richard Mudgett
2009-10-26span numbers in pri debug / error messages Tzafrir Cohen