aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_dahdi.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-15Add some changes related to 218430.jpeeler1-8/+2
2009-09-15Fix false error message on DAHDI_EVENT_REMOVED (RESULT_SUCCESS == 0)tzafrir1-1/+1
2009-09-14Merged revisions 218401 via svnmerge from jpeeler1-19/+30
2009-09-14Add support for multiple interface lists.rmudgett1-5/+56
2009-09-13get rid of mfcr2 monitor thread condition, is problematicmoy1-39/+16
2009-09-10Cleanup approach in 217804 and don't reach inside the sig_pvt.jpeeler1-4/+1
2009-09-10Allow do not disturb to be set on analog channels via the CLI and AMI.jpeeler1-11/+21
2009-09-10Cleaned up chan_dahdi iflist handling and locking.rmudgett1-263/+241
2009-09-10Miscellaneous minor changes.rmudgett1-7/+8
2009-09-10Fix crash during attended transfer over PRI.jpeeler1-0/+8
2009-09-10Stop caller id transmission when offhook event detected.jpeeler1-0/+13
2009-09-10Fix available() for SS7, MFC/R2, and pseudo channels.rmudgett1-16/+26
2009-09-09ast_log replaced for ast_verbose in MFCR2 event notificationsmoy1-11/+15
2009-09-08Fix memory leak of sig_xxx private structures.rmudgett1-1/+11
2009-09-08Miscellaneous minor code cleanup in mkintf().rmudgett1-25/+35
2009-09-03Lets try not to use C++ keywords for variable names.rmudgett1-17/+18
2009-09-03Added detection DTMF CID without polarity change alert.dbailey1-6/+74
2009-09-02Made chan_dahdi able to ignore incoming calls that are not in a MSN list for ...rmudgett1-0/+4
2009-09-02Fix issue where DTMF CID detect was placing channels into signed linear modedbailey1-8/+12
2009-08-24improve handling of openr2_chan_disconnect_call API failure, unlikely, but ha...moy1-8/+22
2009-08-21increment the mfcr2 monitor count when clearing the call requestmoy1-0/+5
2009-08-20fixed bug caused by calling ast_request without calling ast_call on an R2 cha...moy1-1/+8
2009-08-17Merged revisions 212430 via svnmerge from rmudgett1-1/+1
2009-08-14More code that somehow got left out of sig_analogjpeeler1-2/+45
2009-08-12Fix chan_dahdi option ringtimeoutjpeeler1-0/+7
2009-08-10Encapsulate testing for which signaling styles are used by sig_pri.rmudgett1-70/+143
2009-08-10AST-2009-005tilghman1-20/+20
2009-08-10Fix PRI/BRI channels when in alarm condition to only be marked for hangup if jpeeler1-3/+0
2009-08-10Restoring some code to sig_pri. Not sure if it is really needed.rmudgett1-3/+4
2009-08-07Fixed some unsafe down cast pointer operations for sig_pri.rmudgett1-29/+32
2009-08-05More changes from chan_dahdi that did not make it into sig_pri.rmudgett1-10/+0
2009-08-04Fix CALLERID() values for sig_pri on incoming calls.rmudgett1-0/+59
2009-08-04Removed some dead code.rmudgett1-28/+1
2009-08-03Changes from chan_dahdi that did not make it into sig_pri.rmudgett1-33/+33
2009-08-01Merged revisions 209759 via svnmerge from kpfleming1-1/+1
2009-07-30Fixes numerous spelling errors. Patch submitted by alecdavis.dbrooks1-3/+3
2009-07-27Fixing typos. Replaces "recieved" with "received" and "initilize" with "initi...dbrooks1-3/+3
2009-07-23Merged revisions 208380 via svnmerge from jpeeler1-1/+1
2009-07-23Fix sending of interface identifier unconditionally in sig_prijpeeler1-1/+1
2009-07-22Reset the fax buffers back to default settings regardless of signaling in use -jpeeler1-31/+28
2009-07-21whitespace fix onlyjpeeler1-8/+8
2009-07-21Fix my_is_off_hook to check rxbits only for FXS signalingjpeeler1-1/+8
2009-07-21Merged revisions 207827 via svnmerge from jpeeler1-2/+2
2009-07-17Merged revisions 207155 via svnmerge from jpeeler1-1/+1
2009-07-17Fix segfault in sig_analog when using callwaiting, respect callwaiting optionsjpeeler1-8/+2
2009-07-15The dialing flag was mistakingly removed from sig_pri.jpeeler1-12/+9
2009-07-14Restore some missing functionality to sig_analog.jpeeler1-112/+288
2009-07-03Add a configure check for Reverse Charging Indication support in LibPRI.seanbright1-1/+1
2009-07-02Support setting and receiving Reverse Charging Indication over ISDN PRI.seanbright1-2/+13
2009-06-26Merged revisions 203848 via svnmerge from jpeeler1-1/+1