Merged revisions 256225 via svnmerge from
[asterisk/asterisk.git] / channels / chan_dahdi.c
2010-04-06 Richard MudgettMerged revisions 256225 via svnmerge from
2010-04-03 Richard MudgettConsolidate ast_channel.cid.cid_rdnis into ast_channel...
2010-03-25 Tzafrir Cohenremove unneeded explicit channel in dahdi ioctls
2010-03-20 Russell BryantUse SHRT_MAX instead of MAXSHORT.
2010-03-12 Moises Silvaadd missing mfcr2_skip_category setting
2010-03-12 Richard MudgettDoxegen this chan_dahdi lock.
2010-03-11 Richard MudgettMinor tweaks and comment updates to chan_dahdi.
2010-03-10 Richard MudgettSimplified dahdi_request() channel selection failed...
2010-03-10 Richard MudgettReduce the amount of database access for HAVE_PRI_SERVI...
2010-03-03 Richard MudgettRemoved cdrflags from ast_channel structure.
2010-03-03 Jeff PeelerMerged revisions 250480 via svnmerge from
2010-03-03 Jeff PeelerAdd new config option to control AMI alarm event report...
2010-03-02 David Vosselfixes adaptive jitterbuffer configuration
2010-03-02 Alec L Davisfix asterisk setting of pritimers from chan_dahdi.conf
2010-02-19 Moises Silvamfcr2 issue 0016844 - Fix portability bit fields and...
2010-02-15 Richard MudgettRestore triedtopribridge flag code removed in -r211197.
2010-02-03 Tilghman LesherThe chanvar= setting should inherit the entire list...
2010-01-18 Jeff PeelerExtend max call limit duration from 24.8 days to 292...
2010-01-05 Richard MudgettRemoved unused parameters from analog_available() and...
2009-12-21 Kevin P. FlemingChange all refererences to 1.6.3 to be 1.8, since that...
2009-12-17 Jeff PeelerFix call forwarding for analog phones.
2009-12-02 Jeff PeelerMerged revisions 232090 via svnmerge from
2009-12-01 Tilghman LesherMore 32->64 bit codec conversions.
2009-11-24 Jeff PeelerFix problem on digital channels due to digital flag...
2009-11-06 Richard MudgettCreated standard location to add options to chan_dahdi...
2009-11-04 Jeff Peelerfix trunk building
2009-11-04 Tilghman LesherExpand codec bitfield from 32 bits to 64 bits.
2009-11-02 Richard MudgettDAHDI ISDN channel names will not allow device state...
2009-10-30 Richard MudgettCleanup some flags on DAHDI PRI channel hangup.
2009-10-26 Richard MudgettMake conditionals create previous code when libpri...
2009-10-26 Tzafrir Cohenspan numbers in pri debug / error messages
2009-10-26 Tzafrir CohenRe-arange code a bit to build in dev-mode without ss7
2009-10-26 Tzafrir CohenMake chan_dahdi build even without PRI / SS7
2009-10-23 Richard MudgettAdd to chan_dahdi ISDN HOLD, Call deflection, and keypa...
2009-10-19 Matthew NicholsonAdd dynamic range compression support for analog channels.
2009-10-17 Jeff Peelerfix typo, sorry
2009-10-17 Jeff PeelerMerged revisions 224330 via svnmerge from
2009-10-07 Jeff PeelerChange ringt (ring timeout) styles to be consistent...
2009-10-06 Jeff PeelerMerged revisions 222462 via svnmerge from
2009-10-06 Jeff PeelerFix 222298 (crash during destruction of second channel...
2009-10-06 Jeff PeelerFix crash during destruction of second channel when...
2009-10-06 Tzafrir CohenMake sure digit events are not reported as "ERROR"
2009-10-05 Jeff PeelerAdd a few missing events to analog_handle_event.
2009-10-01 Richard MudgettPrevent deadlock if chan_dahdi attempts to change PRI...
2009-09-28 Richard MudgettMiscellaneous minor changes.
2009-09-15 Jeff PeelerAdd some changes related to 218430.
2009-09-15 Tzafrir CohenFix false error message on DAHDI_EVENT_REMOVED (RESULT_...
2009-09-14 Jeff PeelerMerged revisions 218401 via svnmerge from
2009-09-14 Richard MudgettAdd support for multiple interface lists.
2009-09-13 Moises Silvaget rid of mfcr2 monitor thread condition, is problematic
2009-09-10 Jeff PeelerCleanup approach in 217804 and don't reach inside the...
2009-09-10 Jeff PeelerAllow do not disturb to be set on analog channels via...
2009-09-10 Richard MudgettCleaned up chan_dahdi iflist handling and locking.
2009-09-10 Richard MudgettMiscellaneous minor changes.
2009-09-10 Jeff PeelerFix crash during attended transfer over PRI.
2009-09-10 Jeff PeelerStop caller id transmission when offhook event detected.
2009-09-10 Richard MudgettFix available() for SS7, MFC/R2, and pseudo channels.
2009-09-09 Moises Silvaast_log replaced for ast_verbose in MFCR2 event notific...
2009-09-08 Richard MudgettFix memory leak of sig_xxx private structures.
2009-09-08 Richard MudgettMiscellaneous minor code cleanup in mkintf().
2009-09-03 Richard MudgettLets try not to use C++ keywords for variable names.
2009-09-03 Doug BaileyAdded detection DTMF CID without polarity change alert.
2009-09-02 Richard MudgettMade chan_dahdi able to ignore incoming calls that...
2009-09-02 Doug BaileyFix issue where DTMF CID detect was placing channels...
2009-08-24 Moises Silvaimprove handling of openr2_chan_disconnect_call API...
2009-08-21 Moises Silvaincrement the mfcr2 monitor count when clearing the...
2009-08-20 Moises Silvafixed bug caused by calling ast_request without calling...
2009-08-17 Richard MudgettMerged revisions 212430 via svnmerge from
2009-08-14 Jeff PeelerMore code that somehow got left out of sig_analog
2009-08-12 Jeff PeelerFix chan_dahdi option ringtimeout
2009-08-10 Richard MudgettEncapsulate testing for which signaling styles are...
2009-08-10 Tilghman LesherAST-2009-005
2009-08-10 Jeff PeelerFix PRI/BRI channels when in alarm condition to only...
2009-08-10 Richard MudgettRestoring some code to sig_pri. Not sure if it is...
2009-08-07 Richard MudgettFixed some unsafe down cast pointer operations for...
2009-08-05 Richard MudgettMore changes from chan_dahdi that did not make it into...
2009-08-04 Richard MudgettFix CALLERID() values for sig_pri on incoming calls.
2009-08-04 Richard MudgettRemoved some dead code.
2009-08-03 Richard MudgettChanges from chan_dahdi that did not make it into sig_pri.
2009-08-01 Kevin P. FlemingMerged revisions 209759 via svnmerge from
2009-07-30 David BrooksFixes numerous spelling errors. Patch submitted by...
2009-07-27 David BrooksFixing typos. Replaces "recieved" with "received" and...
2009-07-23 Jeff PeelerMerged revisions 208380 via svnmerge from
2009-07-23 Jeff PeelerFix sending of interface identifier unconditionally...
2009-07-22 Jeff PeelerReset the fax buffers back to default settings regardle...
2009-07-21 Jeff Peelerwhitespace fix only
2009-07-21 Jeff PeelerFix my_is_off_hook to check rxbits only for FXS signaling
2009-07-21 Jeff PeelerMerged revisions 207827 via svnmerge from
2009-07-17 Jeff PeelerMerged revisions 207155 via svnmerge from
2009-07-17 Jeff PeelerFix segfault in sig_analog when using callwaiting,...
2009-07-15 Jeff PeelerThe dialing flag was mistakingly removed from sig_pri.
2009-07-14 Jeff PeelerRestore some missing functionality to sig_analog.
2009-07-03 Sean BrightAdd a configure check for Reverse Charging Indication...
2009-07-02 Sean BrightSupport setting and receiving Reverse Charging Indicati...
2009-06-26 Jeff PeelerMerged revisions 203848 via svnmerge from
2009-06-26 Russell BryantMerge the new Channel Event Logging (CEL) subsystem.
2009-06-25 Jeff Peelermake sure chan_dahdi compiles with only libss7 and...
2009-06-25 Richard MudgettPicking nits
2009-06-25 Jeff PeelerRemove some unnecessary code and update sample config...
2009-06-25 Jeff PeelerNew signaling module to handle PRI/BRI operations in...
next