aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-20Fix a deadlock in d-channel handling in chan_zap.russell1-2/+31
2007-12-17If a call is received with a called number IE containing nothing go to the 's...file1-1/+6
2007-12-17Issue 11574: Add dependencies on res_monitor and res_features. oej1-0/+1
2007-12-13Properly initialize polarity statuses, so that they are detected properly.tilghman1-8/+20
2007-11-13Fix building on newer systems which require a third arg to open() when using ...qwell1-1/+1
2007-11-06Fix improbable but possible memory leaks in chan_zap.file1-2/+10
2007-11-01Make sure we set the poll fds to NULL after free()ing it.qwell1-1/+3
2007-10-24Correctly respect hidecalleridname configuration option.qwell1-8/+9
2007-10-05Do deadlock avoidance in a couple more places. You can't lock two channelsrussell1-2/+11
2007-10-04callers of sig2str already add the word 'signalling' in the appropriate place...kpfleming1-9/+9
2007-09-26Remove unused 4k of memory on the program stack (closes issue #10827)tilghman1-5/+0
2007-09-14If a channel does not have an owner, do not try to set a channel variable.qwell1-1/+1
2007-08-23report the actual channel number that was unregistered, instead of assuming t...kpfleming1-2/+3
2007-08-17Avoid a crash in the handling of DTMF based Caller ID. It is valid forrussell1-0/+2
2007-08-13(closes issue #10437)file1-4/+0
2007-08-07Merged revisions 78370 via svnmerge from russell1-9/+3
2007-07-31Made VAST improvements in DTMF receiver in RADIO_RELAX mode (thanx Stevejdixon1-1/+3
2007-07-25Merged revisions 76978 via svnmerge from murf1-1/+1
2007-07-13Merged revisions 75052 via svnmerge from russell1-3/+12
2007-07-09Merged revisions 74158 via svnmerge from qwell1-8/+8
2007-06-28Add -Wdeclaration-after-statement to AST_DEVMODE flags to catchrizzo1-1/+2
2007-06-27use the proper type for storing group number bits so that if someone specifie...kpfleming1-1/+1
2007-06-20Merged revisions 70396 via svnmerge from russell1-29/+37
2007-06-05Suppress a bunch of debug output unless option_debug is onrussell1-17/+29
2007-05-30Change how channel names are generated a bit. (issue #9825 reported by eldadran)file1-5/+5
2007-05-28Make the usedistinctiveringdetection option work again. (issue #9823 reported...file1-2/+1
2007-05-27I don't know what this was trying to do, but it's clearly incorrect.qwell1-5/+5
2007-05-23Merged revisions 65588 via svnmerge from russell1-16/+31
2007-05-22List res_smdi as a dependency for app_voicemail and chan_zaprussell1-0/+1
2007-05-09Merged revisions 63653 via svnmerge from mattf1-16/+18
2007-05-02a)In chan_zap, set the clid, src fields in channel_alloc call. b)in the chann...murf1-1/+1
2007-04-30Merged revisions 62417 via svnmerge from russell1-31/+16
2007-04-29Fix a bug that made the "language" setting in zapata.conf notrussell1-2/+1
2007-04-27Issue #9608 - fix some annoying DEBUG messages not controlled by option_debu...oej1-4/+8
2007-04-25Merged revisions 61913 via svnmerge from kpfleming1-0/+9
2007-04-25Merged revisions 61798 via svnmerge from russell1-1/+1
2007-04-24Merged revisions 61777 via svnmerge from dhubbard1-7/+1
2007-04-09This is a big improvement over the current CDR fixes. It may still need refin...murf1-1/+1
2007-04-06Make sure we check the faxdetect option before doing fax processingmattf1-1/+1
2007-04-06Merged revisions 60456 via svnmerge from mattf1-65/+76
2007-03-08Add a missing break statement so that handling the above event does notrussell1-0/+1
2007-03-08If we receive ZT_EVENT_REMOVED, destroy the specified channel. russell1-15/+28
2007-02-14Merged revisions 54373 via svnmerge from mattf1-7/+13
2007-01-31Merged revisions 53045 via svnmerge from russell1-7/+10
2007-01-23Update channel drivers to use module referencing so that unloading them while...file1-6/+2
2007-01-19Merge the changes from the /team/group/vldtmf_fixup branch.russell1-2/+2
2007-01-19chan_zap compiles without libpri after committing 7877 patchdhubbard1-2/+4
2007-01-18Merged revisions 51271 via svnmerge from dhubbard1-483/+469
2007-01-17Instead of dividing the offset by 2 directly, make it more clear that therussell1-1/+1
2007-01-16Merged revisions 51085 via svnmerge from file1-2/+8