aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-09-20Fix some chan_zap warning messages, when HAVE_PRI is not defined.qwell1-7/+5
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...tilghman1-3/+3
2006-09-20Merged revisions 43314 via svnmerge from kpfleming1-4/+4
2006-09-19Various updates from PCadach's chan_h323-live branchmattf1-1/+16
2006-09-18merge qwell's CLI verbification workkpfleming1-32/+55
2006-09-16merge markster's usersconf branch with some slight changeskpfleming1-181/+211
2006-09-16Fix the dtmf dialtone thingmarkster1-1/+3
2006-09-14Merged revisions 42946 via svnmerge from tilghman1-1/+1
2006-09-10Uhm, make Zap actually work again. Did anybody actually test that code?markster1-3/+3
2006-08-31everything that loads a config that needs a config file to runmogorman1-1/+1
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...file1-47/+108
2006-08-29make menuselect configure process be silent when possiblekpfleming1-3/+5
2006-08-29Merge team/russell/frame_cachingrussell1-3/+0
2006-08-25Note to self, always compile before committing.mattf1-1/+1
2006-08-25Don't send proceeding twice (#7800)mattf1-2/+3
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-15/+9
2006-08-09This bug existed in one extra place that is not also in 1.2 ... So, fix it!russell1-2/+4