summaryrefslogtreecommitdiff
path: root/zaptel-base.c
AgeCommit message (Collapse)Author
2007-05-18Remove silly got signal messagemattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2539 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-04-25Don't try to reference a variable on a channel that may not exist.qwell
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2443 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-04-24Backport pre-echocan debugging for ztmonitorqwell
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2434 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-04-13Fix several places where we treat confmode as a bitmask.qwell
It is a bitmask...sort of.. I'll explain.. confmode is used for 2 different things. It defines both the "mode" and the "flags" of the conference. The "mode" part is in 0x00FF and is NOT bitwise. The "flag" part is in 0xFF00 and *IS* bitwise. Confused yet? Good. So, when we want to check the "mode" of the conference, we need to check only within 0xFF. There were several places where this was not happening - but due to luck, it worked (...sort of). That's what this patch fixes. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2422 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-04-11Fix buglet in memory corruption fix.mattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2405 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-04-07Fix for #9208. Thanks adomo and Tzafrir!mattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2398 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-30Fix an issue where an echo can was freed incorrectly in certain circumstances.qwell
Issue 9292, fix suggested by ddv2005. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2353 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-21fix up some compiler warnings when building for 2.4 kernelskpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2188 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-01add support for Digium's High Performance Echo Cancellerkpfleming
rework the top-level Makefile so kernel 2.6 modules are built by a dedicated Makefile git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2076 5390a7c7-147a-4af0-8ec9-7488f05a26cb