aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-01-05Make codec_zap and chan_zap also depend on zaptel.qwell1-0/+1
2007-01-05reduce stack consumption for AMI and AMI/HTTP requests by nearly 20K in most ...kpfleming1-46/+51
2007-01-02remove comment that is unrelated to this functionkpfleming1-1/+1
2007-01-01check specifically for VLDTMF and transcoding support in the system's Zaptel ...kpfleming1-1/+1
2006-12-30Use asprintf to build the channel names instead of custom function. I believe...file1-3/+3
2006-12-10Merged revisions 48371 via svnmerge from murf1-2/+9
2006-11-13Merged revisions 47522 via svnmerge from tilghman1-1/+3
2006-11-10Make sure we don't use 32bits when we only need one bit.mattf1-2/+2
2006-11-10Fix for #7321. Be able to explicitly hide callerid name for switches that bork mattf1-0/+9
2006-11-09Work around an issue that caused menuselect to display a bogus description forrussell1-0/+4
2006-11-07These mods are to solve the problem in bug 7506. It's a lot of rework to solv...murf1-21/+26
2006-11-01Prevent an infinite loop when config processing gets to a jitterbuffer optionrussell1-2/+1
2006-10-27move the copy of the default settings to the global settings back out ofrussell1-3/+4
2006-10-27Instead of iterating all of the options once to look for jitterbuffer options,russell1-6/+6
2006-10-04update thread creation code a bitkpfleming1-3/+3