aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-08-06Fix a longstanding bug in channel walking logic, and fix the explanation totilghman1-10/+13
2008-08-06Since powerof() can return an error condition, it's foolhardy not to detect andtilghman1-1/+14
2008-08-061) Bugfix for debugging codetilghman2-2/+2
2008-08-06Remove properties that should not be heremmichelson0-0/+0
2008-08-06Revert inadvertent changes to app_skel that occurred whenmmichelson1-14/+15
2008-08-06Merging the issue11259 branch.mmichelson5-24/+75
2008-08-05(closes issue #12982)murf5-11/+50
2008-08-05In a conversion to use ast_strlen_zero, the meaning of the flag IAX_HASCALLERIDtilghman1-19/+6
2008-08-05Use PATH_MAX for filenamesseanbright1-2/+2
2008-08-04fix a config sample typorussell1-1/+1
2008-08-04Define ASTSBINDIR for scripttilghman1-0/+2
2008-08-04Memory leak on unloadtilghman1-10/+21
2008-08-04Add a minor clarification to the documentation of mohinterpret and mohsuggestrussell1-2/+2
2008-08-01make app_ices compile on OpenBSD.mvanbaak1-6/+6
2008-08-01fix some potential deadlocks in chan_skinnymvanbaak1-0/+4
2008-07-31accomodate users who seem to lack a sense of humor :-)kpfleming1-3/+3
2008-07-31Specify codecs in callfiles and manager, to allow video calls to be set uptilghman3-6/+22
2008-07-31Get app_ices working againrussell1-12/+22
2008-07-31(closes issue #11849)murf1-5/+14
2008-07-31In case we have some processing threads that free more frames than they alloc...russell1-8/+19
2008-07-31Add more timeout checks into app_queue, specificallymmichelson1-1/+43
2008-07-30Oops, wrong definetilghman2-3/+3
2008-07-30(closes issue #13197)murf1-2/+7
2008-07-30Qwell pointed out, via IRC, that the previous fix only worked when explicitlytilghman2-3/+3
2008-07-30Reduce stack consumption by 12.5% of the max stack size to fix a crash whenrussell1-34/+55
2008-07-30Fix a memory leak in func_curl. Every thread that used this function leakedrussell1-0/+2
2008-07-30Only override sysconfdir and mandir when prefix=/usrtilghman2-11/+15
2008-07-30launch_netscript sometimes returns -1, which fails to set AGISTATUS. Maptilghman1-1/+1
2008-07-30Fix a spot where a function could return without bringingmmichelson1-1/+5
2008-07-30use the proper method for building version.hkpfleming1-2/+4
2008-07-29build against the now-typedef-free dahdi/user.hkpfleming8-62/+60
2008-07-29Merging the imap_consistency branch.mmichelson1-1553/+1223
2008-07-28Detect when sox fails to raise the volume, because sox can't read the file.tilghman1-4/+11
2008-07-26Add the licensing section to the docs in 1.4, as well, so that we can work onrussell2-8/+32
2008-07-25Remove unnecessary mmap flagtilghman1-1/+1
2008-07-25Fix some errant device states by making the devicestate API more strict intilghman3-28/+22
2008-07-25Merged revisions 133577 via svnmerge from russell1-1/+1
2008-07-25We need to make sure to null-terminate the "name"mmichelson1-0/+2
2008-07-24Fix rtautoclear and rtcachefriendstilghman1-5/+11
2008-07-24Blocked revisions 133360 via svnmergetilghman0-0/+0
2008-07-23inbandrelease is gone - it's now inbanddisconnectqwell1-2/+2
2008-07-23revert an optimization that broke ABI... thanks russell!kpfleming2-47/+2
2008-07-23make some more changes to the dahdi/zap channel name support stuff to ensure ...kpfleming6-29/+28
2008-07-23As suggested by seanbright, the PSEUDO_CHAN_LEN in mmichelson4-7/+17
2008-07-23Zap/pseudo is ten characters, but DAHDI/pseudo ismmichelson1-1/+10
2008-07-23Update the "last" channel in next_channel in app_chanspy sommichelson1-0/+1
2008-07-23Small cleanup. Move the declaration of the DAHDI_SPANINFOmmichelson1-3/+1
2008-07-23Fix building of chan_dahdi when HAVE_PRI is notmmichelson1-0/+2
2008-07-23ensure that after a channel is created, if it happened to be in 'channel alar...kpfleming1-1/+14
2008-07-23minor optimization for stringfields: when a field is being set to a larger va...kpfleming2-30/+73